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 --- kooka/img_saver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kooka/img_saver.h') diff --git a/kooka/img_saver.h b/kooka/img_saver.h index 31f6d8ab..0f9a713a 100644 --- a/kooka/img_saver.h +++ b/kooka/img_saver.h @@ -103,7 +103,7 @@ class FormatDialog:public KDialogBase Q_OBJECT TQ_OBJECT public: - FormatDialog( TQWidget *tqparent, const TQString&, const char * ); + FormatDialog( TQWidget *parent, const TQString&, const char * ); TQString getFormat( ) const; @@ -155,8 +155,8 @@ public: * @param dir Name of the save root directory * @param name Name of a subdirectory in the saveroot. **/ - ImgSaver( TQWidget *tqparent, const KURL ); - ImgSaver( TQWidget *tqparent ); + ImgSaver( TQWidget *parent, const KURL ); + ImgSaver( TQWidget *parent ); TQString errorString( ImgSaveStat ); /** -- cgit v1.2.3