|
|
@ -133,7 +133,7 @@ DictApplet::DictApplet(const TQString& configFile, Type type, int actions, TQWid
|
|
|
|
baseLay->addWidget(matchBtn,0,5);
|
|
|
|
baseLay->addWidget(matchBtn,0,5);
|
|
|
|
TQToolTip::add(matchBtn,i18n("Find matching definitions"));
|
|
|
|
TQToolTip::add(matchBtn,i18n("Find matching definitions"));
|
|
|
|
|
|
|
|
|
|
|
|
completionObject = new KCompletion();
|
|
|
|
completionObject = new TDECompletion();
|
|
|
|
|
|
|
|
|
|
|
|
internalCombo = new KHistoryCombo(baseWidget);
|
|
|
|
internalCombo = new KHistoryCombo(baseWidget);
|
|
|
|
internalCombo->setBackgroundOrigin(AncestorOrigin);
|
|
|
|
internalCombo->setBackgroundOrigin(AncestorOrigin);
|
|
|
|