summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/printstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/printstyle.h')
-rw-r--r--kaddressbook/printing/printstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/printing/printstyle.h b/kaddressbook/printing/printstyle.h
index f7e471e2..e7e6d931 100644
--- a/kaddressbook/printing/printstyle.h
+++ b/kaddressbook/printing/printstyle.h
@@ -63,7 +63,7 @@ class PrintStyle : public TQObject
TQ_OBJECT
public:
- PrintStyle( PrintingWizard* tqparent, const char* name = 0 );
+ PrintStyle( PrintingWizard* parent, const char* name = 0 );
virtual ~PrintStyle();
/**
@@ -151,7 +151,7 @@ class PrintStyle : public TQObject
class PrintStyleFactory
{
public:
- PrintStyleFactory( PrintingWizard* tqparent, const char* name = 0 );
+ PrintStyleFactory( PrintingWizard* parent, const char* name = 0 );
virtual ~PrintStyleFactory();
virtual PrintStyle *create() const = 0;