From e57b0bd3983c7f1fa1743585d9df68cf5fc8c710 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:43 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/askpass/tdesvn-askpass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/askpass') 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 #include -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[prompt]", I18N_NOOP("prompt"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char** argv) -- cgit v1.2.1