summaryrefslogtreecommitdiffstats
path: root/kedit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:22:31 -0600
commitbd11bce76f195adf4f3806cef8cf2e0737c99ff2 (patch)
treee3c1714d74f67cc51cd04162cd4afa927dd7f7d4 /kedit
parent2d7591be424ae10d974d01e0e2f781d19ef07cd6 (diff)
downloadtdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.tar.gz
tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kedit')
-rw-r--r--kedit/kedit.cpp4
-rw-r--r--kedit/kedit.h2
-rw-r--r--kedit/ktextfiledlg.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp
index b2b3e79..b666d1c 100644
--- a/kedit/kedit.cpp
+++ b/kedit/kedit.cpp
@@ -31,14 +31,14 @@
#include <tqpainter.h>
#include <kaboutdata.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <tdeconfigdialog.h>
#include <kcursor.h>
#include <keditcl.h>
#include <tdefileitem.h>
-#include <kfontdialog.h>
+#include <tdefontdialog.h>
#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include <kprinter.h>
diff --git a/kedit/kedit.h b/kedit/kedit.h
index 30791c3..9751b57 100644
--- a/kedit/kedit.h
+++ b/kedit/kedit.h
@@ -29,7 +29,7 @@
#include "version.h"
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
class KEdit;
class KSpell;
diff --git a/kedit/ktextfiledlg.cpp b/kedit/ktextfiledlg.cpp
index 3e1c4fe..41dd04e 100644
--- a/kedit/ktextfiledlg.cpp
+++ b/kedit/ktextfiledlg.cpp
@@ -24,8 +24,8 @@
#include <klocale.h>
#include <kcharsets.h>
#include <kdiroperator.h>
-#include <krecentdocument.h>
-#include <ktoolbar.h>
+#include <tderecentdocument.h>
+#include <tdetoolbar.h>
#include <kpushbutton.h>
#include "ktextfiledlg.h"