[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdetoys/kweather
From:       Frederik Schwarzer <schwarzerf () gmail ! com>
Date:       2008-11-26 20:41:29
Message-ID: 1227732089.000853.10192.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 889437 by schwarzer:

unify include guards


 M  +1 -1      dockwidget.h  
 M  +1 -1      kcmweather.h  
 M  +1 -1      kcmweatherservice.h  
 M  +1 -1      kweather.h  
 M  +1 -1      metar_parser.h  
 M  +1 -1      reportview.h  
 M  +1 -1      serviceconfigwidget.h  
 M  +3 -3      sidebarwidget.h  
 M  +1 -1      stationdatabase.h  
 M  +1 -1      sun.h  
 M  +3 -3      weatherbar.h  
 M  +1 -1      weatherlib.h  
 M  +3 -3      weatherservice.h  


--- trunk/KDE/kdetoys/kweather/dockwidget.h #889436:889437
@@ -66,6 +66,6 @@
     OrgKdeKweatherServiceInterface *m_weatherService;
 };
 
-#endif
+#endif // DOCKWIDGET_H
 
 // vim:ts=4:sw=4:et
--- trunk/KDE/kdetoys/kweather/kcmweather.h #889436:889437
@@ -68,4 +68,4 @@
     int mViewMode;
 };
 
-#endif
+#endif // KCMWEATHER_H
--- trunk/KDE/kdetoys/kweather/kcmweatherservice.h #889436:889437
@@ -43,4 +43,4 @@
     ServiceConfigWidget *mWidget;
 };
 
-#endif
+#endif // KCMWEATHERSERVICE_H
--- trunk/KDE/kdetoys/kweather/kweather.h #889436:889437
@@ -80,4 +80,4 @@
 	QColor mTextColor;
 };
 
-#endif
+#endif // KWEATHER_H
--- trunk/KDE/kdetoys/kweather/metar_parser.h #889436:889437
@@ -120,4 +120,4 @@
 		QRegExp TempTenRegExp;
 };
 
-#endif
+#endif // METAR_PARSER_H
--- trunk/KDE/kdetoys/kweather/reportview.h #889436:889437
@@ -44,4 +44,4 @@
     QString m_locationCode;
 };
 
-#endif
+#endif // REPORTVIEW_H
--- trunk/KDE/kdetoys/kweather/serviceconfigwidget.h #889436:889437
@@ -64,4 +64,4 @@
     OrgKdeKweatherServiceInterface *mService;
 };
 
-#endif
+#endif // SERVICECONFIGWIDGET_H
--- trunk/KDE/kdetoys/kweather/sidebarwidget.h #889436:889437
@@ -19,8 +19,8 @@
  *  $Id$
  */
 
-#ifndef __SIDEBARWIDGET_H__
-#define __SIDEBARWIDGET_H__
+#ifndef SIDEBARWIDGET_H
+#define SIDEBARWIDGET_H
 
 
 #include <sidebarwidgetbase.h>
@@ -38,6 +38,6 @@
 
 };
 
-#endif
+#endif // SIDEBARWIDGET_H
 
 
--- trunk/KDE/kdetoys/kweather/stationdatabase.h #889436:889437
@@ -59,4 +59,4 @@
     const QString mPath;
 };
 
-#endif
+#endif // STATIONDATABASE_H
--- trunk/KDE/kdetoys/kweather/sun.h #889436:889437
@@ -55,4 +55,4 @@
 		const int m_localUTCOffset;
 };
 
-#endif
+#endif // SUN_H
--- trunk/KDE/kdetoys/kweather/weatherbar.h #889436:889437
@@ -19,8 +19,8 @@
  *  $Id$
  */
 
-#ifndef KDETOYS_KWEATHER_H
-#define KDETOYS_KWEATHER_H
+#ifndef WEATHERBAR_H
+#define WEATHERBAR_H
 
 #include <konqsidebarplugin.h>
 #include <kparts/part.h>
@@ -64,4 +64,4 @@
     QTimer *timeOut;
 };
 
-#endif // KDETOYS_KWEATHER_H
+#endif // WEATHERBAR_H
--- trunk/KDE/kdetoys/kweather/weatherlib.h #889436:889437
@@ -83,4 +83,4 @@
 		bool hostDown;
 };
 
-#endif
+#endif // WEATHERLIB_H
--- trunk/KDE/kdetoys/kweather/weatherservice.h #889436:889437
@@ -19,8 +19,8 @@
    Boston, MA 02110-1301, USA.
 */
 
-#ifndef _WEATHER_SERVICE
-#define _WEATHER_SERVICE
+#ifndef WEATHERSERVICE_H
+#define WEATHERSERVICE_H
 
 #include <qstringlist.h>
 #include <qpixmap.h>
@@ -101,4 +101,4 @@
 		QString getTime(const QString &stationID, TimeType timeType);
 		StationDatabase *stationDB;
 };
-#endif
+#endif // WEATHERSERVICE_H
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic