diff options
Diffstat (limited to 'ksirc/ahistlineedit.cpp')
-rw-r--r-- | ksirc/ahistlineedit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksirc/ahistlineedit.cpp b/ksirc/ahistlineedit.cpp index 2baa2381..4928155c 100644 --- a/ksirc/ahistlineedit.cpp +++ b/ksirc/ahistlineedit.cpp @@ -55,8 +55,8 @@ #include <kshortcut.h> -aHistLineEdit::aHistLineEdit(TQWidget *tqparent, const char *name) - : TQTextEdit(tqparent, name) +aHistLineEdit::aHistLineEdit(TQWidget *parent, const char *name) + : TQTextEdit(parent, name) { m_drawrect = false; @@ -304,7 +304,7 @@ bool aHistLineEdit::processKeyEvent( TQKeyEvent *e ) /* * Only put key sequences in here you * want us to ignore and to pass upto - * tqparent widgets for handling + * parent widgets for handling */ bool eat = false; |