summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/printingwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/printingwizard.h')
-rw-r--r--kaddressbook/printing/printingwizard.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kaddressbook/printing/printingwizard.h b/kaddressbook/printing/printingwizard.h
index 528aac71f..8e6a678b5 100644
--- a/kaddressbook/printing/printingwizard.h
+++ b/kaddressbook/printing/printingwizard.h
@@ -25,8 +25,8 @@
#ifndef PRINTINGWIZARD_H
#define PRINTINGWIZARD_H
-#include <qptrlist.h>
-#include <qstringlist.h>
+#include <tqptrlist.h>
+#include <tqstringlist.h>
#include <kwizard.h>
@@ -57,8 +57,8 @@ class PrintingWizard : public KWizard
*/
PrintingWizard( KPrinter *printer,
KABC::AddressBook* ab,
- const QStringList& selection,
- QWidget *parent = 0, const char *name = 0 );
+ const TQStringList& selection,
+ TQWidget *parent = 0, const char *name = 0 );
~PrintingWizard();
/**
@@ -89,12 +89,12 @@ class PrintingWizard : public KWizard
void slotStyleSelected(int);
protected:
- QPtrList<PrintStyleFactory> mStyleFactories;
- QPtrList<PrintStyle> mStyleList;
+ TQPtrList<PrintStyleFactory> mStyleFactories;
+ TQPtrList<PrintStyle> mStyleList;
Filter::List mFilters;
KPrinter *mPrinter;
KABC::AddressBook *mAddressBook;
- QStringList mSelection;
+ TQStringList mSelection;
PrintStyle *mStyle;
StylePage *mStylePage;