summaryrefslogtreecommitdiffstats
path: root/kommander/editor/previewwidgetimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/previewwidgetimpl.cpp')
-rw-r--r--kommander/editor/previewwidgetimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/previewwidgetimpl.cpp b/kommander/editor/previewwidgetimpl.cpp
index 6ac39c22..2b08ee3a 100644
--- a/kommander/editor/previewwidgetimpl.cpp
+++ b/kommander/editor/previewwidgetimpl.cpp
@@ -31,7 +31,7 @@ PreviewWidget::PreviewWidget( TQWidget *parent, const char *name )
while ((obj = it.current()) != 0) {
++it;
obj->installEventFilter(this);
- ((TQWidget*)obj)->setFocusPolicy(TQ_NoFocus);
+ ((TQWidget*)obj)->setFocusPolicy(TQWidget::NoFocus);
}
}