diff options
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotest.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/komacrotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp index 34435fba..2a1cc900 100644 --- a/kexi/plugins/macros/tests/komacrotest.cpp +++ b/kexi/plugins/macros/tests/komacrotest.cpp @@ -42,7 +42,7 @@ int main( int argc, char** argv ) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; //create an new "Console"-runner KUnitTest::Runner * runner = KUnitTest::Runner::self(); |