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 --- kmouth/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmouth') diff --git a/kmouth/main.cpp b/kmouth/main.cpp index 960018d..779de1b 100644 --- a/kmouth/main.cpp +++ b/kmouth/main.cpp @@ -29,10 +29,10 @@ static const char description[] = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP("History file to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.1