summaryrefslogtreecommitdiffstats
path: root/tdeui/kedittoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kedittoolbar.h')
-rw-r--r--tdeui/kedittoolbar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kedittoolbar.h b/tdeui/kedittoolbar.h
index 8afe67352..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
@@ -108,7 +108,7 @@ namespace KEditToolbarInternal
*/
class TDEUI_EXPORT KEditToolbar : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor for apps that do not use components.
@@ -268,7 +268,7 @@ private:
*/
class TDEUI_EXPORT KEditToolbarWidget : public TQWidget, virtual public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
* Constructor. This is the only entry point to this class. You