From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kdialog/kdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdialog') diff --git a/kdialog/kdialog.cpp b/kdialog/kdialog.cpp index 674333190..14180b208 100644 --- a/kdialog/kdialog.cpp +++ b/kdialog/kdialog.cpp @@ -60,7 +60,7 @@ using namespace std; extern "C" { int XSetTransientForHint( Display *, unsigned long, unsigned long ); } #endif // Q_WS_X11 -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "yesno ", I18N_NOOP("Question message box with yes/no buttons"), 0 }, { "yesnocancel ", I18N_NOOP("Question message box with yes/no/cancel buttons"), 0 }, @@ -98,7 +98,7 @@ static KCmdLineOptions options[] = { "dontagain ", I18N_NOOP("Config file and option name for saving the \"dont-show/ask-again\" state"), 0 }, { "+[arg]", I18N_NOOP("Arguments - depending on main option"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; // this class hooks into the eventloop and outputs the id -- cgit v1.2.3