summaryrefslogtreecommitdiffstats
path: root/kbarcode/tokendialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/tokendialog.h')
-rw-r--r--kbarcode/tokendialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/tokendialog.h b/kbarcode/tokendialog.h
index e86d5cc..017004c 100644
--- a/kbarcode/tokendialog.h
+++ b/kbarcode/tokendialog.h
@@ -43,7 +43,7 @@ class TokenDialog : public KWizard {
TQ_OBJECT
public:
- TokenDialog( TokenProvider* token, TQWidget *tqparent = 0, const char *name = 0 );
+ TokenDialog( TokenProvider* token, TQWidget *parent = 0, const char *name = 0 );
inline const TQString & token() const { return m_result; }