summaryrefslogtreecommitdiffstats
path: root/tdeui/tdetoolbarlabelaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tdetoolbarlabelaction.h')
-rw-r--r--tdeui/tdetoolbarlabelaction.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tdeui/tdetoolbarlabelaction.h b/tdeui/tdetoolbarlabelaction.h
index f57365359..801f0ed78 100644
--- a/tdeui/tdetoolbarlabelaction.h
+++ b/tdeui/tdetoolbarlabelaction.h
@@ -36,10 +36,10 @@ class TQLabel;
* KHistoryCombo* findCombo = new KHistoryCombo(true, this);
* KWidgetAction* action
* = new KWidgetAction(findCombo, i18n("F&ind Combo"), TQt::Key_F6, this,
- * TQT_SLOT(slotFocus()), actionCollection(), "find_combo");
+ * TQ_SLOT(slotFocus()), actionCollection(), "find_combo");
*
* new TDEToolBarLabelAction(findCombo, i18n("F&ind "), 0, this,
- * TQT_SLOT(slotFocus()), actionCollection(),
+ * TQ_SLOT(slotFocus()), actionCollection(),
* "find_label");
*
* \endcode
@@ -54,8 +54,8 @@ public:
*
* @param text The label's and the action's text.
* @param cut The action's shortcut.
- * @param receiver The SLOT's parent.
- * @param slot The TQT_SLOT to invoke to execute this action.
+ * @param receiver The slot's parent.
+ * @param slot The slot to invoke to execute this action.
* @param parent This action's parent.
* @param name An internal name for this action.
*/
@@ -70,8 +70,8 @@ public:
* typed.
* @param text The label's and the action's text.
* @param cut The action's shortcut.
- * @param receiver The SLOT's parent.
- * @param slot The TQT_SLOT to invoke to execute this action.
+ * @param receiver The slot's parent.
+ * @param slot The slot to invoke to execute this action.
* @param parent This action's parent.
* @param name An internal name for this action.
*/
@@ -93,8 +93,8 @@ public:
*
* @param label the label which is displayed in the toolbar.
* @param cut The action's shortcut.
- * @param receiver The SLOT's parent.
- * @param slot The TQT_SLOT to invoke to execute this action.
+ * @param receiver The slot's parent.
+ * @param slot The slot to invoke to execute this action.
* @param parent This action's parent.
* @param name An internal name for this action.
*/