summaryrefslogtreecommitdiffstats
path: root/kdeprint/marginwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/marginwidget.cpp')
-rw-r--r--kdeprint/marginwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/marginwidget.cpp b/kdeprint/marginwidget.cpp
index 6061736a6..bb745b072 100644
--- a/kdeprint/marginwidget.cpp
+++ b/kdeprint/marginwidget.cpp
@@ -194,7 +194,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU
m_right->setEnabled(false);
//m_units->setEnabled(false);
- QGridLayout *l3 = new TQGridLayout(this, 7, 2, 0, 10);
+ TQGridLayout *l3 = new TQGridLayout(this, 7, 2, 0, 10);
l3->addWidget(m_custom, 0, 0);
l3->addWidget(m_top, 1, 0);
l3->addWidget(m_bottom, 2, 0);