summaryrefslogtreecommitdiffstats
path: root/kmail/antispamwizard.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch)
tree0212ba6d2c749043134005a41f2bd0379619d40f /kmail/antispamwizard.h
parent4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff)
downloadtdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz
tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/antispamwizard.h')
-rw-r--r--kmail/antispamwizard.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/antispamwizard.h b/kmail/antispamwizard.h
index a17e341a..04ec4104 100644
--- a/kmail/antispamwizard.h
+++ b/kmail/antispamwizard.h
@@ -115,13 +115,13 @@ namespace KMail {
/** Constructor that needs to initialize from the main folder tree
of KMail.
@param mode The mode the wizard should run in.
- @param tqparent The tqparent widget for the wizard.
+ @param parent The parent widget for the wizard.
@param mainFolderTree The main folder tree from which the folders
are copied to allow the selection of a spam folder in a tree
within one of the wizard pages.
*/
AntiSpamWizard( WizardMode mode,
- TQWidget * tqparent, KMFolderTree * mainFolderTree );
+ TQWidget * parent, KMFolderTree * mainFolderTree );
protected:
/**
@@ -284,7 +284,7 @@ namespace KMail {
class ASWizPage : public TQWidget
{
public:
- ASWizPage( TQWidget *tqparent, const char *name,
+ ASWizPage( TQWidget *parent, const char *name,
const TQString *bannerName = 0);
protected:
@@ -303,7 +303,7 @@ namespace KMail {
public:
ASWizInfoPage( AntiSpamWizard::WizardMode mode,
- TQWidget *tqparent, const char *name );
+ TQWidget *parent, const char *name );
void setScanProgressText( const TQString &toolName );
void addAvailableTool( const TQString &visibleName );
@@ -329,7 +329,7 @@ namespace KMail {
TQ_OBJECT
public:
- ASWizSpamRulesPage( TQWidget * tqparent, const char * name, KMFolderTree * mainFolderTree );
+ ASWizSpamRulesPage( TQWidget * parent, const char * name, KMFolderTree * mainFolderTree );
bool markAsReadSelected() const;
bool moveSpamSelected() const;
@@ -362,7 +362,7 @@ namespace KMail {
TQ_OBJECT
public:
- ASWizVirusRulesPage( TQWidget * tqparent, const char * name, KMFolderTree * mainFolderTree );
+ ASWizVirusRulesPage( TQWidget * parent, const char * name, KMFolderTree * mainFolderTree );
bool pipeRulesSelected() const;
bool moveRulesSelected() const;
@@ -389,7 +389,7 @@ namespace KMail {
TQ_OBJECT
public:
- ASWizSummaryPage( TQWidget * tqparent, const char * name );
+ ASWizSummaryPage( TQWidget * parent, const char * name );
void setSummaryText( const TQString & text );