diff options
Diffstat (limited to 'src/widgets/qtoolbutton.cpp')
-rw-r--r-- | src/widgets/qtoolbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp index 26f5607f7..e7f7e6db6 100644 --- a/src/widgets/qtoolbutton.cpp +++ b/src/widgets/qtoolbutton.cpp @@ -144,7 +144,7 @@ TQToolButton::TQToolButton( TQWidget * parent, const char *name ) { init(); #ifndef QT_NO_TOOLBAR - TQToolBar* tb = ::qt_cast<TQToolBar*>(parent); + TQToolBar* tb = ::tqt_cast<TQToolBar*>(parent); if ( tb ) { setAutoRaise( TRUE ); if ( tb->mainWindow() ) { @@ -910,7 +910,7 @@ void TQToolButton::popupTimerDone() setAutoRepeat( FALSE ); bool horizontal = TRUE; #ifndef QT_NO_TOOLBAR - TQToolBar *tb = ::qt_cast<TQToolBar*>(parentWidget()); + TQToolBar *tb = ::tqt_cast<TQToolBar*>(parentWidget()); if ( tb && tb->orientation() == Vertical ) horizontal = FALSE; #endif |