From 38d95941c93ced6f3227f0908b0b50c41c36e954 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:36 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- systemsettings/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 99f248a..c2c77cc 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -26,12 +26,12 @@ #include "mainwindow.h" #include "version.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "menu ", I18N_NOOP("Menu file"), "systemsettings" }, { "e", 0, 0 }, { "noembed", I18N_NOOP("Embed windows"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char *argv[] )