summaryrefslogtreecommitdiffstats
path: root/src/password.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/password.cpp')
-rw-r--r--src/password.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/password.cpp b/src/password.cpp
index 39cf18d..b7b3f12 100644
--- a/src/password.cpp
+++ b/src/password.cpp
@@ -32,9 +32,9 @@
#include <kgpgme.h>
#include <basket.h>
-PasswordDlg::PasswordDlg(TQWidget *tqparent, const char *name)
+PasswordDlg::PasswordDlg(TQWidget *parent, const char *name)
:KDialogBase(Plain, i18n("Password Protection"), Ok|Cancel, Ok,
- tqparent, name, /*modal=*/true, /*separator=*/true), w(0)
+ parent, name, /*modal=*/true, /*separator=*/true), w(0)
{
TQHBoxLayout* toptqlayout = new TQHBoxLayout(plainPage(), 0, 0);
w = new Password(plainPage());
@@ -88,8 +88,8 @@ void PasswordDlg::setType(int type)
w->buttonGroup->setButton(type);
}
-Password::Password(TQWidget *tqparent, const char *name)
- : PasswordLayout(tqparent, name)
+Password::Password(TQWidget *parent, const char *name)
+ : PasswordLayout(parent, name)
{
KGpgMe gpg;