diff options
Diffstat (limited to 'kmail/klistboxdialog.h')
-rw-r--r-- | kmail/klistboxdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/klistboxdialog.h b/kmail/klistboxdialog.h index cf155075f..efb73caf7 100644 --- a/kmail/klistboxdialog.h +++ b/kmail/klistboxdialog.h @@ -15,7 +15,7 @@ public: KListBoxDialog( TQString& _selectedString, const TQString& caption, const TQString& labelText, - TQWidget* tqparent = 0, + TQWidget* parent = 0, const char* name = 0, bool modal = true ); ~KListBoxDialog(); |