diff options
Diffstat (limited to 'tdecore/tests/kmdcodectest.cpp')
-rw-r--r-- | tdecore/tests/kmdcodectest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kmdcodectest.cpp b/tdecore/tests/kmdcodectest.cpp index a6ce6431d..87af50f00 100644 --- a/tdecore/tests/kmdcodectest.cpp +++ b/tdecore/tests/kmdcodectest.cpp @@ -339,7 +339,7 @@ int main (int argc, char *argv[]) TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); int count = args->count(); - KApplication app; + TDEApplication app; if (!count) { |