From 58646ccdcdc8ee08b081edba54e1460ff3295166 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- libkcddb/test/asynccddblookuptest.cpp | 2 +- libkcddb/test/asynchttplookuptest.cpp | 2 +- libkcddb/test/asynchttpsubmittest.cpp | 2 +- libkcddb/test/asyncsmtpsubmittest.cpp | 2 +- libkcddb/test/sitestest.cpp | 2 +- libkcddb/test/synccddblookuptest.cpp | 2 +- libkcddb/test/synchttplookuptest.cpp | 2 +- libkcddb/test/synchttpsubmittest.cpp | 2 +- libkcddb/test/syncsmtpsubmittest.cpp | 2 +- libkcddb/test/utf8test.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'libkcddb') 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; -- cgit v1.2.1