From 3a3518bb002cace6891cdf58a7ee83b3fb15ce8a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kiten/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiten') diff --git a/kiten/main.cpp b/kiten/main.cpp index 25f8e54c..abda8624 100644 --- a/kiten/main.cpp +++ b/kiten/main.cpp @@ -31,9 +31,9 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.1