From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/widgets/qtoolbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/qtoolbar.cpp') diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp index 024ad323d..2a48bf628 100644 --- a/src/widgets/qtoolbar.cpp +++ b/src/widgets/qtoolbar.cpp @@ -100,7 +100,7 @@ public: class TQToolBarSeparator : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TQToolBarSeparator( Orientation, TQToolBar *parent, const char* name=0 ); @@ -118,7 +118,7 @@ private: class TQToolBarExtensionWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TQToolBarExtensionWidget( TQWidget *w ); -- cgit v1.2.1