summaryrefslogtreecommitdiffstats
path: root/kghostview
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 /kghostview
parent45733bf02969d683d06440a615a6160d8d72dd42 (diff)
downloadtdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz
tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/displayoptions.cpp2
-rw-r--r--kghostview/kgv_miniwidget.cpp2
-rw-r--r--kghostview/kgv_view.cpp4
-rw-r--r--kghostview/kgvfactory.cpp2
-rw-r--r--kghostview/kgvshell.cpp2
-rw-r--r--kghostview/kpswidget.cpp2
-rw-r--r--kghostview/main.cpp6
-rw-r--r--kghostview/viewcontrol.cpp2
8 files changed, 11 insertions, 11 deletions
diff --git a/kghostview/displayoptions.cpp b/kghostview/displayoptions.cpp
index 20931fca..ea4109a1 100644
--- a/kghostview/displayoptions.cpp
+++ b/kghostview/displayoptions.cpp
@@ -18,7 +18,7 @@
#include "displayoptions.h"
#include <kdebug.h>
#include <tqregexp.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <tdeconfig.h>
namespace {
diff --git a/kghostview/kgv_miniwidget.cpp b/kghostview/kgv_miniwidget.cpp
index a9c46dc6..cb18e23c 100644
--- a/kghostview/kgv_miniwidget.cpp
+++ b/kghostview/kgv_miniwidget.cpp
@@ -20,7 +20,7 @@
#include <tqlistbox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kinstance.h>
diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp
index ff5162ca..79da9b2d 100644
--- a/kghostview/kgv_view.cpp
+++ b/kghostview/kgv_view.cpp
@@ -24,7 +24,7 @@
#include <tqregexp.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kdirwatch.h>
@@ -37,7 +37,7 @@
#include <tdestdaccel.h>
#include <ktempfile.h>
#include <tdeio/scheduler.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include "kgv_view.h"
diff --git a/kghostview/kgvfactory.cpp b/kghostview/kgvfactory.cpp
index 738fba57..713feb4b 100644
--- a/kghostview/kgvfactory.cpp
+++ b/kghostview/kgvfactory.cpp
@@ -20,7 +20,7 @@
#include <tdeparts/factory.h>
#include <tdeparts/part.h>
#include <kgenericfactory.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
#include "kgv_view.h"
diff --git a/kghostview/kgvshell.cpp b/kghostview/kgvshell.cpp
index 17544d6a..78702ba6 100644
--- a/kghostview/kgvshell.cpp
+++ b/kghostview/kgvshell.cpp
@@ -20,7 +20,7 @@
#include <stdlib.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klibloader.h>
diff --git a/kghostview/kpswidget.cpp b/kghostview/kpswidget.cpp
index a5e66757..71ab8b85 100644
--- a/kghostview/kpswidget.cpp
+++ b/kghostview/kpswidget.cpp
@@ -23,7 +23,7 @@
#include <tqstringlist.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/kghostview/main.cpp b/kghostview/main.cpp
index e3621342..41bcabf9 100644
--- a/kghostview/main.cpp
+++ b/kghostview/main.cpp
@@ -18,9 +18,9 @@
#include <tqdir.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <kurl.h>
diff --git a/kghostview/viewcontrol.cpp b/kghostview/viewcontrol.cpp
index da36ce06..84165e40 100644
--- a/kghostview/viewcontrol.cpp
+++ b/kghostview/viewcontrol.cpp
@@ -21,7 +21,7 @@
#include "viewcontrol.moc"
#include <klocale.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kseparator.h>