summaryrefslogtreecommitdiffstats
path: root/kolf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:20:33 -0600
commit41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6 (patch)
tree63976c277d171292373b91b4f23aeb84c4712e9e /kolf
parent58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (diff)
downloadtdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.tar.gz
tdegames-41ef6ae3bd30baee1f8a40f418bc2d63a8ce5ce6.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kolf')
-rw-r--r--kolf/editor.cpp2
-rw-r--r--kolf/kolf.cpp6
-rw-r--r--kolf/kolf.h2
-rw-r--r--kolf/newgame.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/kolf/editor.cpp b/kolf/editor.cpp
index 422db798..589096f3 100644
--- a/kolf/editor.cpp
+++ b/kolf/editor.cpp
@@ -1,5 +1,5 @@
#include <kdialog.h>
-#include <klistbox.h>
+#include <tdelistbox.h>
#include <tqlabel.h>
#include <tqlayout.h>
diff --git a/kolf/kolf.cpp b/kolf/kolf.cpp
index d51df8df..57793f07 100644
--- a/kolf/kolf.cpp
+++ b/kolf/kolf.cpp
@@ -1,4 +1,4 @@
-#include <kaction.h>
+#include <tdeaction.h>
#include <kapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
@@ -7,14 +7,14 @@
#include <kglobal.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
#include <kmimetype.h>
#include <kmessagebox.h>
#include <kprinter.h>
#include <kscoredialog.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
-#include <kstdaccel.h>
+#include <tdestdaccel.h>
#include <kstdaction.h>
#include <kstdgameaction.h>
#include <kstdguiitem.h>
diff --git a/kolf/kolf.h b/kolf/kolf.h
index 987f710f..f4295dd9 100644
--- a/kolf/kolf.h
+++ b/kolf/kolf.h
@@ -1,7 +1,7 @@
#ifndef KOLF_H
#define KOLF_H
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
#include <kurl.h>
#include <tqmap.h>
diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp
index 4fb92f4e..4f6f4181 100644
--- a/kolf/newgame.cpp
+++ b/kolf/newgame.cpp
@@ -18,7 +18,7 @@
#include <tqpen.h>
#include <tqlayout.h>
#include <tqlabel.h>
-#include <klistbox.h>
+#include <tdelistbox.h>
#include <tqstyle.h>
#include <tqrect.h>
#include <tqmap.h>