summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:43 -0600
commite57b0bd3983c7f1fa1743585d9df68cf5fc8c710 (patch)
tree4d2b595e796f2022600f13af91b58f09b9f2d3de /src/tdesvnd
parent55034205acdf694016b2b40b2525b97437b7337f (diff)
downloadtdesvn-e57b0bd3983c7f1fa1743585d9df68cf5fc8c710.tar.gz
tdesvn-e57b0bd3983c7f1fa1743585d9df68cf5fc8c710.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvnd')
-rw-r--r--src/tdesvnd/main.cpp4
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[])