From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeprint/marginvaluewidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeprint/marginvaluewidget.h') diff --git a/kdeprint/marginvaluewidget.h b/kdeprint/marginvaluewidget.h index ea444d4a9..40f471bb2 100644 --- a/kdeprint/marginvaluewidget.h +++ b/kdeprint/marginvaluewidget.h @@ -27,7 +27,7 @@ class MarginValueWidget : public KDoubleNumInput Q_OBJECT public: enum Mode { Pixels = 0, IN, CM, MM }; - MarginValueWidget(KNumInput *below, double value = 18.0, QWidget *parent = 0, const char *name = 0); + MarginValueWidget(KNumInput *below, double value = 18.0, TQWidget *parent = 0, const char *name = 0); float margin(); int resolution() const; -- cgit v1.2.1