diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqdockarea.h')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqdockarea.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqdockarea.h b/tqtinterface/qt4/src/widgets/tqdockarea.h index 550732b..6cdd6e6 100644 --- a/tqtinterface/qt4/src/widgets/tqdockarea.h +++ b/tqtinterface/qt4/src/widgets/tqdockarea.h @@ -67,8 +67,8 @@ class TQ_EXPORT TQDockAreaLayout : public TQLayout friend class TQDockArea; public: - TQDockAreaLayout( TQWidget* tqparent, Orientation o, TQPtrList<TQDockWindow> *wl, int space = -1, int margin = -1, const char *name = 0 ) - : TQLayout( tqparent, space, margin, name ), orient( o ), dockWindows( wl ), parentWidget( tqparent ) { init(); } + TQDockAreaLayout( TQWidget* parent, Orientation o, TQPtrList<TQDockWindow> *wl, int space = -1, int margin = -1, const char *name = 0 ) + : TQLayout( parent, space, margin, name ), orient( o ), dockWindows( wl ), parentWidget( parent ) { init(); } ~TQDockAreaLayout() {} void addItem( QLayoutItem * ) {} @@ -127,7 +127,7 @@ class TQ_EXPORT TQDockArea : public TQWidget public: enum HandlePosition { Normal, Reverse }; - TQDockArea( Qt::Orientation o, HandlePosition h = Normal, TQWidget* tqparent=0, const char* name=0 ); + TQDockArea( Qt::Orientation o, HandlePosition h = Normal, TQWidget* parent=0, const char* name=0 ); ~TQDockArea(); void moveDockWindow( TQDockWindow *w, const TQPoint &globalPos, const TQRect &rect, bool swap ); |