summaryrefslogtreecommitdiffstats
path: root/konversation/src/konsolepanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/konsolepanel.cpp')
-rw-r--r--konversation/src/konsolepanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/konsolepanel.cpp b/konversation/src/konsolepanel.cpp
index e604d37..d54ee5b 100644
--- a/konversation/src/konsolepanel.cpp
+++ b/konversation/src/konsolepanel.cpp
@@ -28,7 +28,7 @@ KonsolePanel::KonsolePanel(TQWidget *p) : ChatWindow( p ), k_part (0)
k_part = (KParts::ReadOnlyPart *) fact->create(TQT_TQOBJECT(this));
if (!k_part) return;
- k_part->widget()->setFocusPolicy(TQ_WheelFocus);
+ k_part->widget()->setFocusPolicy(TQWidget::WheelFocus);
setFocusProxy(k_part->widget());
k_part->widget()->setFocus();