diff options
Diffstat (limited to 'src/autostart.cpp')
-rw-r--r-- | src/autostart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp index 508bc60..4895295 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -81,7 +81,7 @@ void setStartOn(int start) { iStartOn = start; setText(2, fStartOn() ); KStandardDirs *ksd = new KStandardDirs(); - KGlobalSettings * kgs = new KGlobalSettings(); + TDEGlobalSettings * kgs = new TDEGlobalSettings(); TQString path; switch (iStartOn) { case AutoStart: @@ -181,7 +181,7 @@ autostart::~autostart() void autostart::load() { - kgs = new KGlobalSettings(); + kgs = new TDEGlobalSettings(); kdDebug() << "According to TDE your Autostart location is: " << kgs->autostartPath() << endl; KStandardDirs *ksd = new KStandardDirs(); |