diff options
Diffstat (limited to 'configdialog/kbfxconfigdlgabout.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgabout.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/kbfxconfigdlgabout.ui.h b/configdialog/kbfxconfigdlgabout.ui.h index 1ee1a23..3e7c2f5 100644 --- a/configdialog/kbfxconfigdlgabout.ui.h +++ b/configdialog/kbfxconfigdlgabout.ui.h @@ -77,7 +77,7 @@ void KbfxConfigDlgAbout::init() bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev ) { TQCursor kbfxCursor; - kbfxCursor.setShape ( Qt::PointingHandCursor ); + kbfxCursor.setShape ( TQt::PointingHandCursor ); this->setCursor ( ( const TQCursor ) kbfxCursor ); if ( ev->type() == TQEvent::FocusIn || ev->type() == TQEvent::Enter ) |