diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 21:39:01 +0900 |
| commit | 97ca62239633b6d0fc02b3313f7135608456cb7c (patch) | |
| tree | 11521abbd9f4c23c60e07161b82ba536d0b902ec /configdialog | |
| parent | 612b41af2bb0590663f6488c00ebb3636f73ed8b (diff) | |
| download | kbfx-97ca6223.tar.gz kbfx-97ca6223.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67a9fd3225cb598a4731ae04d41f254fc3d1a255)
Diffstat (limited to 'configdialog')
| -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 ) |
