25 #include <tdelistview.h>
28 #include <tdelibs_export.h>
33 class TDEPRINT_EXPORT DrListView :
public TDEListView
36 DrListView(TQWidget *parent = 0,
const char *name = 0);
39 class TDEPRINT_EXPORT DriverView :
public TQWidget
43 DriverView(TQWidget *parent = 0,
const char *name = 0);
46 void setDriver(DrMain*);
47 void setOptions(
const TQMap<TQString,TQString>& opts);
48 void getOptions(TQMap<TQString,TQString>& opts,
bool incldef =
false);
49 void setAllowFixed(
bool on);
50 bool hasConflict()
const {
return (m_conflict != 0); }
57 DrOptionView *m_optview;