diff options
Diffstat (limited to 'kopete/protocols/winpopup/wpeditaccount.h')
-rw-r--r-- | kopete/protocols/winpopup/wpeditaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/winpopup/wpeditaccount.h b/kopete/protocols/winpopup/wpeditaccount.h index f573c000..4101c37a 100644 --- a/kopete/protocols/winpopup/wpeditaccount.h +++ b/kopete/protocols/winpopup/wpeditaccount.h @@ -42,7 +42,7 @@ private: WPAccount *mAccount; public: - WPEditAccount(TQWidget *tqparent, Kopete::Account *theAccount); + WPEditAccount(TQWidget *parent, Kopete::Account *theAccount); virtual bool validateData(); void writeConfig(); |