summaryrefslogtreecommitdiffstats
path: root/src/askpass/tdesvn-askpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/askpass/tdesvn-askpass.cpp')
-rw-r--r--src/askpass/tdesvn-askpass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/askpass/tdesvn-askpass.cpp b/src/askpass/tdesvn-askpass.cpp
index 358e7ee..b6985a3 100644
--- a/src/askpass/tdesvn-askpass.cpp
+++ b/src/askpass/tdesvn-askpass.cpp
@@ -25,10 +25,10 @@
#include <kpassdlg.h>
#include <iostream>
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[prompt]", I18N_NOOP("prompt"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char** argv)