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

List:       kde-commits
Subject:    KDE/kdelibs/kde3support
From:       Alex Merry <huntedhacker () tiscali ! co ! uk>
Date:       2007-07-15 13:46:07
Message-ID: 1184507167.274971.3987.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 688228 by alexmerry:

Include guards fixes.



 M  +4 -0      kdecore/k3sqlpropertymap.h  
 M  +2 -2      kdeui/k3popupmenu.h  
 M  +2 -2      kio/k3bookmarkdrag.h  
 M  +2 -2      kunittest/samplemodule.h  


--- trunk/KDE/kdelibs/kde3support/kdecore/k3sqlpropertymap.h #688227:688228
@@ -17,6 +17,9 @@
    Boston, MA 02110-1301, USA.
 */
 
+#ifndef K3SQLPROPERTYMAP_H
+#define K3SQLPROPERTYMAP_H
+
 #ifndef QT_NO_SQL
 #include <Qt3Support/Q3SqlPropertyMap>
 #endif
@@ -72,3 +75,4 @@
 #endif
 }
 
+#endif // K3SQLPROPERTYMAP_H
--- trunk/KDE/kdelibs/kde3support/kdeui/k3popupmenu.h #688227:688228
@@ -16,8 +16,8 @@
    Boston, MA 02110-1301, USA.
 */
 
-#ifndef _KPOPUP_H
-#define _KPOPUP_H
+#ifndef _K3POPUPMENU_H
+#define _K3POPUPMENU_H
 
 #ifndef QT3_SUPPORT
 #define QT3_SUPPORT
--- trunk/KDE/kdelibs/kde3support/kio/k3bookmarkdrag.h #688227:688228
@@ -18,8 +18,8 @@
    Boston, MA 02110-1301, USA.
 */
 
-#ifndef __kebdrag_h
-#define __kebdrag_h
+#ifndef K3BOOKMARKDRAG_H
+#define K3BOOKMARKDRAG_H
 
 #include <kde3support_export.h>
 
--- trunk/KDE/kdelibs/kde3support/kunittest/samplemodule.h #688227:688228
@@ -23,8 +23,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef SAMPLETESTMODULE_H
-#define SAMPLETESTMODULE_H
+#ifndef SAMPLEMODULE_H
+#define SAMPLEMODULE_H
 
 #include "tester.h"
 // Outside of kdelibs you would use: #include <kunittest/tester.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

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