diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdeprint/marginwidget.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/marginwidget.h')
-rw-r--r-- | kdeprint/marginwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeprint/marginwidget.h b/kdeprint/marginwidget.h index 885e1eb49..8e966b3f5 100644 --- a/kdeprint/marginwidget.h +++ b/kdeprint/marginwidget.h @@ -20,8 +20,8 @@ #ifndef MARGINWIDGET_H #define MARGINWIDGET_H -#include <qwidget.h> -#include <qvaluevector.h> +#include <tqwidget.h> +#include <tqvaluevector.h> #include <kdelibs_export.h> @@ -34,7 +34,7 @@ class KDEPRINT_EXPORT MarginWidget : public QWidget { Q_OBJECT public: - MarginWidget(QWidget *parent = 0, const char *name = 0, bool allowMetricUnit = true); + MarginWidget(TQWidget *parent = 0, const char *name = 0, bool allowMetricUnit = true); ~MarginWidget(); void setSymetricMargins(bool on); @@ -67,8 +67,8 @@ private: QComboBox *m_units; QCheckBox *m_custom; bool m_symetric, m_block; - QValueVector<float> m_default; - QValueVector<float> m_pagesize; + TQValueVector<float> m_default; + TQValueVector<float> m_pagesize; bool m_landscape; }; |