summaryrefslogtreecommitdiffstats
path: root/kpresenter
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
commit3b6870c6e1177574772803b5b09416903ee40fc0 (patch)
tree03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /kpresenter
parenta5df607029e00ab0240203fc24083723a23fb720 (diff)
downloadkoffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz
koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kpresenter')
-rw-r--r--kpresenter/KPrAboutData.h2
-rw-r--r--kpresenter/KPrAutoFormObjectIface.cpp2
-rw-r--r--kpresenter/KPrBackground.cpp2
-rw-r--r--kpresenter/KPrCanvas.cpp2
-rw-r--r--kpresenter/KPrConfig.cpp2
-rw-r--r--kpresenter/KPrCubicBezierCurveObjectIface.cpp2
-rw-r--r--kpresenter/KPrDocument.cpp2
-rw-r--r--kpresenter/KPrDocumentIface.cpp2
-rw-r--r--kpresenter/KPrEffectHandler.cpp2
-rw-r--r--kpresenter/KPrFreehandObjectIface.cpp2
-rw-r--r--kpresenter/KPrLineObjectIface.cpp2
-rw-r--r--kpresenter/KPrMSPresentationSetup.cpp2
-rw-r--r--kpresenter/KPrObject.cpp2
-rw-r--r--kpresenter/KPrObject2DIface.cpp2
-rw-r--r--kpresenter/KPrObjectIface.cpp2
-rw-r--r--kpresenter/KPrPageEffects.cpp2
-rw-r--r--kpresenter/KPrPageIface.cpp2
-rw-r--r--kpresenter/KPrPieObjectIface.cpp2
-rw-r--r--kpresenter/KPrPixmapObjectIface.cpp2
-rw-r--r--kpresenter/KPrPolyLineObjectIface.cpp2
-rw-r--r--kpresenter/KPrPolygonObjectIface.cpp2
-rw-r--r--kpresenter/KPrQuadricBezierCurveObjectIface.cpp2
-rw-r--r--kpresenter/KPrRectObjectIface.cpp2
-rw-r--r--kpresenter/KPrTextObjectIface.cpp2
-rw-r--r--kpresenter/KPrTextViewIface.cpp2
-rw-r--r--kpresenter/KPrView.cpp2
-rw-r--r--kpresenter/KPrViewIface.cpp2
-rw-r--r--kpresenter/KPrWebPresentation.cpp2
-rw-r--r--kpresenter/main.cpp2
29 files changed, 29 insertions, 29 deletions
diff --git a/kpresenter/KPrAboutData.h b/kpresenter/KPrAboutData.h
index c5bb8a9aa..53e8365e3 100644
--- a/kpresenter/KPrAboutData.h
+++ b/kpresenter/KPrAboutData.h
@@ -20,7 +20,7 @@
#ifndef KPRESENTER_ABOUTDATA
#define KPRESENTER_ABOUTDATA
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <kofficeversion.h>
diff --git a/kpresenter/KPrAutoFormObjectIface.cpp b/kpresenter/KPrAutoFormObjectIface.cpp
index 111a88e45..3094f58c8 100644
--- a/kpresenter/KPrAutoFormObjectIface.cpp
+++ b/kpresenter/KPrAutoFormObjectIface.cpp
@@ -24,7 +24,7 @@
#include "KPrObject.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrAutoFormObjectIface::KPrAutoFormObjectIface( KPrAutoformObject *_obj )
diff --git a/kpresenter/KPrBackground.cpp b/kpresenter/KPrBackground.cpp
index 5a6da29e9..4b09382a4 100644
--- a/kpresenter/KPrBackground.cpp
+++ b/kpresenter/KPrBackground.cpp
@@ -21,7 +21,7 @@
#include "KPrBackground.h"
#include "KPrDocument.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "KPrGradientCollection.h"
#include "KPrTextObject.h"
#include "KPrPage.h"
diff --git a/kpresenter/KPrCanvas.cpp b/kpresenter/KPrCanvas.cpp
index 0089caf83..f98ddb0f9 100644
--- a/kpresenter/KPrCanvas.cpp
+++ b/kpresenter/KPrCanvas.cpp
@@ -38,7 +38,7 @@
#include <tqpoint.h>
#include <tqclipboard.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kmimemagic.h>
#include <klocale.h>
#include <kiconloader.h>
diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp
index a8f6ff828..23b121a25 100644
--- a/kpresenter/KPrConfig.cpp
+++ b/kpresenter/KPrConfig.cpp
@@ -23,7 +23,7 @@
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <KoUnitWidgets.h>
#include <klocale.h>
#include <tdeconfig.h>
diff --git a/kpresenter/KPrCubicBezierCurveObjectIface.cpp b/kpresenter/KPrCubicBezierCurveObjectIface.cpp
index bcf02ad9c..fec432589 100644
--- a/kpresenter/KPrCubicBezierCurveObjectIface.cpp
+++ b/kpresenter/KPrCubicBezierCurveObjectIface.cpp
@@ -23,7 +23,7 @@
#include "KPrUtils.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrCubicBezierCurveObjectIface::KPrCubicBezierCurveObjectIface( KPrCubicBezierCurveObject *_obj )
diff --git a/kpresenter/KPrDocument.cpp b/kpresenter/KPrDocument.cpp
index d4503064d..098c7eb07 100644
--- a/kpresenter/KPrDocument.cpp
+++ b/kpresenter/KPrDocument.cpp
@@ -55,7 +55,7 @@
#include <kurl.h>
#include <kdebug.h>
#include <KoGlobal.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kurldrag.h>
#include <ktempfile.h>
#include <klocale.h>
diff --git a/kpresenter/KPrDocumentIface.cpp b/kpresenter/KPrDocumentIface.cpp
index aa4d154a6..27b66cad0 100644
--- a/kpresenter/KPrDocumentIface.cpp
+++ b/kpresenter/KPrDocumentIface.cpp
@@ -24,7 +24,7 @@
#include "KPrView.h"
#include "KPrPage.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <KoVariable.h>
#include "KPrVariableCollection.h"
diff --git a/kpresenter/KPrEffectHandler.cpp b/kpresenter/KPrEffectHandler.cpp
index acbdf7a78..91aeab493 100644
--- a/kpresenter/KPrEffectHandler.cpp
+++ b/kpresenter/KPrEffectHandler.cpp
@@ -26,7 +26,7 @@
#include "KPrCanvas.h"
#include <KoZoomHandler.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqpainter.h>
#include <tqpaintdevice.h>
diff --git a/kpresenter/KPrFreehandObjectIface.cpp b/kpresenter/KPrFreehandObjectIface.cpp
index 25ff29630..16bdc58c4 100644
--- a/kpresenter/KPrFreehandObjectIface.cpp
+++ b/kpresenter/KPrFreehandObjectIface.cpp
@@ -23,7 +23,7 @@
#include "KPrUtils.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrFreehandObjectIface::KPrFreehandObjectIface( KPrFreehandObject *_obj )
diff --git a/kpresenter/KPrLineObjectIface.cpp b/kpresenter/KPrLineObjectIface.cpp
index 8fa03726c..e5f45bd27 100644
--- a/kpresenter/KPrLineObjectIface.cpp
+++ b/kpresenter/KPrLineObjectIface.cpp
@@ -24,7 +24,7 @@
#include "KPrObject.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrLineObjectIface::KPrLineObjectIface( KPrLineObject *_obj )
diff --git a/kpresenter/KPrMSPresentationSetup.cpp b/kpresenter/KPrMSPresentationSetup.cpp
index e4db5e915..f362f03d2 100644
--- a/kpresenter/KPrMSPresentationSetup.cpp
+++ b/kpresenter/KPrMSPresentationSetup.cpp
@@ -45,7 +45,7 @@
#include <tqvbox.h>
#include <tqwhatsthis.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbuttonbox.h>
#include <kcolorbutton.h>
#include <kglobal.h>
diff --git a/kpresenter/KPrObject.cpp b/kpresenter/KPrObject.cpp
index 52b673966..bea860bf2 100644
--- a/kpresenter/KPrObject.cpp
+++ b/kpresenter/KPrObject.cpp
@@ -33,7 +33,7 @@
#include <tqbuffer.h>
#include <tqregexp.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <KoOasisContext.h>
#include "KoOasisStyles.h"
diff --git a/kpresenter/KPrObject2DIface.cpp b/kpresenter/KPrObject2DIface.cpp
index 729d8587c..feac50f1c 100644
--- a/kpresenter/KPrObject2DIface.cpp
+++ b/kpresenter/KPrObject2DIface.cpp
@@ -23,7 +23,7 @@
#include "KPrObject.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrObject2DIface::KPrObject2DIface(KPr2DObject *obj_)
diff --git a/kpresenter/KPrObjectIface.cpp b/kpresenter/KPrObjectIface.cpp
index 25aba98c0..544ea0952 100644
--- a/kpresenter/KPrObjectIface.cpp
+++ b/kpresenter/KPrObjectIface.cpp
@@ -23,7 +23,7 @@
#include "KPrObject.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrObjectIface::KPrObjectIface( KPrObject *obj_ )
diff --git a/kpresenter/KPrPageEffects.cpp b/kpresenter/KPrPageEffects.cpp
index b358fd550..e5aa4c56c 100644
--- a/kpresenter/KPrPageEffects.cpp
+++ b/kpresenter/KPrPageEffects.cpp
@@ -27,7 +27,7 @@
#include <tqwidget.h>
#include <tqwmatrix.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <krandomsequence.h>
diff --git a/kpresenter/KPrPageIface.cpp b/kpresenter/KPrPageIface.cpp
index 36798a0a1..e07333fb6 100644
--- a/kpresenter/KPrPageIface.cpp
+++ b/kpresenter/KPrPageIface.cpp
@@ -24,7 +24,7 @@
#include "KPrTextObject.h"
#include "KPrView.h"
#include "KPrBackground.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include "KPrDocument.h"
#include "KPrCanvas.h"
diff --git a/kpresenter/KPrPieObjectIface.cpp b/kpresenter/KPrPieObjectIface.cpp
index e5a3d4f4f..ad0ee2519 100644
--- a/kpresenter/KPrPieObjectIface.cpp
+++ b/kpresenter/KPrPieObjectIface.cpp
@@ -22,7 +22,7 @@
#include "KPrPieObject.h"
#include "KPrObject.h"
#include "KPrUtils.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <kdebug.h>
diff --git a/kpresenter/KPrPixmapObjectIface.cpp b/kpresenter/KPrPixmapObjectIface.cpp
index e84e3c526..d09f5fee1 100644
--- a/kpresenter/KPrPixmapObjectIface.cpp
+++ b/kpresenter/KPrPixmapObjectIface.cpp
@@ -22,7 +22,7 @@
#include "KPrPixmapObject.h"
#include "KPrObject.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrPixmapObjectIface::KPrPixmapObjectIface( KPrPixmapObject *_obj )
diff --git a/kpresenter/KPrPolyLineObjectIface.cpp b/kpresenter/KPrPolyLineObjectIface.cpp
index 8283a4c56..1533650a4 100644
--- a/kpresenter/KPrPolyLineObjectIface.cpp
+++ b/kpresenter/KPrPolyLineObjectIface.cpp
@@ -22,7 +22,7 @@
#include "KPrPolylineObject.h"
#include "KPrObject.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrPolyLineObjectIface::KPrPolyLineObjectIface( KPrPolylineObject *_obj )
diff --git a/kpresenter/KPrPolygonObjectIface.cpp b/kpresenter/KPrPolygonObjectIface.cpp
index fa9c13274..0b9b47768 100644
--- a/kpresenter/KPrPolygonObjectIface.cpp
+++ b/kpresenter/KPrPolygonObjectIface.cpp
@@ -22,7 +22,7 @@
#include "KPrPolygonObject.h"
#include "KPrObject.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrPolygonObjectIface::KPrPolygonObjectIface( KPrPolygonObject *_obj )
diff --git a/kpresenter/KPrQuadricBezierCurveObjectIface.cpp b/kpresenter/KPrQuadricBezierCurveObjectIface.cpp
index 361060c59..6af16fdf1 100644
--- a/kpresenter/KPrQuadricBezierCurveObjectIface.cpp
+++ b/kpresenter/KPrQuadricBezierCurveObjectIface.cpp
@@ -24,7 +24,7 @@
#include "KPrObject.h"
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrQuadricBezierCurveObjectIface::KPrQuadricBezierCurveObjectIface( KPrQuadricBezierCurveObject *_obj )
diff --git a/kpresenter/KPrRectObjectIface.cpp b/kpresenter/KPrRectObjectIface.cpp
index a9e5b3e7d..7b32b8730 100644
--- a/kpresenter/KPrRectObjectIface.cpp
+++ b/kpresenter/KPrRectObjectIface.cpp
@@ -22,7 +22,7 @@
#include "KPrRectObject.h"
#include "KPrObject.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrRectObjectIface::KPrRectObjectIface( KPrRectObject *_obj )
diff --git a/kpresenter/KPrTextObjectIface.cpp b/kpresenter/KPrTextObjectIface.cpp
index 01478ef2d..7cf470a9e 100644
--- a/kpresenter/KPrTextObjectIface.cpp
+++ b/kpresenter/KPrTextObjectIface.cpp
@@ -24,7 +24,7 @@
#include "KPrDocument.h"
#include "KPrView.h"
#include <KoTextObject.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include "KPrCanvas.h"
#include <kdebug.h>
diff --git a/kpresenter/KPrTextViewIface.cpp b/kpresenter/KPrTextViewIface.cpp
index e9180d35c..51cdac64e 100644
--- a/kpresenter/KPrTextViewIface.cpp
+++ b/kpresenter/KPrTextViewIface.cpp
@@ -21,7 +21,7 @@
#include "KPrTextViewIface.h"
#include "KPrTextObject.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrTextViewIface::KPrTextViewIface( KPrTextView *_textview )
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp
index 90e8537e7..6f2e23588 100644
--- a/kpresenter/KPrView.cpp
+++ b/kpresenter/KPrView.cpp
@@ -67,7 +67,7 @@
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kstdaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeio/netaccess.h>
#include "KPrView.h"
diff --git a/kpresenter/KPrViewIface.cpp b/kpresenter/KPrViewIface.cpp
index 49c2d8877..6d1e2b909 100644
--- a/kpresenter/KPrViewIface.cpp
+++ b/kpresenter/KPrViewIface.cpp
@@ -25,7 +25,7 @@
#include "KPrPage.h"
#include "KPrDocument.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
KPrViewIface::KPrViewIface( KPrView *view_ )
diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp
index f4bf8fedf..6f93acbab 100644
--- a/kpresenter/KPrWebPresentation.cpp
+++ b/kpresenter/KPrWebPresentation.cpp
@@ -60,7 +60,7 @@
#include <kmessagebox.h>
#include <kbuttonbox.h>
#include <ksimpleconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kprogress.h>
#include <kglobal.h>
#include <kglobalsettings.h>
diff --git a/kpresenter/main.cpp b/kpresenter/main.cpp
index 2425fb1ce..4113d3411 100644
--- a/kpresenter/main.cpp
+++ b/kpresenter/main.cpp
@@ -22,7 +22,7 @@
#include <KoApplication.h>
#include <dcopclient.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>