summaryrefslogtreecommitdiffstats
path: root/src/urlnavigator.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:50:40 +0900
committerMichele Calgaro <[email protected]>2023-09-04 09:50:10 +0900
commit115885964962963b6a6a477c8156e8e3a094d2be (patch)
tree972e48c903294119bd327d642bae2352ab5fd372 /src/urlnavigator.cpp
parent9409a55ddac9ccb975ca8df5b1bb5c8a6659e680 (diff)
downloaddolphin-115885964962963b6a6a477c8156e8e3a094d2be.tar.gz
dolphin-115885964962963b6a6a477c8156e8e3a094d2be.zip
Replace TQ_*Focus* and TQ_Scale* definesr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8e316244abe01c719e630ab4c8120e38aa81cef9)
Diffstat (limited to 'src/urlnavigator.cpp')
-rw-r--r--src/urlnavigator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp
index 725c062..225ab70 100644
--- a/src/urlnavigator.cpp
+++ b/src/urlnavigator.cpp
@@ -83,7 +83,7 @@ URLNavigator::URLNavigator(const KURL& url,
m_toggleButton = new TQPushButton(SmallIcon("editurl"), 0, this);
m_toggleButton->setFlat(true);
m_toggleButton->setToggleButton(true);
- m_toggleButton->setFocusPolicy(TQ_NoFocus);
+ m_toggleButton->setFocusPolicy(TQWidget::NoFocus);
m_toggleButton->setMinimumHeight(minimumHeight());
connect(m_toggleButton, TQT_SIGNAL(clicked()),
this, TQT_SLOT(slotClicked()));