aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-09 13:01:05 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-09 13:01:05 +0000
commit181d73be42e2cda34616c1291f0f47d488b13d23 (patch)
treeb24ba93fb4c9fb8a5d71340201d6690d519a7e2a /examples/GuiClient
parentffeb653ae038d4e17bfb055acc5e99fb8ddc246d (diff)
downloadqxmpp-181d73be42e2cda34616c1291f0f47d488b13d23.tar.gz
guard name as per fileName
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/rosterListView.h6
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