From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kaboodle/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaboodle/main.cpp') diff --git a/kaboodle/main.cpp b/kaboodle/main.cpp index 3353005c..0723b78e 100644 --- a/kaboodle/main.cpp +++ b/kaboodle/main.cpp @@ -33,13 +33,13 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, #ifndef NDEBUG { "qdebug", I18N_NOOP("Turn on TQt Debug output"), 0 }, #endif - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1