summaryrefslogtreecommitdiffstats
path: root/ksnapshot
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:56 -0600
commitb2de6514213d205907e8de3dd17f8eb80d868a4f (patch)
treec9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /ksnapshot
parent45733bf02969d683d06440a615a6160d8d72dd42 (diff)
downloadtdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz
tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'ksnapshot')
-rw-r--r--ksnapshot/ksnapshot.cpp2
-rw-r--r--ksnapshot/main.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/ksnapshot/ksnapshot.cpp b/ksnapshot/ksnapshot.cpp
index e62ce162..15a3407c 100644
--- a/ksnapshot/ksnapshot.cpp
+++ b/ksnapshot/ksnapshot.cpp
@@ -17,7 +17,7 @@
#include <kimagefilepreview.h>
#include <kmessagebox.h>
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kprinter.h>
#include <tdeio/netaccess.h>
#include <ksavefile.h>
diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp
index 72d3e3c4..f3dde8e0 100644
--- a/ksnapshot/main.cpp
+++ b/ksnapshot/main.cpp
@@ -21,11 +21,11 @@
Boston, MA 02110-1301, USA.
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kimageio.h>
#include <klocale.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <kiconloader.h>
#include "ksnapshot.h"