summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:49:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:49:06 -0600
commit051ae88012e0fd0ed56b862da0efa957f1a72957 (patch)
tree3e31b3a2a944413a9a44f97d930dfcab81db92b5 /tdefilereplace
parent1c53bf78a70a66d8ec15a77cbf98606694d7e6e7 (diff)
downloadtdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.tar.gz
tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp
index 4b12eba0..673b431b 100644
--- a/tdefilereplace/main.cpp
+++ b/tdefilereplace/main.cpp
@@ -26,10 +26,10 @@ static const char description[] =
static const char version[] = "0.1";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[PATH]", I18N_NOOP( "Starting folder" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])