diff options
Diffstat (limited to 'kmail/folderdiaquotatab_p.cpp')
-rw-r--r-- | kmail/folderdiaquotatab_p.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/folderdiaquotatab_p.cpp b/kmail/folderdiaquotatab_p.cpp index d8f8f44c4..859b31a67 100644 --- a/kmail/folderdiaquotatab_p.cpp +++ b/kmail/folderdiaquotatab_p.cpp @@ -51,8 +51,8 @@ using namespace KMail; struct QuotaInfo; -QuotaWidget::QuotaWidget( TQWidget* tqparent, const char* name ) - :TQWidget( tqparent, name ) +QuotaWidget::QuotaWidget( TQWidget* parent, const char* name ) + :TQWidget( parent, name ) { TQVBoxLayout *box = new TQVBoxLayout(this); TQWidget *stuff = new TQWidget( this ); |