diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:45 -0600 |
commit | 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 (patch) | |
tree | d074ed35245d0d44f04cd625c1cafacdc15a13ae /kio/tests | |
parent | 6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc (diff) | |
download | tdelibs-5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0.tar.gz tdelibs-5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kio/tests')
-rw-r--r-- | kio/tests/jobtest.cpp | 2 | ||||
-rw-r--r-- | kio/tests/kacltest.cpp | 2 | ||||
-rw-r--r-- | kio/tests/kdirwatchtest.cpp | 6 | ||||
-rw-r--r-- | kio/tests/kionetrctest.cpp | 6 | ||||
-rw-r--r-- | kio/tests/kiopassdlgtest.cpp | 2 | ||||
-rw-r--r-- | kio/tests/kioslavetest.cpp | 10 | ||||
-rw-r--r-- | kio/tests/kmimefromext.cpp | 6 | ||||
-rw-r--r-- | kio/tests/kpropsdlgtest.cpp | 8 | ||||
-rw-r--r-- | kio/tests/kprotocolinfotest.cpp | 2 | ||||
-rw-r--r-- | kio/tests/ktradertest.cpp | 8 | ||||
-rw-r--r-- | kio/tests/kurifiltertest.cpp | 6 | ||||
-rw-r--r-- | kio/tests/kurlcompletiontest.cpp | 2 | ||||
-rw-r--r-- | kio/tests/metatest.cpp | 6 | ||||
-rw-r--r-- | kio/tests/speed.cpp | 6 |
14 files changed, 36 insertions, 36 deletions
diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp index 463c464d3..34fe93677 100644 --- a/kio/tests/jobtest.cpp +++ b/kio/tests/jobtest.cpp @@ -65,7 +65,7 @@ static bool check(const TQString& txt, TQString a, TQString b) int main(int argc, char *argv[]) { KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc,argv,"jobtest", 0, 0, 0, 0); + TDECmdLineArgs::init(argc,argv,"jobtest", 0, 0, 0, 0); KApplication app; JobTest test; diff --git a/kio/tests/kacltest.cpp b/kio/tests/kacltest.cpp index e97f7c110..b4bfc9f07 100644 --- a/kio/tests/kacltest.cpp +++ b/kio/tests/kacltest.cpp @@ -68,7 +68,7 @@ static bool check(const TQString& txt, T a, T b) int main(int argc, char *argv[]) { KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc,argv,"kacltest", 0, 0, 0, 0); + TDECmdLineArgs::init(argc,argv,"kacltest", 0, 0, 0, 0); KApplication app; KACLTest test; diff --git a/kio/tests/kdirwatchtest.cpp b/kio/tests/kdirwatchtest.cpp index 48bc59a14..20676ee49 100644 --- a/kio/tests/kdirwatchtest.cpp +++ b/kio/tests/kdirwatchtest.cpp @@ -25,13 +25,13 @@ static const KCmdLineOptions options[] = int main (int argc, char **argv) { - KCmdLineArgs::init(argc, argv, "KDirWatchTest", + TDECmdLineArgs::init(argc, argv, "KDirWatchTest", "Test for KDirWatch", "1.0"); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication::addCmdLineOptions(); KApplication a; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); myTest testObject; diff --git a/kio/tests/kionetrctest.cpp b/kio/tests/kionetrctest.cpp index 852a06453..95b0cf61a 100644 --- a/kio/tests/kionetrctest.cpp +++ b/kio/tests/kionetrctest.cpp @@ -44,9 +44,9 @@ int main(int argc, char **argv) KCmdLineLastOption }; - KCmdLineArgs::init( argc, argv, "kionetrctest", description, version ); - KCmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, "kionetrctest", description, version ); + TDECmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); int count = args->count(); KApplication app; diff --git a/kio/tests/kiopassdlgtest.cpp b/kio/tests/kiopassdlgtest.cpp index 2e8894108..f1dd1a9b0 100644 --- a/kio/tests/kiopassdlgtest.cpp +++ b/kio/tests/kiopassdlgtest.cpp @@ -9,7 +9,7 @@ int main ( int argc, char** argv ) { KAboutData aboutData("kiopassdlgtest", "KIO Password Dialog Test", "1.0"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication app; TQString usr, pass, comment, label; diff --git a/kio/tests/kioslavetest.cpp b/kio/tests/kioslavetest.cpp index 0db23457d..2e7e398e4 100644 --- a/kio/tests/kioslavetest.cpp +++ b/kio/tests/kioslavetest.cpp @@ -494,11 +494,11 @@ static KCmdLineOptions options[] = }; int main(int argc, char **argv) { - KCmdLineArgs::init( argc, argv, "kioslavetest", description, version ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, "kioslavetest", description, version ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString src = args->getOption("src"); TQString dest = args->getOption("dest"); @@ -529,7 +529,7 @@ int main(int argc, char **argv) { op = KioslaveTest::Shred; } else if ( tmps == "mkdir") { op = KioslaveTest::Mkdir; - } else KCmdLineArgs::usage("unknown operation"); + } else TDECmdLineArgs::usage("unknown operation"); tmps = args->getOption("progress"); if ( tmps == "none") { @@ -538,7 +538,7 @@ int main(int argc, char **argv) { pr = KioslaveTest::ProgressDefault; } else if ( tmps == "status") { pr = KioslaveTest::ProgressStatus; - } else KCmdLineArgs::usage("unknown progress mode"); + } else TDECmdLineArgs::usage("unknown progress mode"); args->clear(); // Free up memory diff --git a/kio/tests/kmimefromext.cpp b/kio/tests/kmimefromext.cpp index 248407f95..bde2ff5ff 100644 --- a/kio/tests/kmimefromext.cpp +++ b/kio/tests/kmimefromext.cpp @@ -31,13 +31,13 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KCmdLineArgs::init( argc, argv, "kmimefromext", "A mimetype testing tool, gives the mimetype for a given filename", "0.0" ); + TDECmdLineArgs::init( argc, argv, "kmimefromext", "A mimetype testing tool, gives the mimetype for a given filename", "0.0" ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString fileName = args->arg( 0 ); // The "true" here means only the filename will be looked at. diff --git a/kio/tests/kpropsdlgtest.cpp b/kio/tests/kpropsdlgtest.cpp index 5f9e6ae3b..5d01384f6 100644 --- a/kio/tests/kpropsdlgtest.cpp +++ b/kio/tests/kpropsdlgtest.cpp @@ -14,14 +14,14 @@ static KCmdLineOptions options[] = int main ( int argc, char** argv ) { KAboutData aboutData("kpropertiesdialogtest", "KIO Properties Dialog Test", "1.0"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if ( args->count() < 1 ) - KCmdLineArgs::usage(); + TDECmdLineArgs::usage(); KURL u = args->url( 0 ); // This is the test for the KPropertiesDialog constructor that is now diff --git a/kio/tests/kprotocolinfotest.cpp b/kio/tests/kprotocolinfotest.cpp index b0fe392f2..e8fd7850d 100644 --- a/kio/tests/kprotocolinfotest.cpp +++ b/kio/tests/kprotocolinfotest.cpp @@ -29,7 +29,7 @@ int main(int argc, char **argv) { KAboutData aboutData("kprotocolinfotest", "KProtocolinfo Test", "1.0"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication app; KURL url; diff --git a/kio/tests/ktradertest.cpp b/kio/tests/ktradertest.cpp index 34ce8e3bc..d2ceb4c00 100644 --- a/kio/tests/ktradertest.cpp +++ b/kio/tests/ktradertest.cpp @@ -33,16 +33,16 @@ static KCmdLineOptions options[] = int main( int argc, char **argv ) { - KCmdLineArgs::init( argc, argv, "ktradertest", "KTradertest", "A KTrader testing tool", "0.0" ); + TDECmdLineArgs::init( argc, argv, "ktradertest", "KTradertest", "A KTrader testing tool", "0.0" ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app( false, false ); // no GUI - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if ( args->count() < 1 ) - KCmdLineArgs::usage(); + TDECmdLineArgs::usage(); TQString query = TQString::fromLocal8Bit( args->arg( 0 ) ); diff --git a/kio/tests/kurifiltertest.cpp b/kio/tests/kurifiltertest.cpp index 7f448c541..6eb661c70 100644 --- a/kio/tests/kurifiltertest.cpp +++ b/kio/tests/kurifiltertest.cpp @@ -159,14 +159,14 @@ int main(int argc, char **argv) setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KAboutData aboutData(appName, programName, version, description); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; app.disableAutoDcopRegistration(); // Allow testing of the search engine using both delimiters... - char delimiter = KCmdLineArgs::parsedArgs()->isSet("s") ? ' ' : ':'; + char delimiter = TDECmdLineArgs::parsedArgs()->isSet("s") ? ' ' : ':'; // Many tests check the "default search engine" feature. // There is no default search engine by default (since it was annoying when making typos), diff --git a/kio/tests/kurlcompletiontest.cpp b/kio/tests/kurlcompletiontest.cpp index cd1919def..d777fe0df 100644 --- a/kio/tests/kurlcompletiontest.cpp +++ b/kio/tests/kurlcompletiontest.cpp @@ -165,7 +165,7 @@ void KURLCompletionTest::testLocalURL() int main( int argc, char **argv ) { KApplication::disableAutoDcopRegistration(); - KCmdLineArgs::init(argc,argv,"kurlcompletiontest", 0, 0, 0, 0); + TDECmdLineArgs::init(argc,argv,"kurlcompletiontest", 0, 0, 0, 0); KApplication app; { diff --git a/kio/tests/metatest.cpp b/kio/tests/metatest.cpp index 54b87b6a0..f450c46c1 100644 --- a/kio/tests/metatest.cpp +++ b/kio/tests/metatest.cpp @@ -181,17 +181,17 @@ void removeGroup(KFileMetaInfo& info, TQString group) int main( int argc, char **argv ) { // Initialize command line args - KCmdLineArgs::init(argc, argv, "kfilemetatest", "testing kfilmetainfo", "X"); + TDECmdLineArgs::init(argc, argv, "kfilemetatest", "testing kfilmetainfo", "X"); // Tell which options are supported - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add options from other components KApplication::addCmdLineOptions(); KApplication app; - KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); TQCString ov; ov = args->getOption("mimetypeinfo"); diff --git a/kio/tests/speed.cpp b/kio/tests/speed.cpp index d8ddae20a..77cf13764 100644 --- a/kio/tests/speed.cpp +++ b/kio/tests/speed.cpp @@ -65,13 +65,13 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KCmdLineArgs::init( argc, argv, "speedapp", "A KIO::listRecursive testing tool", "0.0" ); + TDECmdLineArgs::init( argc, argv, "speedapp", "A KIO::listRecursive testing tool", "0.0" ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KURL url; if ( args->count() == 1 ) |