summaryrefslogtreecommitdiffstats
path: root/kdeprint/kprinterpropertydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kprinterpropertydialog.h')
-rw-r--r--kdeprint/kprinterpropertydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kprinterpropertydialog.h b/kdeprint/kprinterpropertydialog.h
index e781a7595..9264ea0d1 100644
--- a/kdeprint/kprinterpropertydialog.h
+++ b/kdeprint/kprinterpropertydialog.h
@@ -62,8 +62,8 @@ protected:
TQPtrList<KPrintDialogPage> m_pages;
KPrintDialogPage *m_current;
TQMap<TQString,TQString> m_options;
- QTabWidget *m_tw;
- QPushButton *m_save;
+ TQTabWidget *m_tw;
+ TQPushButton *m_save;
};
#endif