summaryrefslogtreecommitdiffstats
path: root/kcm_gtk
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:03:48 -0600
commit81bd37998e37f44a4116df4ad17befab006c0fa5 (patch)
tree1869e3886845e999d7cf2cc0aca1b187dd06d6af /kcm_gtk
parentf57211d3eb8a0f2055bec901156c419141851df2 (diff)
downloadgtk-qt-engine-81bd37998e37f44a4116df4ad17befab006c0fa5.tar.gz
gtk-qt-engine-81bd37998e37f44a4116df4ad17befab006c0fa5.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kcm_gtk')
-rw-r--r--kcm_gtk/kcmgtk.cpp2
-rw-r--r--kcm_gtk/kcmgtk.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp
index 92b2480..c713928 100644
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -35,7 +35,7 @@
#include <tqradiobutton.h>
#include <tqlabel.h>
#include <kurllabel.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdefontcombo.h>
#include <tqspinbox.h>
#include <ksqueezedtextlabel.h>
diff --git a/kcm_gtk/kcmgtk.h b/kcm_gtk/kcmgtk.h
index b3a2770..542a043 100644
--- a/kcm_gtk/kcmgtk.h
+++ b/kcm_gtk/kcmgtk.h
@@ -22,7 +22,7 @@
#define _KCMTEST_H_
#include <tdecmodule.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include "kcmgtkwidget.h"
#include "emacsdetails.h"