diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:05:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:05:32 -0600 |
commit | 20eeec1071fd0f8d6d0da7989025cdfe520adac8 (patch) | |
tree | dcee5ebb8614b6561c45fdfd0dc410cf72332730 /src/tdeio_umountwrapper.cpp | |
parent | 56e35c9ab8830bbfd14f707929ff684118607cb2 (diff) | |
download | tdeio-umountwrapper-20eeec1071fd0f8d6d0da7989025cdfe520adac8.tar.gz tdeio-umountwrapper-20eeec1071fd0f8d6d0da7989025cdfe520adac8.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/tdeio_umountwrapper.cpp')
-rw-r--r-- | src/tdeio_umountwrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |