diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-09 13:01:05 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-09 13:01:05 +0000 |
| commit | 181d73be42e2cda34616c1291f0f47d488b13d23 (patch) | |
| tree | b24ba93fb4c9fb8a5d71340201d6690d519a7e2a | |
| parent | ffeb653ae038d4e17bfb055acc5e99fb8ddc246d (diff) | |
| download | qxmpp-181d73be42e2cda34616c1291f0f47d488b13d23.tar.gz | |
guard name as per fileName
| -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 |
