From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001
From: tpearson The upper pane of this dialog page contains all printjob options as laid "
" down in the printer's description file (PostScript Printer Description == 'PPD')
The lower pane of this dialog page contains all possible values of the printoption "
" highlighted above, as laid "
@@ -94,19 +94,19 @@ DriverView::DriverView(QWidget *parent, const char *name)
m_driver = 0;
- QSplitter *splitter = new QSplitter(this);
- splitter->setOrientation(QSplitter::Vertical);
+ QSplitter *splitter = new TQSplitter(this);
+ splitter->setOrientation(TQSplitter::Vertical);
- QVBoxLayout *vbox = new QVBoxLayout(this, 0, 10);
+ TQVBoxLayout *vbox = new TQVBoxLayout(this, 0, 10);
vbox->addWidget(splitter);
m_view = new DrListView(splitter);
- QWhatsThis::add(m_view, whatsThisPPDOptionsDriverPage);
+ TQWhatsThis::add(m_view, whatsThisPPDOptionsDriverPage);
m_optview = new DrOptionView(splitter);
- QWhatsThis::add(m_optview, whatsThisOptionSettingsDriverPage);
+ TQWhatsThis::add(m_optview, whatsThisOptionSettingsDriverPage);
- connect(m_view,SIGNAL(selectionChanged(QListViewItem*)),m_optview,SLOT(slotItemSelected(QListViewItem*)));
- connect(m_optview,SIGNAL(changed()),SLOT(slotChanged()));
+ connect(m_view,TQT_SIGNAL(selectionChanged(TQListViewItem*)),m_optview,TQT_SLOT(slotItemSelected(TQListViewItem*)));
+ connect(m_optview,TQT_SIGNAL(changed()),TQT_SLOT(slotChanged()));
}
DriverView::~DriverView()
@@ -133,7 +133,7 @@ void DriverView::slotChanged()
}
}
-void DriverView::setOptions(const QMap