|
|
|
@ -57,7 +57,7 @@ IRCInput::IRCInput(TQWidget* parent) : KTextEdit(parent)
|
|
|
|
|
lineNum=0;
|
|
|
|
|
// reset completion mode
|
|
|
|
|
setCompletionMode('\0');
|
|
|
|
|
completionBox = new KCompletionBox(this);
|
|
|
|
|
completionBox = new TDECompletionBox(this);
|
|
|
|
|
connect(completionBox, TQT_SIGNAL(activated(const TQString&)), this, TQT_SLOT(insertCompletion(const TQString&)));
|
|
|
|
|
|
|
|
|
|
// widget may not be resized vertically
|
|
|
|
|