From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdeprint/tests/richpage.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tdeprint/tests/richpage.h (limited to 'tdeprint/tests/richpage.h') diff --git a/tdeprint/tests/richpage.h b/tdeprint/tests/richpage.h new file mode 100644 index 000000000..33e4304e7 --- /dev/null +++ b/tdeprint/tests/richpage.h @@ -0,0 +1,24 @@ +#ifndef RICHPAGE_H +#define RICHPAGE_H + +#include + +class TQSpinBox; +class TQComboBox; + +class RichPage : public KPrintDialogPage +{ +public: + RichPage(TQWidget *parent = 0, const char *name = 0); + ~RichPage(); + + void setOptions(const TQMap& opts); + void getOptions(TQMap& opts, bool incldef = false); + +private: + QSpinBox *margin_; + QComboBox *fontname_; + QSpinBox *fontsize_; +}; + +#endif -- cgit v1.2.1