summaryrefslogtreecommitdiffstats
path: root/libkcddb/test/synchttpsubmittest.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 /libkcddb/test/synchttpsubmittest.cpp
parentf22c05e92636f81736560df2b4bfa0953fbc82b2 (diff)
downloadtdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz
tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'libkcddb/test/synchttpsubmittest.cpp')
-rw-r--r--libkcddb/test/synchttpsubmittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/test/synchttpsubmittest.cpp b/libkcddb/test/synchttpsubmittest.cpp
index d6c17eaf..2b7b6d0c 100644
--- a/libkcddb/test/synchttpsubmittest.cpp
+++ b/libkcddb/test/synchttpsubmittest.cpp
@@ -28,7 +28,7 @@
int
main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */);