summaryrefslogtreecommitdiffstats
path: root/juk/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:45 -0600
commit58646ccdcdc8ee08b081edba54e1460ff3295166 (patch)
treef9234aed98aaaa0f7d88e7234505d34f0a8147a4 /juk/main.cpp
parentf22c05e92636f81736560df2b4bfa0953fbc82b2 (diff)
downloadtdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz
tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'juk/main.cpp')
-rw-r--r--juk/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/main.cpp b/juk/main.cpp
index fe8c168a..3aaa5556 100644
--- a/juk/main.cpp
+++ b/juk/main.cpp
@@ -70,8 +70,8 @@ int main(int argc, char *argv[])
aboutData.addCredit("Nathan Toone", nathan, "nathan@toonetown.com");
aboutData.addCredit("Pascal Klein", pascal, "4pascal@tpg.com.au");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
KUniqueApplication::addCmdLineOptions();