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 --- twin/kcmtwin/twinrules/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin/kcmtwin/twinrules') diff --git a/twin/kcmtwin/twinrules/main.cpp b/twin/kcmtwin/twinrules/main.cpp index 188c22f77..23806b3ba 100644 --- a/twin/kcmtwin/twinrules/main.cpp +++ b/twin/kcmtwin/twinrules/main.cpp @@ -264,12 +264,12 @@ static int edit( Window wid, bool whole_app ) } // namespace -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { // no need for I18N_NOOP(), this is not supposed to be used directly { "wid ", "WId of the window for special window settings.", 0 }, { "whole-app", "Whether the settings should affect all windows of the application.", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" -- cgit v1.2.1