summaryrefslogtreecommitdiffstats
path: root/kdeprint/tests/richpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/tests/richpage.h')
-rw-r--r--kdeprint/tests/richpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/tests/richpage.h b/kdeprint/tests/richpage.h
index 579e52bf2..e41f64e0d 100644
--- a/kdeprint/tests/richpage.h
+++ b/kdeprint/tests/richpage.h
@@ -9,11 +9,11 @@ class QComboBox;
class RichPage : public KPrintDialogPage
{
public:
- RichPage(QWidget *parent = 0, const char *name = 0);
+ RichPage(TQWidget *parent = 0, const char *name = 0);
~RichPage();
- void setOptions(const QMap<QString,QString>& opts);
- void getOptions(QMap<QString,QString>& opts, bool incldef = false);
+ void setOptions(const TQMap<TQString,TQString>& opts);
+ void getOptions(TQMap<TQString,TQString>& opts, bool incldef = false);
private:
QSpinBox *margin_;