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/message/artsmessage.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/message/artsmessage.cc') 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