summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/MainDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/MainDlg.cpp')
-rw-r--r--kmplot/kmplot/MainDlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmplot/kmplot/MainDlg.cpp b/kmplot/kmplot/MainDlg.cpp
index c2172ee8..d7992fae 100644
--- a/kmplot/kmplot/MainDlg.cpp
+++ b/kmplot/kmplot/MainDlg.cpp
@@ -29,8 +29,8 @@
// KDE includes
#include <dcopclient.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <kedittoolbar.h>
@@ -767,7 +767,7 @@ void MainDlg::resetZoom()
// It's usually safe to leave the factory code alone.. with the
// notable exception of the TDEAboutData data
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
TDEInstance* KmPlotPartFactory::s_instance = 0L;