diff options
Diffstat (limited to 'kview')
-rw-r--r-- | kview/kviewcanvas/test/main.cpp | 4 | ||||
-rw-r--r-- | kview/kviewviewer/test/main.cpp | 4 | ||||
-rw-r--r-- | kview/main.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kview/kviewcanvas/test/main.cpp b/kview/kviewcanvas/test/main.cpp index 4c6fa3f7..f4cebb29 100644 --- a/kview/kviewcanvas/test/main.cpp +++ b/kview/kviewcanvas/test/main.cpp @@ -9,10 +9,10 @@ static const char description[] = static const char version[] = "v0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Image to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/kview/kviewviewer/test/main.cpp b/kview/kviewviewer/test/main.cpp index 5a562b08..5cf59deb 100644 --- a/kview/kviewviewer/test/main.cpp +++ b/kview/kviewviewer/test/main.cpp @@ -9,10 +9,10 @@ static const char description[] = static const char version[] = "v0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Image to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) 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 ) |