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 --- kpovmodeler/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpovmodeler') diff --git a/kpovmodeler/main.cpp b/kpovmodeler/main.cpp index 12cbe719..bcc8b4e5 100644 --- a/kpovmodeler/main.cpp +++ b/kpovmodeler/main.cpp @@ -27,12 +27,12 @@ #include "version.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[file]", I18N_NOOP( "File to open" ), 0 }, { "no-opengl", I18N_NOOP( "Disables OpenGL rendering" ), 0 }, { "no-dri", I18N_NOOP( "Disables direct rendering" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char* argv[] ) -- cgit v1.2.3