diff options
Diffstat (limited to 'kdeprint/tests')
-rw-r--r-- | kdeprint/tests/helpwindow.h | 4 | ||||
-rw-r--r-- | kdeprint/tests/richpage.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kdeprint/tests/helpwindow.h b/kdeprint/tests/helpwindow.h index 93704046a..c444b8144 100644 --- a/kdeprint/tests/helpwindow.h +++ b/kdeprint/tests/helpwindow.h @@ -17,8 +17,8 @@ #include <tqmap.h> #include <tqdir.h> -class QComboBox; -class QPopupMenu; +class TQComboBox; +class TQPopupMenu; class HelpWindow : public KMainWindow { diff --git a/kdeprint/tests/richpage.h b/kdeprint/tests/richpage.h index e41f64e0d..33e4304e7 100644 --- a/kdeprint/tests/richpage.h +++ b/kdeprint/tests/richpage.h @@ -3,8 +3,8 @@ #include <kprintdialogpage.h> -class QSpinBox; -class QComboBox; +class TQSpinBox; +class TQComboBox; class RichPage : public KPrintDialogPage { |