From e7366c97c998679efa80cf61c88e64a11a3d3c33 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kuickshow/src/printing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kuickshow/src/printing.h') diff --git a/kuickshow/src/printing.h b/kuickshow/src/printing.h index f58f05da..065ea310 100644 --- a/kuickshow/src/printing.h +++ b/kuickshow/src/printing.h @@ -36,7 +36,7 @@ class ImageWindow; class Printing { public: - static bool printImage( ImageWindow& imageWin, TQWidget *tqparent = 0L); + static bool printImage( ImageWindow& imageWin, TQWidget *parent = 0L); static bool printImageWithTQt( const TQString& filename, KPrinter& printer, const TQString& originalFileName ); @@ -53,7 +53,7 @@ class KuickPrintDialogPage : public KPrintDialogPage TQ_OBJECT public: - KuickPrintDialogPage( TQWidget *tqparent = 0L, const char *name = 0 ); + KuickPrintDialogPage( TQWidget *parent = 0L, const char *name = 0 ); ~KuickPrintDialogPage(); virtual void getOptions(TQMap& opts, bool incldef = false); -- cgit v1.2.1