summaryrefslogtreecommitdiffstats
path: root/ktalkd/ktalkdlg/ktalkdlg.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 /ktalkd/ktalkdlg/ktalkdlg.cpp
parent516ce728ff4ffd1d1d78db856f167d180347dc02 (diff)
downloadtdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz
tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ktalkd/ktalkdlg/ktalkdlg.cpp')
-rw-r--r--ktalkd/ktalkdlg/ktalkdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktalkd/ktalkdlg/ktalkdlg.cpp b/ktalkd/ktalkdlg/ktalkdlg.cpp
index 942c53dd..4c254b6c 100644
--- a/ktalkd/ktalkdlg/ktalkdlg.cpp
+++ b/ktalkd/ktalkdlg/ktalkdlg.cpp
@@ -60,11 +60,11 @@ class TimeoutDialog : public TQMessageBox {
{TQT_TQOBJECT(this)->killTimers (); done (Rejected);}
};
-static KCmdLineOptions option[] =
+static TDECmdLineOptions option[] =
{
{ "+user@host", I18N_NOOP("Caller identification"), 0 },
{ "+[callee]", I18N_NOOP("Name of the callee, if he doesn't exist on this system (we're taking his call)"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
static const char description[] =