summaryrefslogtreecommitdiffstats
path: root/noatun/library/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/app.cpp')
-rw-r--r--noatun/library/app.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp
index 42615a8b..2db96950 100644
--- a/noatun/library/app.cpp
+++ b/noatun/library/app.cpp
@@ -117,7 +117,7 @@ NoatunApp::NoatunApp()
{
KMessageBox::error(0,i18n("No playlist plugin was found. " \
"Please make sure that Noatun was installed correctly."));
- KApplication::quit();
+ TDEApplication::quit();
delete this;
}
else
@@ -400,7 +400,7 @@ void NoatunApp::preferences()
void NoatunApp::quit()
{
- KApplication::quit();
+ TDEApplication::quit();
}
void NoatunApp::fileOpen()
@@ -487,7 +487,7 @@ void NoatunApp::saveState(TQSessionManager &sm)
TQStringList restartCommand = sm.restartCommand();
sm.setRestartCommand( restartCommand );
- KApplication::saveState(sm);
+ TDEApplication::saveState(sm);
}
// Deprecated