diff options
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/rosterListView.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/GuiClient/rosterListView.h b/examples/GuiClient/rosterListView.h index 20772e1e..7927c861 100644 --- a/examples/GuiClient/rosterListView.h +++ b/examples/GuiClient/rosterListView.h @@ -22,8 +22,8 @@ */ -#ifndef CUSTOMLISTVIEW_H -#define CUSTOMLISTVIEW_H +#ifndef ROSTERLISTVIEW_H +#define ROSTERLISTVIEW_H #include <QListView> #include <QAction> @@ -63,4 +63,4 @@ private: QAction m_removeContact; }; -#endif // CUSTOMLISTVIEW_H +#endif // ROSTERLISTVIEW_H |
