summaryrefslogtreecommitdiffstats
path: root/kpresenter
diff options
context:
space:
mode:
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 c5bb8a9a..53e8365e 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 111a88e4..3094f58c 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 5a6da29e..4b09382a 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 0089caf8..f98ddb0f 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 a8f6ff82..23b121a2 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 bcf02ad9..fec43258 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 d4503064..098c7eb0 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 aa4d154a..27b66cad 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 acbdf7a7..91aeab49 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 25ff2963..16bdc58c 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 8fa03726..e5f45bd2 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 e4db5e91..f362f03d 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 52b67396..bea860bf 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 729d8587..feac50f1 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 25aba98c..544ea095 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 b358fd55..e5aa4c56 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 36798a0a..e07333fb 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 e5a3d4f4..ad0ee251 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 e84e3c52..d09f5fee 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 8283a4c5..1533650a 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 fa9c1327..0b9b4776 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 361060c5..6af16fdf 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 a9e5b3e7..7b32b873 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 01478ef2..7cf470a9 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 e9180d35..51cdac64 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 90e8537e..6f2e2358 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 49c2d887..6d1e2b90 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 f4bf8fed..6f93acba 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 2425fb1c..4113d341 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>