diff options
Diffstat (limited to 'kwallet/kwalletpopup.h')
-rw-r--r-- | kwallet/kwalletpopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwallet/kwalletpopup.h b/kwallet/kwalletpopup.h index 3d5d83c..ce35669 100644 --- a/kwallet/kwalletpopup.h +++ b/kwallet/kwalletpopup.h @@ -29,7 +29,7 @@ class KWalletPopup : public KPopupMenu { TQ_OBJECT public: - KWalletPopup(const TQString& wallet, TQWidget *tqparent = 0, const char* name = 0); + KWalletPopup(const TQString& wallet, TQWidget *parent = 0, const char* name = 0); virtual ~KWalletPopup(); public slots: |