summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/ghostview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/tests/ghostview.cpp')
-rw-r--r--tdeparts/tests/ghostview.cpp4
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.";