summaryrefslogtreecommitdiffstats
path: root/tdeui/tdetoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tdetoolbar.h')
-rw-r--r--tdeui/tdetoolbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/tdetoolbar.h b/tdeui/tdetoolbar.h
index f59d78174..919af5cfe 100644
--- a/tdeui/tdetoolbar.h
+++ b/tdeui/tdetoolbar.h
@@ -57,7 +57,7 @@ class TDEToolBarPrivate;
class TDEUI_EXPORT TDEToolBarSeparator : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
TDEToolBarSeparator( Orientation, bool l, TQToolBar *parent, const char* name=0 );
@@ -103,7 +103,7 @@ private:
class TDEUI_EXPORT TDEToolBar : public TQToolBar
{
- Q_OBJECT
+ TQ_OBJECT
TQ_ENUMS( IconText BarPosition )
TQ_PROPERTY( IconText iconText READ iconText WRITE setIconText )
@@ -466,8 +466,8 @@ public:
* You will insert a normal button with connection (or use signals from
* toolbar):
* \code
- * bar->insertButton(icon, id, TQT_SIGNAL(clicked ()), this,
- * TQT_SLOT (slotClick()), true, "click or wait for popup");
+ * bar->insertButton(icon, id, TQ_SIGNAL(clicked ()), this,
+ * TQ_SLOT (slotClick()), true, "click or wait for popup");
* \endcode
* And then add a delayed popup:
* \code
@@ -645,7 +645,7 @@ public:
* You can do with this whatever you want,
* except change its height (hardcoded). If you change its width
* you will probably have to call TQToolBar::updateRects(true)
- * @see QWidget
+ * @see TQWidget
* @see updateRects()
*/
TQWidget *getWidget (int id); // ### KDE4: make this const!