diff options
Diffstat (limited to 'tdecore/tests/kmacroexpandertest.cpp')
-rw-r--r-- | tdecore/tests/kmacroexpandertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kmacroexpandertest.cpp b/tdecore/tests/kmacroexpandertest.cpp index 11fb4fd8b..fe3f66c65 100644 --- a/tdecore/tests/kmacroexpandertest.cpp +++ b/tdecore/tests/kmacroexpandertest.cpp @@ -52,7 +52,7 @@ protected: int main(int argc, char *argv[]) { TDECmdLineArgs::init(argc, argv, ":", "", "", ""); - KApplication app(false,false); + TDEApplication app(false,false); TQString s, s2; TQMap<TQChar,TQStringList> map1; |