summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/tests/kopetepasswordtest_program.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:47:05 -0600
commit9a03aa40e3110a537b19f8a708d6782c69526f30 (patch)
tree4e474833681c23cc05f07959bef63fdb7453a848 /kopete/libkopete/tests/kopetepasswordtest_program.cpp
parent516ce728ff4ffd1d1d78db856f167d180347dc02 (diff)
downloadtdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz
tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kopete/libkopete/tests/kopetepasswordtest_program.cpp')
-rw-r--r--kopete/libkopete/tests/kopetepasswordtest_program.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/tests/kopetepasswordtest_program.cpp b/kopete/libkopete/tests/kopetepasswordtest_program.cpp
index 63c9929d..45f0b0f9 100644
--- a/kopete/libkopete/tests/kopetepasswordtest_program.cpp
+++ b/kopete/libkopete/tests/kopetepasswordtest_program.cpp
@@ -30,14 +30,14 @@
static TQTextStream _out( stdout, IO_WriteOnly );
-static KCmdLineOptions opts[] =
+static TDECmdLineOptions opts[] =
{
{ "id <id>", I18N_NOOP("Config group to store password in"), "TestAccount" },
{ "set <new>", I18N_NOOP("Set password to new"), 0 },
{ "error", I18N_NOOP("Claim password was erroneous"), 0 },
{ "prompt <prompt>", I18N_NOOP("Password prompt"), "Enter a password" },
{ "image <filename>", I18N_NOOP("Image to display in password dialog"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
using namespace Kopete;