summaryrefslogtreecommitdiffstats
path: root/apps/ktupnptest/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:14 -0600
commitf9801d2ed8541ae1ed6c2636c5a6140096dd78cf (patch)
treef4fb1f57717c49d526e39298599a935c47caac8b /apps/ktupnptest/main.cpp
parentb1c5bea50ae48c54b476428a21dfe594916cb6ae (diff)
downloadktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.tar.gz
ktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'apps/ktupnptest/main.cpp')
-rw-r--r--apps/ktupnptest/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp
index dc70c35..4d7228d 100644
--- a/apps/ktupnptest/main.cpp
+++ b/apps/ktupnptest/main.cpp
@@ -36,10 +36,10 @@ static const char description[] =
static const char version[] = "1.3dev";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
// { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};