summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:44:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:44:40 -0600
commit3e2f9e36910a168b57d093fb7cf395deccc0783c (patch)
tree68b38e74befdfa258970a6bdb0197b51bb21cbbd
parent81bd37998e37f44a4116df4ad17befab006c0fa5 (diff)
downloadgtk-qt-engine-3e2f9e36.tar.gz
gtk-qt-engine-3e2f9e36.zip
Rename additional header files to avoid conflicts with KDE4
-rw-r--r--kcm_gtk/kcmgtk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp
index c713928..9ff9b79 100644
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -20,8 +20,8 @@
#include <tqlayout.h>
-#include <klocale.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
#include <tdefontdialog.h>
#include <kiconloader.h>
#include <tqfile.h>
@@ -40,14 +40,14 @@
#include <tqspinbox.h>
#include <ksqueezedtextlabel.h>
#include <stdlib.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeconfig.h>
#include <tqstyle.h>
#include <tqheader.h>
#include <tdelistview.h>
#include <tqmessagebox.h>
#include <tqcheckbox.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include <sys/types.h>