diff options
Diffstat (limited to 'kmail/folderdiaquotatab_p.h')
-rw-r--r-- | kmail/folderdiaquotatab_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/folderdiaquotatab_p.h b/kmail/folderdiaquotatab_p.h index 776ae1d76..669e21901 100644 --- a/kmail/folderdiaquotatab_p.h +++ b/kmail/folderdiaquotatab_p.h @@ -47,7 +47,7 @@ class QuotaWidget : public TQWidget { Q_OBJECT TQ_OBJECT public: - QuotaWidget( TQWidget* tqparent, const char* name = 0 ); + QuotaWidget( TQWidget* parent, const char* name = 0 ); virtual ~QuotaWidget() { } void setQuotaInfo( const KMail::QuotaInfo& info ); |