From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- arts/builder/main.cpp | 4 ++-- juk/main.cpp | 4 ++-- kaboodle/main.cpp | 4 ++-- kaudiocreator/main.cpp | 4 ++-- kmix/kmixctrl.cpp | 4 ++-- kmix/main.cpp | 4 ++-- krec/main.cpp | 4 ++-- kscd/kscd.cpp | 4 ++-- noatun/app/main.cpp | 4 ++-- tdeioslave/audiocd/audiocd.cpp | 4 ++-- tdemid/main.cpp | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/arts/builder/main.cpp b/arts/builder/main.cpp index 62dcdb43..eed56aaa 100644 --- a/arts/builder/main.cpp +++ b/arts/builder/main.cpp @@ -903,10 +903,10 @@ void ArtsBuilderApp::end() /*************************************************************/ -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[file]", I18N_NOOP("Optional .arts file to be loaded"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #ifdef COMMON_BINARY diff --git a/juk/main.cpp b/juk/main.cpp index 3db558df..1613293f 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -41,10 +41,10 @@ static const char allan[] = I18N_NOOP("FLAC and MPC support"); static const char nathan[] = I18N_NOOP("Album cover manager"); static const char pascal[] = I18N_NOOP("Gimper of splash screen"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[file(s)]", I18N_NOOP("File(s) to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/kaboodle/main.cpp b/kaboodle/main.cpp index 3353005c..0723b78e 100644 --- a/kaboodle/main.cpp +++ b/kaboodle/main.cpp @@ -33,13 +33,13 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, #ifndef NDEBUG { "qdebug", I18N_NOOP("Turn on TQt Debug output"), 0 }, #endif - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 2f5ebb54..8fbe8d35 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -24,9 +24,9 @@ #include #include -static const KCmdLineOptions options[] = { +static const TDECmdLineOptions options[] = { {"+[device]",I18N_NOOP( "CD device, can be a path or a media:/ URL" ),0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/kmix/kmixctrl.cpp b/kmix/kmixctrl.cpp index 7f04e6ad..d48b8fb8 100644 --- a/kmix/kmixctrl.cpp +++ b/kmix/kmixctrl.cpp @@ -36,13 +36,13 @@ static const char description[] = I18N_NOOP("kmixctrl - kmix volume save/restore utility"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "s", 0, 0 }, { "save", I18N_NOOP("Save current volumes as default"), 0 }, { "r", 0, 0 }, { "restore", I18N_NOOP("Restore default volumes"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; diff --git a/kmix/main.cpp b/kmix/main.cpp index e81fa21b..b85b329c 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -31,9 +31,9 @@ static const char description[] = I18N_NOOP("KMix - TDE's full featured mini mixer"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; diff --git a/krec/main.cpp b/krec/main.cpp index f59b22ab..8613b209 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -34,9 +34,9 @@ and you will find it there accepting sound\n\ for recording." ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 0fff8334..24a12a68 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -1591,12 +1591,12 @@ void KSCD::populateSongList(TQString infoStatus) emit trackChanged(m_cd->track(), m_cd->trackLength()); } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"s",0,0}, {"start",I18N_NOOP("Start playing"),0}, {"+[device]",I18N_NOOP("CD device, can be a path or a media:/ URL"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index f78dc506..3f2ce3b1 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -8,10 +8,10 @@ static const char description[] = I18N_NOOP("The Fusion of Frequencies"); static const char version[] = NOATUN_VERSION; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Files/URLs to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain(int argc, char **argv) diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp index 68192e3d..dcf993ea 100644 --- a/tdeioslave/audiocd/audiocd.cpp +++ b/tdeioslave/audiocd/audiocd.cpp @@ -65,12 +65,12 @@ using namespace KCDDB; using namespace AudioCD; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+protocol", I18N_NOOP("Protocol name"), 0 }, { "+pool", I18N_NOOP("Socket name"), 0 }, { "+app", I18N_NOOP("Socket name"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int kdemain(int argc, char ** argv) diff --git a/tdemid/main.cpp b/tdemid/main.cpp index 77a09e73..5080372a 100644 --- a/tdemid/main.cpp +++ b/tdemid/main.cpp @@ -58,10 +58,10 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, KMidFactory::aboutData() ); - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "+file", I18N_NOOP("File to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; TDECmdLineArgs::addCmdLineOptions(options); -- cgit v1.2.3