From f9801d2ed8541ae1ed6c2636c5a6140096dd78cf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:14 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- apps/ktorrent/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/ktorrent/main.cpp') 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) -- cgit v1.2.3