summaryrefslogtreecommitdiffstats
path: root/tdeui/kedittoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kedittoolbar.h')
-rw-r--r--tdeui/kedittoolbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kedittoolbar.h b/tdeui/kedittoolbar.h
index b980b3cb4..d59756b71 100644
--- a/tdeui/kedittoolbar.h
+++ b/tdeui/kedittoolbar.h
@@ -67,7 +67,7 @@ namespace KEditToolbarInternal
* {
* saveMainWindowSettings( TDEGlobal::config(), "MainWindow" );
* KEditToolbar dlg(actionCollection());
- * connect(&dlg,TQT_SIGNAL(newToolbarConfig()),this,TQT_SLOT(slotNewToolbarConfig()));
+ * connect(&dlg,TQ_SIGNAL(newToolbarConfig()),this,TQ_SLOT(slotNewToolbarConfig()));
* dlg.exec();
* }
*
@@ -92,7 +92,7 @@ namespace KEditToolbarInternal
* \code
* saveMainWindowSettings( TDEGlobal::config(), "MainWindow" );
* KEditToolbar dlg(factory());
- * connect(&dlg,TQT_SIGNAL(newToolbarConfig()),this,TQT_SLOT(slotNewToolbarConfig()));
+ * connect(&dlg,TQ_SIGNAL(newToolbarConfig()),this,TQ_SLOT(slotNewToolbarConfig()));
* dlg.exec();
*
* void MyClass::slotNewToolbarConfig() // This is called when OK, Apply or Defaults is clicked