diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:53:40 +0900 |
commit | b8cb47c3d328d373abefcff6ac2bd7b75020f8be (patch) | |
tree | b664337a9597898a6c525a3e23b08041c6db927a /noatun/modules/winskin | |
parent | bb002a39883ab44b11ef0d83536eccf36e9b1c71 (diff) | |
download | tdemultimedia-b8cb47c3d328d373abefcff6ac2bd7b75020f8be.tar.gz tdemultimedia-b8cb47c3d328d373abefcff6ac2bd7b75020f8be.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/modules/winskin')
-rw-r--r-- | noatun/modules/winskin/waSkin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waSkin.cpp b/noatun/modules/winskin/waSkin.cpp index 4cdef1ec..a9e68a2a 100644 --- a/noatun/modules/winskin/waSkin.cpp +++ b/noatun/modules/winskin/waSkin.cpp @@ -126,7 +126,7 @@ WaSkin::WaSkin() : TQWidget(0, "NoatunWinampSkin"), UserInterface() newSong(); // HACK: We won't get focus events otherwise - setFocusPolicy(TQ_ClickFocus); + setFocusPolicy(TQWidget::ClickFocus); show(); } |