diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:49:06 -0600 |
commit | 051ae88012e0fd0ed56b862da0efa957f1a72957 (patch) | |
tree | 3e31b3a2a944413a9a44f97d930dfcab81db92b5 /tdefilereplace | |
parent | 1c53bf78a70a66d8ec15a77cbf98606694d7e6e7 (diff) | |
download | tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.tar.gz tdewebdev-051ae88012e0fd0ed56b862da0efa957f1a72957.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdefilereplace')
-rw-r--r-- | tdefilereplace/main.cpp | 4 |
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[]) |