summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilterdlg.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/kmfilterdlg.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/kmfilterdlg.h')
-rw-r--r--kmail/kmfilterdlg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmail/kmfilterdlg.h b/kmail/kmfilterdlg.h
index a664fad9..ed72d991 100644
--- a/kmail/kmfilterdlg.h
+++ b/kmail/kmfilterdlg.h
@@ -63,7 +63,7 @@ class KMFilterListBox : public TQGroupBox
TQ_OBJECT
public:
/** Constuctor. */
- KMFilterListBox( const TQString & title, TQWidget* tqparent=0, const char* name=0, bool popFilter = false);
+ KMFilterListBox( const TQString & title, TQWidget* parent=0, const char* name=0, bool popFilter = false);
/** Called from KMFilterDlg. Creates a new filter and presets
the first rule with "field equals value". It's there mainly to
@@ -200,7 +200,7 @@ class KMFilterActionWidget : public TQHBox
public:
/** Constructor. Creates a filter action widget with no type
selected. */
- KMFilterActionWidget( TQWidget* tqparent=0, const char* name=0 );
+ KMFilterActionWidget( TQWidget* parent=0, const char* name=0 );
/** Set an action. The action's type is determined and the
corresponding widget it loaded with @p aAction's parameters and
@@ -232,7 +232,7 @@ class KMPopFilterActionWidget : public TQVButtonGroup
Q_OBJECT
TQ_OBJECT
public:
- KMPopFilterActionWidget( const TQString &title, TQWidget* tqparent=0, const char* name=0 );
+ KMPopFilterActionWidget( const TQString &title, TQWidget* parent=0, const char* name=0 );
void setAction( KMPopFilterAction aAction );
KMPopFilterAction action();
@@ -257,7 +257,7 @@ class KMFilterActionWidgetLister : public KWidgetLister
Q_OBJECT
TQ_OBJECT
public:
- KMFilterActionWidgetLister( TQWidget *tqparent=0, const char* name=0 );
+ KMFilterActionWidgetLister( TQWidget *parent=0, const char* name=0 );
virtual ~KMFilterActionWidgetLister();
@@ -271,7 +271,7 @@ public slots:
protected:
virtual void clearWidget( TQWidget *aWidget );
- virtual TQWidget* createWidget( TQWidget *tqparent );
+ virtual TQWidget* createWidget( TQWidget *parent );
private:
void regenerateActionListFromWidgets();
@@ -344,7 +344,7 @@ public:
/** Create the filter dialog. The only class which should be able to
do this is KMFilterMgr. This ensures that there is only a
single filter dialog */
- KMFilterDlg( TQWidget* tqparent=0, const char* name=0, bool popFilter=false,
+ KMFilterDlg( TQWidget* parent=0, const char* name=0, bool popFilter=false,
bool createDummyFilter=true );
/** Called from KMFilterMgr. Creates a new filter and presets