diff options
Diffstat (limited to 'ktimer/main.cpp')
-rw-r--r-- | ktimer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktimer/main.cpp b/ktimer/main.cpp index b35d8eb..e648d5f 100644 --- a/ktimer/main.cpp +++ b/ktimer/main.cpp @@ -36,7 +36,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Stefan Schimanski",0, "schimmi@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; KTimerPref *timer = new KTimerPref; app.setMainWidget( timer ); |