From 1093e60627e83e9f88f4478f249a9dc2c054ba08 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:36 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- ktuberling/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktuberling') diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp index 9408c336..17430152 100644 --- a/ktuberling/main.cpp +++ b/ktuberling/main.cpp @@ -12,9 +12,9 @@ #include "toplevel.h" -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+", I18N_NOOP("Potato to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1