diff options
Diffstat (limited to 'kaddressbook/keywidget.h')
-rw-r--r-- | kaddressbook/keywidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/keywidget.h b/kaddressbook/keywidget.h index 7e9a7b28f..700a2fc80 100644 --- a/kaddressbook/keywidget.h +++ b/kaddressbook/keywidget.h @@ -37,7 +37,7 @@ class KeyWidget : public TQWidget TQ_OBJECT public: - KeyWidget( TQWidget *tqparent, const char *name = 0 ); + KeyWidget( TQWidget *parent, const char *name = 0 ); ~KeyWidget(); void setKeys( const KABC::Key::List &list ); |