From 05318b1e0c2cff1520c018f5431f87a5da4b89ac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:42:47 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kmag/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmag') diff --git a/kmag/main.cpp b/kmag/main.cpp index 72784c1..4cbcbc7 100644 --- a/kmag/main.cpp +++ b/kmag/main.cpp @@ -32,10 +32,10 @@ KmagApp *kmagapp; // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("File to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.3