|
|
|
@ -78,7 +78,7 @@ Options::Options(TQWidget *parent)
|
|
|
|
|
huse = new TQCheckBox(i18n("Use remote host (Debian APT only):"),hh);
|
|
|
|
|
connect(huse, TQT_SIGNAL(clicked()), this, TQT_SLOT(useRemote()));
|
|
|
|
|
hosts = new KComboBox( true, hh, "combo" );
|
|
|
|
|
KCompletion *comp = hosts->completionObject();
|
|
|
|
|
TDECompletion *comp = hosts->completionObject();
|
|
|
|
|
connect(hosts,TQT_SIGNAL(returnPressed(const TQString&)),comp,TQT_SLOT(addItem(const TQString&)));
|
|
|
|
|
connect(hosts,TQT_SIGNAL(returnPressed()),this,TQT_SLOT(insHosts()));
|
|
|
|
|
hosts->setMaxCount(20);
|
|
|
|
|