summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:41 -0600
commit4b5c71fdded4cfec525273c795bfb0b79bb8a5dd (patch)
tree874118de3376d565ba5013455e26b1e25acd6264 /noatun-plugins
parent8b093db9895293ccce1f7d5c851c59912f48f975 (diff)
downloadtdeaddons-4b5c71fdded4cfec525273c795bfb0b79bb8a5dd.tar.gz
tdeaddons-4b5c71fdded4cfec525273c795bfb0b79bb8a5dd.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/nexscope/nex.cpp2
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;