diff options
Diffstat (limited to 'noatun-plugins/nexscope/nex.cpp')
-rw-r--r-- | noatun-plugins/nexscope/nex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/nex.cpp b/noatun-plugins/nexscope/nex.cpp index 958ae13..0bcafbe 100644 --- a/noatun-plugins/nexscope/nex.cpp +++ b/noatun-plugins/nexscope/nex.cpp @@ -577,7 +577,7 @@ int main(int argc, char **argv) "charles@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; (new Control)->show(); |