From 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:41 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kview/main.cpp') diff --git a/kview/main.cpp b/kview/main.cpp index 43b6d907..2b232ef0 100644 --- a/kview/main.cpp +++ b/kview/main.cpp @@ -25,10 +25,10 @@ static const char description[] = I18N_NOOP( "TDE Image Viewer" ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Image to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain( int argc, char ** argv ) -- cgit v1.2.3