summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:05:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:05:32 -0600
commit20eeec1071fd0f8d6d0da7989025cdfe520adac8 (patch)
treedcee5ebb8614b6561c45fdfd0dc410cf72332730 /src
parent56e35c9ab8830bbfd14f707929ff684118607cb2 (diff)
downloadtdeio-umountwrapper-20eeec1071fd0f8d6d0da7989025cdfe520adac8.tar.gz
tdeio-umountwrapper-20eeec1071fd0f8d6d0da7989025cdfe520adac8.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
-rw-r--r--src/tdeio_umountwrapper.cpp4
-rw-r--r--src/tdeio_umountwrapper.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a49ae89..0f8841a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -20,8 +20,8 @@
#include "tdeio_umountwrapper.h"
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <kdebug.h>
diff --git a/src/tdeio_umountwrapper.cpp b/src/tdeio_umountwrapper.cpp
index 183b63d..7b3feb8 100644
--- a/src/tdeio_umountwrapper.cpp
+++ b/src/tdeio_umountwrapper.cpp
@@ -24,11 +24,11 @@
#include <cstdlib>
#include <tqtimer.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kprogress.h>
#include <kprocess.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
tdeio_umountwrapper::tdeio_umountwrapper(const TQString& url)
diff --git a/src/tdeio_umountwrapper.h b/src/tdeio_umountwrapper.h
index 8689022..14cdc24 100644
--- a/src/tdeio_umountwrapper.h
+++ b/src/tdeio_umountwrapper.h
@@ -26,7 +26,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kprogress.h>
#include <kprocess.h>