diff options
Diffstat (limited to 'korn/main.cpp')
-rw-r--r-- | korn/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/main.cpp b/korn/main.cpp index f3e8cf9ae..9efbc3693 100644 --- a/korn/main.cpp +++ b/korn/main.cpp @@ -28,9 +28,9 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Mart Kelder",0,"mart@kelder31.nl"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - if( !KUniqueApplication::start() ) { + if( !TDEUniqueApplication::start() ) { // Already running. Should pop up the preferences dialog return 0; } |