summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:48:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:48:04 +0900
commitcba78c439a23abcb5bb895505ff55de902c1c6aa (patch)
tree705b34eae1145d62e810b6e5af23fa37b09672c7 /konversation/src/ircview.cpp
parent6f1ff535cda60600a7dd79d0136ec90e9440b345 (diff)
downloadkonversation-cba78c439a23abcb5bb895505ff55de902c1c6aa.tar.gz
konversation-cba78c439a23abcb5bb895505ff55de902c1c6aa.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konversation/src/ircview.cpp')
-rw-r--r--konversation/src/ircview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp
index 6f86aff..89dca72 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -93,7 +93,7 @@ IRCView::IRCView(TQWidget* parent, Server* newServer) : KTextBrowser(parent)
setHScrollBarMode(AlwaysOff);
setWrapPolicy(TQTextEdit::AtWordOrDocumentBoundary);
setNotifyClick(true);
- setFocusPolicy(TQ_ClickFocus);
+ setFocusPolicy(TQWidget::ClickFocus);
// set basic style sheet for <p> to make paragraph spacing possible
TQStyleSheet* sheet=new TQStyleSheet(TQT_TQOBJECT(this),"ircview_style_sheet");