diff options
Diffstat (limited to 'tools/designer/designer/actiondnd.h')
-rw-r--r-- | tools/designer/designer/actiondnd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/designer/actiondnd.h b/tools/designer/designer/actiondnd.h index 415784248..6d4f7df7c 100644 --- a/tools/designer/designer/actiondnd.h +++ b/tools/designer/designer/actiondnd.h @@ -78,7 +78,7 @@ class TQDesignerActionGroup : public TQActionGroup public: TQDesignerActionGroup( TQObject *parent ) - : TQActionGroup( ::qt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ) { init(); } + : TQActionGroup( ::tqt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ) { init(); } void init(); @@ -113,9 +113,9 @@ class TQDesignerAction : public TQAction public: TQDesignerAction( TQObject *parent ) - : TQAction( ::qt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ), widgetToInsert( 0 ) { init(); } + : TQAction( ::tqt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ), widgetToInsert( 0 ) { init(); } TQDesignerAction( TQWidget *w, TQObject *parent ) - : TQAction( ::qt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ), widgetToInsert( w ) { init(); } + : TQAction( ::tqt_cast<TQActionGroup*>(parent) ? parent : 0 ), wid( 0 ), idx( -1 ), widgetToInsert( w ) { init(); } void init(); |