diff options
Diffstat (limited to 'arts/tools/main.cpp')
-rw-r--r-- | arts/tools/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/main.cpp b/arts/tools/main.cpp index 3042f46e..4d0fc782 100644 --- a/arts/tools/main.cpp +++ b/arts/tools/main.cpp @@ -197,7 +197,7 @@ int main(int argc, char **argv) { TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app(argc, argv); + TDEApplication app(argc, argv); // setup mcop communication QIOManager qiomanager; |