summaryrefslogtreecommitdiffstats
path: root/kdf/kdf.cpp
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 /kdf/kdf.cpp
parent2d7591be424ae10d974d01e0e2f781d19ef07cd6 (diff)
downloadtdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.tar.gz
tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kdf/kdf.cpp')
-rw-r--r--kdf/kdf.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdf/kdf.cpp b/kdf/kdf.cpp
index 26e4fbb..4b816e4 100644
--- a/kdf/kdf.cpp
+++ b/kdf/kdf.cpp
@@ -20,14 +20,14 @@
*/
#include <kapplication.h>
-#include <kstdaccel.h>
+#include <tdestdaccel.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kstdaction.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include "kdf.h"
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
static const char description[] =
I18N_NOOP("TDE free disk space utility");