summaryrefslogtreecommitdiffstats
path: root/kview/kviewcanvas/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kview/kviewcanvas/test/main.cpp')
-rw-r--r--kview/kviewcanvas/test/main.cpp4
1 files changed, 2 insertions, 2 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)