diff options
Diffstat (limited to 'ktouch/src/main.cpp')
-rw-r--r-- | ktouch/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index 53d0f41a..9f5fe183 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) about.addCredit( "All the creators of training and keyboard files", 0, 0); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KTouch *mainWin = 0; if (app.isRestored()) { |