diff options
Diffstat (limited to 'tdecore/tests/kcalendartest.cpp')
-rw-r--r-- | tdecore/tests/kcalendartest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kcalendartest.cpp b/tdecore/tests/kcalendartest.cpp index 85f464c9e..086cae304 100644 --- a/tdecore/tests/kcalendartest.cpp +++ b/tdecore/tests/kcalendartest.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication app(false, false); + TDEApplication app(false, false); TQStringList lst = KCalendarSystemFactory::calendarSystems(); kdDebug() << "Supported calendar types: " << endl; |