diff options
Diffstat (limited to 'kdeprint/cups/kmwother.h')
-rw-r--r-- | kdeprint/cups/kmwother.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/cups/kmwother.h b/kdeprint/cups/kmwother.h index 211a670e9..68f13077f 100644 --- a/kdeprint/cups/kmwother.h +++ b/kdeprint/cups/kmwother.h @@ -30,13 +30,13 @@ class KMWOther : public KMWizardPage { Q_OBJECT public: - KMWOther(QWidget *parent = 0, const char *name = 0); + KMWOther(TQWidget *parent = 0, const char *name = 0); void initPrinter(KMPrinter*); void updatePrinter(KMPrinter*); protected slots: - void slotPressed( QListViewItem* ); + void slotPressed( TQListViewItem* ); private: QLineEdit *m_uri; |