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 --- twin4/twin4/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin4') diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index 35ddc6ff..408489e2 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -24,11 +24,11 @@ #define TWIN4_VERSION "v1.10" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "d", 0, 0}, { "debug ", I18N_NOOP("Enter debug level"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int global_debug; -- cgit v1.2.3