summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/mikesstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/mikesstyle.h')
-rw-r--r--kaddressbook/printing/mikesstyle.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/printing/mikesstyle.h b/kaddressbook/printing/mikesstyle.h
index dbfabf17..6b61287d 100644
--- a/kaddressbook/printing/mikesstyle.h
+++ b/kaddressbook/printing/mikesstyle.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef MIKESSTYLE_H
@@ -36,9 +36,10 @@ class PrintProgress;
class MikesStyle : public PrintStyle
{
Q_OBJECT
+ TQ_OBJECT
public:
- MikesStyle( PrintingWizard *parent, const char *name );
+ MikesStyle( PrintingWizard *tqparent, const char *name );
~MikesStyle();
void print( const KABC::Addressee::List&, PrintProgress* );
@@ -54,7 +55,7 @@ class MikesStyle : public PrintStyle
class MikesStyleFactory : public PrintStyleFactory
{
public:
- MikesStyleFactory( PrintingWizard *parent, const char *name = 0 );
+ MikesStyleFactory( PrintingWizard *tqparent, const char *name = 0 );
PrintStyle *create() const;
TQString description() const;