|
|
|
@ -38,9 +38,9 @@ ChatTextEditPart::ChatTextEditPart( Kopete::ChatSession *session, TQWidget *pare
|
|
|
|
|
|
|
|
|
|
toggleAutoSpellCheck(KopetePrefs::prefs()->spellCheck());
|
|
|
|
|
|
|
|
|
|
mComplete = new KCompletion();
|
|
|
|
|
mComplete = new TDECompletion();
|
|
|
|
|
mComplete->setIgnoreCase( true );
|
|
|
|
|
mComplete->setOrder( KCompletion::Weighted );
|
|
|
|
|
mComplete->setOrder( TDECompletion::Weighted );
|
|
|
|
|
|
|
|
|
|
// set params on the edit widget
|
|
|
|
|
edit()->setMinimumSize( TQSize( 75, 20 ) );
|
|
|
|
|