diff options
Diffstat (limited to 'kdeprint/kpgeneralpage.h')
-rw-r--r-- | kdeprint/kpgeneralpage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeprint/kpgeneralpage.h b/kdeprint/kpgeneralpage.h index 9a0bd22cd..df8490933 100644 --- a/kdeprint/kpgeneralpage.h +++ b/kdeprint/kpgeneralpage.h @@ -23,10 +23,10 @@ #include "kprintdialogpage.h" -class QComboBox; -class QButtonGroup; -class QGroupBox; -class QLabel; +class TQComboBox; +class TQButtonGroup; +class TQGroupBox; +class TQLabel; class KDEPRINT_EXPORT KPGeneralPage : public KPrintDialogPage { |