summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilterdlg.h
diff options
context:
space:
mode:
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