summaryrefslogtreecommitdiffstats
path: root/juk
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
parentf22c05e92636f81736560df2b4bfa0953fbc82b2 (diff)
downloadtdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz
tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'juk')
-rw-r--r--juk/juk.cpp2
-rw-r--r--juk/main.cpp4
-rw-r--r--juk/tagguessertest.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/juk/juk.cpp b/juk/juk.cpp
index 60c09426..5c2e6db5 100644
--- a/juk/juk.cpp
+++ b/juk/juk.cpp
@@ -246,7 +246,7 @@ void JuK::setupGlobalAccels()
void JuK::slotProcessArgs()
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
TQStringList files;
for(int i = 0; i < args->count(); i++)
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();
diff --git a/juk/tagguessertest.cpp b/juk/tagguessertest.cpp
index adba59db..7f358343 100644
--- a/juk/tagguessertest.cpp
+++ b/juk/tagguessertest.cpp
@@ -65,7 +65,7 @@ void check( const TQString &filename, const TQString &title,
int main( int argc, char **argv )
{
KAboutData aboutData("tagguessertest", "tagguessertest", "0.1");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication app;
check( "/home/frerich/Chemical Brothers - (01) - Block rockin' beats [Live].mp3",
"Block Rockin' Beats", "Chemical Brothers", "01", "Live" );