diff options
Diffstat (limited to 'kpovmodeler/main.cpp')
-rw-r--r-- | kpovmodeler/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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[] ) |