diff options
Diffstat (limited to 'ksystraycmd/main.cpp')
-rw-r--r-- | ksystraycmd/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystraycmd/main.cpp b/ksystraycmd/main.cpp index 588cf25b1..792b7599f 100644 --- a/ksystraycmd/main.cpp +++ b/ksystraycmd/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; // // Setup the tray icon from the arguments. |