From 5466d52073af147d100482cbf633087bb9fb631b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:01 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- arts/kde/kconverttest.cc | 4 ++-- arts/kde/kiotest.cc | 4 ++-- arts/kde/kiotestslow.cc | 4 ++-- arts/message/artsmessage.cc | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'arts') diff --git a/arts/kde/kconverttest.cc b/arts/kde/kconverttest.cc index 63f5ae536..42fd98072 100644 --- a/arts/kde/kconverttest.cc +++ b/arts/kde/kconverttest.cc @@ -18,10 +18,10 @@ using namespace std; using namespace Arts; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; KConvertTest::KConvertTest() diff --git a/arts/kde/kiotest.cc b/arts/kde/kiotest.cc index f838c4f77..cb26a649f 100644 --- a/arts/kde/kiotest.cc +++ b/arts/kde/kiotest.cc @@ -12,10 +12,10 @@ using namespace std; using namespace Arts; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/arts/kde/kiotestslow.cc b/arts/kde/kiotestslow.cc index ffb71d8b1..ffeceafd5 100644 --- a/arts/kde/kiotestslow.cc +++ b/arts/kde/kiotestslow.cc @@ -78,10 +78,10 @@ public: REGISTER_IMPLEMENTATION(KIOTestSlow_impl); }; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; #undef USE_FILEINPUTSTREAM diff --git a/arts/message/artsmessage.cc b/arts/message/artsmessage.cc index 77f2a6185..389d09bf9 100644 --- a/arts/message/artsmessage.cc +++ b/arts/message/artsmessage.cc @@ -39,7 +39,7 @@ Gnome, etc. and used instead. #include // command line options -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "e", 0,0 }, { "error", I18N_NOOP("Display error message (default)"), 0 }, @@ -48,7 +48,7 @@ static KCmdLineOptions options[] = { "i", 0, 0 }, { "info", I18N_NOOP("Display informational message"), 0 }, { "+message", I18N_NOOP("Message string to be displayed"), 0 }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; TDEAboutData aboutData("artsmessage", I18N_NOOP("artsmessage"), "0.1", -- cgit v1.2.1