diff options
Diffstat (limited to 'kgpg/keyinfowidget.h')
-rw-r--r-- | kgpg/keyinfowidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/keyinfowidget.h b/kgpg/keyinfowidget.h index 8d9bc3f..faa3b16 100644 --- a/kgpg/keyinfowidget.h +++ b/kgpg/keyinfowidget.h @@ -37,7 +37,7 @@ class KgpgKeyInfo : public KDialogBase public: - KgpgKeyInfo( TQWidget *tqparent = 0, const char *name = 0,TQString sigkey=0); + KgpgKeyInfo( TQWidget *parent = 0, const char *name = 0,TQString sigkey=0); ~KgpgKeyInfo(); KeyProperties *prop; |