diff options
Diffstat (limited to 'kbarcode/dstextedit.cpp')
-rw-r--r-- | kbarcode/dstextedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/dstextedit.cpp b/kbarcode/dstextedit.cpp index 13d9e07..8965756 100644 --- a/kbarcode/dstextedit.cpp +++ b/kbarcode/dstextedit.cpp @@ -19,8 +19,8 @@ #include "dstextedit.moc" #include <tqregexp.h> -DSTextEdit::DSTextEdit( TQWidget* tqparent, const char* name ) - : TextEditBase( tqparent, name ) +DSTextEdit::DSTextEdit( TQWidget* parent, const char* name ) + : TextEditBase( parent, name ) { connect( this, TQT_SIGNAL( textChanged() ), this, TQT_SLOT( fixParagraphs() ) ); } |