diff options
Diffstat (limited to 'kmouth/main.cpp')
-rw-r--r-- | kmouth/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/main.cpp b/kmouth/main.cpp index ec7eb78..66beff7 100644 --- a/kmouth/main.cpp +++ b/kmouth/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. aboutData.addCredit("Olaf Schmidt", I18N_NOOP("Tips, extended phrase books"), 0, 0); - KApplication app; + TDEApplication app; if (app.isRestored()) { |