From ea720a87cc64cfc09e53ff48303de43b4df1fb01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:36:08 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kpresenter/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpresenter') diff --git a/kpresenter/main.cpp b/kpresenter/main.cpp index 96716370..2425fb1c 100644 --- a/kpresenter/main.cpp +++ b/kpresenter/main.cpp @@ -26,10 +26,10 @@ #include -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KPRESENTER_EXPORT int kdemain( int argc, char **argv ) -- cgit v1.2.1