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.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kooka/img_saver.cpp') diff --git a/kooka/img_saver.cpp b/kooka/img_saver.cpp index e0bf399d..847023d1 100644 --- a/kooka/img_saver.cpp +++ b/kooka/img_saver.cpp @@ -58,8 +58,8 @@ #include "previewer.h" #include "kookaimage.h" -FormatDialog::FormatDialog( TQWidget *tqparent, const TQString&, const char *name ) - :KDialogBase( tqparent, name, true, +FormatDialog::FormatDialog( TQWidget *parent, const TQString&, const char *name ) + :KDialogBase( parent, name, true, /* Tabbed,*/ i18n( "Kooka Save Assistant" ), Ok|Cancel, Ok ) @@ -218,8 +218,8 @@ void FormatDialog::buildHelp( void ) /* ********************************************************************** */ -ImgSaver::ImgSaver( TQWidget *tqparent, const KURL dir_name ) - : TQObject( tqparent ) +ImgSaver::ImgSaver( TQWidget *parent, const KURL dir_name ) + : TQObject( parent ) { if( dir_name.isEmpty() || dir_name.protocol() != "file" ) @@ -250,8 +250,8 @@ ImgSaver::ImgSaver( TQWidget *tqparent, const KURL dir_name ) } -ImgSaver::ImgSaver( TQWidget *tqparent ) - :TQObject( tqparent ) +ImgSaver::ImgSaver( TQWidget *parent ) + :TQObject( parent ) { directory = Previewer::galleryRoot(); createDir( directory ); @@ -395,7 +395,7 @@ TQString ImgSaver::createFilename( TQString format ) } /** - * This function gets a filename from the tqparent. The filename must not be relative. + * This function gets a filename from the parent. The filename must not be relative. **/ ImgSaveStat ImgSaver::saveImage( TQImage *image, const KURL& filename, const TQString& imgFormat ) { -- cgit v1.2.3