diff options
Diffstat (limited to 'tdeparts')
-rw-r--r-- | tdeparts/tests/ghostview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp index 66d6f786a..24d70a14d 100644 --- a/tdeparts/tests/ghostview.cpp +++ b/tdeparts/tests/ghostview.cpp @@ -91,10 +91,10 @@ void Shell::slotFileOpen() openURL( url ); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+file(s)", "Files to load", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; static const char version[] = "v0.0.1 2000 (c) David Faure"; static const char description[] = "This is a test shell for the kghostview part."; |