diff options
Diffstat (limited to 'kdeprint/kpposterpage.h')
-rw-r--r-- | kdeprint/kpposterpage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeprint/kpposterpage.h b/kdeprint/kpposterpage.h index 0caefe717..ec10a920d 100644 --- a/kdeprint/kpposterpage.h +++ b/kdeprint/kpposterpage.h @@ -22,13 +22,13 @@ #include "kprintdialogpage.h" -class QComboBox; -class QCheckBox; -class QLabel; +class TQComboBox; +class TQCheckBox; +class TQLabel; class PosterPreview; class KIntNumInput; -class QPushButton; -class QLineEdit; +class TQPushButton; +class TQLineEdit; class KPPosterPage : public KPrintDialogPage { |