summaryrefslogtreecommitdiffstats
path: root/libkdcraw/libkdcraw/rcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdcraw/libkdcraw/rcombobox.cpp')
-rw-r--r--libkdcraw/libkdcraw/rcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdcraw/libkdcraw/rcombobox.cpp b/libkdcraw/libkdcraw/rcombobox.cpp
index c20c414..ef77888 100644
--- a/libkdcraw/libkdcraw/rcombobox.cpp
+++ b/libkdcraw/libkdcraw/rcombobox.cpp
@@ -68,7 +68,7 @@ RComboBox::RComboBox(TQWidget *parent)
d->combo = new KComboBox(this);
d->resetButton = new TQToolButton(this);
d->resetButton->setAutoRaise(true);
- d->resetButton->setFocusPolicy(TQ_NoFocus);
+ d->resetButton->setFocusPolicy(TQWidget::NoFocus);
d->resetButton->setIconSet(SmallIconSet("reload_page"));
TQToolTip::add(d->resetButton, i18n("Reset to default value"));