summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kmacroexpandertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kmacroexpandertest.cpp')
-rw-r--r--tdecore/tests/kmacroexpandertest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tests/kmacroexpandertest.cpp b/tdecore/tests/kmacroexpandertest.cpp
index 0c41a309b..e357b5801 100644
--- a/tdecore/tests/kmacroexpandertest.cpp
+++ b/tdecore/tests/kmacroexpandertest.cpp
@@ -1,7 +1,7 @@
#include <kmacroexpander.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <stdlib.h>
@@ -51,8 +51,8 @@ protected:
int main(int argc, char *argv[])
{
- KCmdLineArgs::init(argc, argv, ":", "", "", "");
- KApplication app(false,false);
+ TDECmdLineArgs::init(argc, argv, ":", "", "", "");
+ TDEApplication app(false,false);
TQString s, s2;
TQMap<TQChar,TQStringList> map1;