diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:38:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:38:14 -0600 |
commit | f9801d2ed8541ae1ed6c2636c5a6140096dd78cf (patch) | |
tree | f4fb1f57717c49d526e39298599a935c47caac8b | |
parent | b1c5bea50ae48c54b476428a21dfe594916cb6ae (diff) | |
download | ktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.tar.gz ktorrent-f9801d2ed8541ae1ed6c2636c5a6140096dd78cf.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | apps/ktorrent/main.cpp | 4 | ||||
-rw-r--r-- | apps/ktupnptest/main.cpp | 4 | ||||
-rw-r--r-- | plugins/rssfeed/rss/testlibrss.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp index ee6a0b4..64abdff 100644 --- a/apps/ktorrent/main.cpp +++ b/apps/ktorrent/main.cpp @@ -103,12 +103,12 @@ bool GrabPIDLock() } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "debug", I18N_NOOP("Debug mode"), 0 }, { "silent", I18N_NOOP("Silently save torrent given on URL"), 0 }, { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) 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 }; diff --git a/plugins/rssfeed/rss/testlibrss.cpp b/plugins/rssfeed/rss/testlibrss.cpp index 154facb..4a02ff0 100644 --- a/plugins/rssfeed/rss/testlibrss.cpp +++ b/plugins/rssfeed/rss/testlibrss.cpp @@ -9,10 +9,10 @@ using namespace RSS; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+url", I18N_NOOP("URL of feed"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |