diff options
Diffstat (limited to 'kdeprint/cups/kpschedulepage.h')
-rw-r--r-- | kdeprint/cups/kpschedulepage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeprint/cups/kpschedulepage.h b/kdeprint/cups/kpschedulepage.h index 96e3eb6b8..eccfb570a 100644 --- a/kdeprint/cups/kpschedulepage.h +++ b/kdeprint/cups/kpschedulepage.h @@ -23,7 +23,7 @@ #include <kprintdialogpage.h> class TQComboBox; -class QTimeEdit; +class TQTimeEdit; class TQLineEdit; class KIntNumInput; @@ -42,9 +42,9 @@ protected slots: void slotTimeChanged(); private: - QComboBox *m_time; - QTimeEdit *m_tedit; - QLineEdit *m_billing, *m_pagelabel; + TQComboBox *m_time; + TQTimeEdit *m_tedit; + TQLineEdit *m_billing, *m_pagelabel; KIntNumInput *m_priority; int m_gmtdiff; }; |