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 --- kdeprint/tests/richpage.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 kdeprint/tests/richpage.h (limited to 'kdeprint/tests/richpage.h') diff --git a/kdeprint/tests/richpage.h b/kdeprint/tests/richpage.h deleted file mode 100644 index 33e4304e7..000000000 --- a/kdeprint/tests/richpage.h +++ /dev/null @@ -1,24 +0,0 @@ -#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.3