summaryrefslogtreecommitdiffstats
path: root/kradio3/convert-presets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:31 -0600
commit9d2f70142a45309d74e8cf6bf3e5e98a2b3c4d5b (patch)
tree89802499689825cd4494420b40682c8e33e20e01 /kradio3/convert-presets
parent4d27580b922c60297173ff122c4b5273cd64f4c1 (diff)
downloadtderadio-9d2f70142a45309d74e8cf6bf3e5e98a2b3c4d5b.tar.gz
tderadio-9d2f70142a45309d74e8cf6bf3e5e98a2b3c4d5b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/convert-presets')
-rw-r--r--kradio3/convert-presets/convert-presets.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/convert-presets/convert-presets.cpp b/kradio3/convert-presets/convert-presets.cpp
index 8ee0d4f..e68033d 100644
--- a/kradio3/convert-presets/convert-presets.cpp
+++ b/kradio3/convert-presets/convert-presets.cpp
@@ -167,12 +167,12 @@ int main(int argc, char *argv[])
0);
aboutData.addAuthor("Martin Witte", "", "witte@kawo1.rwth-aachen.de");
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a (false, false);
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
for (int i = 0; i < args->count(); ++i) {
const char *x = args->arg(i);