summaryrefslogtreecommitdiffstats
path: root/kpovmodeler
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 /kpovmodeler
parent45733bf02969d683d06440a615a6160d8d72dd42 (diff)
downloadtdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz
tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kpovmodeler')
-rw-r--r--kpovmodeler/main.cpp6
-rw-r--r--kpovmodeler/pmfactory.cpp2
-rw-r--r--kpovmodeler/pmpart.h2
-rw-r--r--kpovmodeler/pmpovrayrenderwidget.cpp2
-rw-r--r--kpovmodeler/pmshell.cpp2
5 files changed, 7 insertions, 7 deletions
diff --git a/kpovmodeler/main.cpp b/kpovmodeler/main.cpp
index bcc8b4e5..d9789b65 100644
--- a/kpovmodeler/main.cpp
+++ b/kpovmodeler/main.cpp
@@ -17,9 +17,9 @@
#include <klocale.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
#include "pmshell.h"
#include "pmfactory.h"
diff --git a/kpovmodeler/pmfactory.cpp b/kpovmodeler/pmfactory.cpp
index 971fcdde..06d744b6 100644
--- a/kpovmodeler/pmfactory.cpp
+++ b/kpovmodeler/pmfactory.cpp
@@ -18,7 +18,7 @@
#include <klocale.h>
#include <kinstance.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include "pmfactory.h"
#include "pmpart.h"
diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h
index f6435872..28fd6f36 100644
--- a/kpovmodeler/pmpart.h
+++ b/kpovmodeler/pmpart.h
@@ -25,7 +25,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeaccel.h>
#include <kurl.h>
#include <tdeparts/part.h>
diff --git a/kpovmodeler/pmpovrayrenderwidget.cpp b/kpovmodeler/pmpovrayrenderwidget.cpp
index 8235e161..be8e2d0a 100644
--- a/kpovmodeler/pmpovrayrenderwidget.cpp
+++ b/kpovmodeler/pmpovrayrenderwidget.cpp
@@ -35,7 +35,7 @@
#undef KDE_NO_COMPAT
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
TQString PMPovrayRenderWidget::s_povrayCommand = c_defaultPovrayCommand;
TQStringList PMPovrayRenderWidget::s_libraryPaths;
diff --git a/kpovmodeler/pmshell.cpp b/kpovmodeler/pmshell.cpp
index f2faceed..28c4251d 100644
--- a/kpovmodeler/pmshell.cpp
+++ b/kpovmodeler/pmshell.cpp
@@ -25,7 +25,7 @@
#include <kiconloader.h>
#include <kedittoolbar.h>
#include <kkeydialog.h>
-#include <kaboutdialog.h>
+#include <tdeaboutdialog.h>
#include <tdepopupmenu.h>
#include <tqtimer.h>