|
|
|
@ -28,7 +28,7 @@ using Cervisia::LogMessageEdit;
|
|
|
|
|
|
|
|
|
|
LogMessageEdit::LogMessageEdit(TQWidget* parent)
|
|
|
|
|
: KTextEdit(parent)
|
|
|
|
|
, KCompletionBase()
|
|
|
|
|
, TDECompletionBase()
|
|
|
|
|
, m_completing(false)
|
|
|
|
|
, m_completionStartPos(0)
|
|
|
|
|
{
|
|
|
|
@ -180,7 +180,7 @@ void LogMessageEdit::tryCompletion()
|
|
|
|
|
|
|
|
|
|
void LogMessageEdit::rotateMatches(KeyBindingType type)
|
|
|
|
|
{
|
|
|
|
|
KCompletion* completionObj = compObj();
|
|
|
|
|
TDECompletion* completionObj = compObj();
|
|
|
|
|
if( completionObj && m_completing &&
|
|
|
|
|
(type == PrevCompletionMatch || type == NextCompletionMatch) )
|
|
|
|
|
{
|
|
|
|
|