summaryrefslogtreecommitdiffstats
path: root/scheck
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
commit19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch)
treea3e30cb6598f0306bc1974b673c843b992ae6aec /scheck
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'scheck')
-rw-r--r--scheck/scheck.cpp4
-rw-r--r--scheck/scheck.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/scheck/scheck.cpp b/scheck/scheck.cpp
index a861cb70..a80f908b 100644
--- a/scheck/scheck.cpp
+++ b/scheck/scheck.cpp
@@ -66,8 +66,8 @@
#include <kdrawutil.h>
#include <tdeaccelmanager.h>
#include <kpixmapeffect.h>
-#include <kapplication.h>
-#include <kaboutdata.h>
+#include <tdeapplication.h>
+#include <tdeaboutdata.h>
#include "scheck.h"
#include "scheck.moc"
diff --git a/scheck/scheck.h b/scheck/scheck.h
index 880913b6..06ab3599 100644
--- a/scheck/scheck.h
+++ b/scheck/scheck.h
@@ -46,7 +46,7 @@
#include <kdrawutil.h>
#include <kpixmap.h>
-#include <kstyle.h>
+#include <tdestyle.h>
class TQPopupMenu;