summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/linestyledit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/linestyledit.cpp')
-rw-r--r--lib/koproperty/editors/linestyledit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editors/linestyledit.cpp b/lib/koproperty/editors/linestyledit.cpp
index e7f5b2f8..b8345390 100644
--- a/lib/koproperty/editors/linestyledit.cpp
+++ b/lib/koproperty/editors/linestyledit.cpp
@@ -140,7 +140,7 @@ LineStyleEdit::LineStyleEdit(Property *property, TQWidget *parent, const char *n
{
TQHBoxLayout *l = new TQHBoxLayout(this, 0, 0);
m_edit = new TQComboBox(this);
- m_edit->tqsetSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding);
+ m_edit->setSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding);
m_edit->setMinimumHeight(5);
l->addWidget(m_edit);