summaryrefslogtreecommitdiffstats
path: root/karm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karm/main.cpp')
-rw-r--r--karm/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/main.cpp b/karm/main.cpp
index ef4326dc0..cdc43e9d5 100644
--- a/karm/main.cpp
+++ b/karm/main.cpp
@@ -15,7 +15,7 @@ namespace
void cleanup( int )
{
kdDebug(5970) << i18n("Just caught a software interrupt.") << endl;
- kapp->exit();
+ tdeApp->exit();
}
}
@@ -79,7 +79,7 @@ int main( int argc, char *argv[] )
myApp.setMainWidget( mainWindow );
- if (kapp->isRestored() && TDEMainWindow::canBeRestored( 1 ))
+ if (tdeApp->isRestored() && TDEMainWindow::canBeRestored( 1 ))
mainWindow->restore( 1, false );
else
mainWindow->show();