diff options
Diffstat (limited to 'noatun-plugins')
-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 76870ff..958ae13 100644 --- a/noatun-plugins/nexscope/nex.cpp +++ b/noatun-plugins/nexscope/nex.cpp @@ -576,7 +576,7 @@ int main(int argc, char **argv) aboutData.addAuthor("Charles Samuels", I18N_NOOP("Nex Author"), "charles@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; |