summaryrefslogtreecommitdiffstats
path: root/libkcddb/test
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
parentf22c05e92636f81736560df2b4bfa0953fbc82b2 (diff)
downloadtdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.tar.gz
tdemultimedia-58646ccdcdc8ee08b081edba54e1460ff3295166.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'libkcddb/test')
-rw-r--r--libkcddb/test/asynccddblookuptest.cpp2
-rw-r--r--libkcddb/test/asynchttplookuptest.cpp2
-rw-r--r--libkcddb/test/asynchttpsubmittest.cpp2
-rw-r--r--libkcddb/test/asyncsmtpsubmittest.cpp2
-rw-r--r--libkcddb/test/sitestest.cpp2
-rw-r--r--libkcddb/test/synccddblookuptest.cpp2
-rw-r--r--libkcddb/test/synchttplookuptest.cpp2
-rw-r--r--libkcddb/test/synchttpsubmittest.cpp2
-rw-r--r--libkcddb/test/syncsmtpsubmittest.cpp2
-rw-r--r--libkcddb/test/utf8test.cpp2
10 files changed, 10 insertions, 10 deletions
diff --git a/libkcddb/test/asynccddblookuptest.cpp b/libkcddb/test/asynccddblookuptest.cpp
index ff8c34bb..948411f3 100644
--- a/libkcddb/test/asynccddblookuptest.cpp
+++ b/libkcddb/test/asynccddblookuptest.cpp
@@ -101,7 +101,7 @@ AsyncCDDBLookupTest::slotFinished(CDDB::Result r)
int main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */, false /* No GUI */);
diff --git a/libkcddb/test/asynchttplookuptest.cpp b/libkcddb/test/asynchttplookuptest.cpp
index 174525bb..13f83679 100644
--- a/libkcddb/test/asynchttplookuptest.cpp
+++ b/libkcddb/test/asynchttplookuptest.cpp
@@ -99,7 +99,7 @@ AsyncHTTPLookupTest::slotFinished(CDDB::Result r)
int main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */, false /* No GUI */);
diff --git a/libkcddb/test/asynchttpsubmittest.cpp b/libkcddb/test/asynchttpsubmittest.cpp
index d0923b27..dc0d9fa7 100644
--- a/libkcddb/test/asynchttpsubmittest.cpp
+++ b/libkcddb/test/asynchttpsubmittest.cpp
@@ -68,7 +68,7 @@ AsyncHTTPSubmitTest::slotFinished(CDDB::Result r)
int main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */, false /* No GUI */);
diff --git a/libkcddb/test/asyncsmtpsubmittest.cpp b/libkcddb/test/asyncsmtpsubmittest.cpp
index 89c0ad50..0c7293e6 100644
--- a/libkcddb/test/asyncsmtpsubmittest.cpp
+++ b/libkcddb/test/asyncsmtpsubmittest.cpp
@@ -69,7 +69,7 @@ AsyncSMTPSubmitTest::slotFinished(CDDB::Result r)
int main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */, false /* No GUI */);
diff --git a/libkcddb/test/sitestest.cpp b/libkcddb/test/sitestest.cpp
index 6188665d..8a729295 100644
--- a/libkcddb/test/sitestest.cpp
+++ b/libkcddb/test/sitestest.cpp
@@ -26,7 +26,7 @@
int
main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */);
diff --git a/libkcddb/test/synccddblookuptest.cpp b/libkcddb/test/synccddblookuptest.cpp
index 0b71e864..a92e7084 100644
--- a/libkcddb/test/synccddblookuptest.cpp
+++ b/libkcddb/test/synccddblookuptest.cpp
@@ -10,7 +10,7 @@
int
main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */, false /* No GUI */);
diff --git a/libkcddb/test/synchttplookuptest.cpp b/libkcddb/test/synchttplookuptest.cpp
index 8bc05c18..cd616a0c 100644
--- a/libkcddb/test/synchttplookuptest.cpp
+++ b/libkcddb/test/synchttplookuptest.cpp
@@ -9,7 +9,7 @@
int
main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app(false /* No styles */);
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 */);
diff --git a/libkcddb/test/syncsmtpsubmittest.cpp b/libkcddb/test/syncsmtpsubmittest.cpp
index 4af365bb..a75e239e 100644
--- a/libkcddb/test/syncsmtpsubmittest.cpp
+++ b/libkcddb/test/syncsmtpsubmittest.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 */);
diff --git a/libkcddb/test/utf8test.cpp b/libkcddb/test/utf8test.cpp
index 05d8b83e..61f6827d 100644
--- a/libkcddb/test/utf8test.cpp
+++ b/libkcddb/test/utf8test.cpp
@@ -9,7 +9,7 @@
int
main(int argc, char ** argv)
{
- KCmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
+ TDECmdLineArgs::init(argc, argv, "libkcddb_test", "", "", "");
KApplication app;