21 #ifndef KPRINTDIALOGPAGE_H
22 #define KPRINTDIALOGPAGE_H
27 #include <kdelibs_export.h>
101 KPrintDialogPage(KMPrinter *pr, DrMain *dr = 0, TQWidget *parent = 0,
const char *name = 0);
115 virtual void getOptions(TQMap<TQString,TQString>& opts,
bool incldef =
false);
121 virtual void setOptions(
const TQMap<TQString,TQString>& opts);
129 virtual bool isValid(TQString& msg);
135 int id()
const {
return m_ID; }
147 QString
title()
const {
return m_title; }
154 void setTitle(
const TQString& txt) { m_title = txt; }
183 KMPrinter *m_printer;