From 181d73be42e2cda34616c1291f0f47d488b13d23 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sat, 9 Oct 2010 13:01:05 +0000 Subject: guard name as per fileName --- examples/GuiClient/rosterListView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/GuiClient') 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 #include @@ -63,4 +63,4 @@ private: QAction m_removeContact; }; -#endif // CUSTOMLISTVIEW_H +#endif // ROSTERLISTVIEW_H -- cgit v1.2.3