summaryrefslogtreecommitdiffstats
path: root/ksysv/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/main.cpp')
-rw-r--r--ksysv/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysv/main.cpp b/ksysv/main.cpp
index ad7f8bf..d1b87d9 100644
--- a/ksysv/main.cpp
+++ b/ksysv/main.cpp
@@ -20,7 +20,7 @@
#include <tdeaboutdata.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "ksvapplication.h"
#include "ksv_conf.h"
@@ -66,9 +66,9 @@ int main( int argc, char **argv ) {
ksv::about = &about;
TDECmdLineArgs::init(argc, argv, &about);
- KUniqueApplication::addCmdLineOptions ();
+ TDEUniqueApplication::addCmdLineOptions ();
- if (!KUniqueApplication::start()) {
+ if (!TDEUniqueApplication::start()) {
cerr << "SysV-Init Editor is already running!" << endl;
return -1;
}
@@ -76,7 +76,7 @@ int main( int argc, char **argv ) {
KSVApplication app;
// session-management
- if (kapp->isRestored())
+ if (tdeApp->isRestored())
RESTORE(KSVTopLevel)
else
{