From 6c79d50fa9fbdff7f69ca57a8ab5fcc942375593 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/kdewebdev@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/compatibility/knewstuff/downloaddialog.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/compatibility/knewstuff/downloaddialog.h') diff --git a/lib/compatibility/knewstuff/downloaddialog.h b/lib/compatibility/knewstuff/downloaddialog.h index eea67f6e..b5c1de0a 100644 --- a/lib/compatibility/knewstuff/downloaddialog.h +++ b/lib/compatibility/knewstuff/downloaddialog.h @@ -64,19 +64,19 @@ class KDE_EXPORT DownloadDialog : public KDialogBase @param engine a pre-built engine object, or NULL if the download dialog should create an engine on its own - @param tqparent the tqparent window + @param parent the parent window @param caption the dialog caption */ - DownloadDialog(Engine *engine, TQWidget *tqparent, const TQString& caption); + DownloadDialog(Engine *engine, TQWidget *parent, const TQString& caption); /** Alternative constructor. Always uses an internal engine. - @param tqparent the tqparent window + @param parent the parent window @param caption the dialog caption */ - DownloadDialog(TQWidget *tqparent, const TQString& caption); + DownloadDialog(TQWidget *parent, const TQString& caption); /** Destructor. @@ -155,19 +155,19 @@ class KDE_EXPORT DownloadDialog : public KDialogBase @param engine a pre-built engine object, or NULL if the download dialog should create an engine on its own - @param tqparent the tqparent window + @param parent the parent window */ - DownloadDialog(Engine *engine, TQWidget *tqparent = 0); - // ### KDE 4.0: remove and make caption/tqparent argument optional + DownloadDialog(Engine *engine, TQWidget *parent = 0); + // ### KDE 4.0: remove and make caption/parent argument optional /** Alternative constructor. Always uses an internal engine. - @param tqparent the tqparent window + @param parent the parent window */ - DownloadDialog(TQWidget *tqparent = 0); - // ### KDE 4.0: remove and make caption/tqparent argument optional + DownloadDialog(TQWidget *parent = 0); + // ### KDE 4.0: remove and make caption/parent argument optional /** Opens the download dialog. @@ -178,7 +178,7 @@ class KDE_EXPORT DownloadDialog : public KDialogBase @param type a data type such as "korganizer/calendar" */ static void open(TQString type); - // ### KDE 4.0: remove and make caption/tqparent argument optional + // ### KDE 4.0: remove and make caption/parent argument optional public slots: /** -- cgit v1.2.1