From 2e05692480ffca7ce2043180e9377619c233ee66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:39 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kdevdesigner/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdevdesigner') diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp index 58094d1b..1c3921ea 100644 --- a/kdevdesigner/src/main.cpp +++ b/kdevdesigner/src/main.cpp @@ -32,10 +32,10 @@ static const char description[] = static const char version[] = "0.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1