diff options
Diffstat (limited to 'kbarcode/dstextedit.cpp')
-rw-r--r-- | kbarcode/dstextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/dstextedit.cpp b/kbarcode/dstextedit.cpp index 87f93d7..9a51d8f 100644 --- a/kbarcode/dstextedit.cpp +++ b/kbarcode/dstextedit.cpp @@ -20,7 +20,7 @@ #include <tqregexp.h> DSTextEdit::DSTextEdit( TQWidget* parent, const char* name ) - : TextEditBase( parent, name ) + : KTextEdit( parent, name ) { connect( this, TQT_SIGNAL( textChanged() ), this, TQT_SLOT( fixParagraphs() ) ); } |