diff options
Diffstat (limited to 'src/tdesvnd/main.cpp')
-rw-r--r-- | src/tdesvnd/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp index 0f97859..5557db9 100644 --- a/src/tdesvnd/main.cpp +++ b/src/tdesvnd/main.cpp @@ -33,9 +33,9 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main (int argc, char *argv[]) |