diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:50:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:50:40 +0900 |
commit | 8e316244abe01c719e630ab4c8120e38aa81cef9 (patch) | |
tree | 73f5423c52271b973771f1e98343294a5f2b1c10 /src/infosidebarpage.cpp | |
parent | 128fc6c0f1e35322eb71db3f2a79f360dc767844 (diff) | |
download | dolphin-8e316244abe01c719e630ab4c8120e38aa81cef9.tar.gz dolphin-8e316244abe01c719e630ab4c8120e38aa81cef9.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 2bc7417..5bfefbf 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -536,7 +536,7 @@ ServiceButton::ServiceButton(const TQIconSet& icon, m_index(index) { setEraseColor(colorGroup().background()); - setFocusPolicy(TQ_NoFocus); + setFocusPolicy(TQWidget::NoFocus); connect(this, TQT_SIGNAL(released()), this, TQT_SLOT(slotReleased())); } |