|
|
@ -163,7 +163,7 @@ KatePrompt
|
|
|
|
|
|
|
|
|
|
|
|
KLineEditDlg dlg(strPrompt, TQString(), that);
|
|
|
|
KLineEditDlg dlg(strPrompt, TQString(), that);
|
|
|
|
dlg.setCaption(strTitle);
|
|
|
|
dlg.setCaption(strTitle);
|
|
|
|
KCompletion *comple=dlg.lineEdit()->completionObject();
|
|
|
|
TDECompletion *comple=dlg.lineEdit()->completionObject();
|
|
|
|
comple->setItems(*completionList);
|
|
|
|
comple->setItems(*completionList);
|
|
|
|
if (dlg.exec()) {
|
|
|
|
if (dlg.exec()) {
|
|
|
|
if (!dlg.text().isEmpty()) {
|
|
|
|
if (!dlg.text().isEmpty()) {
|
|
|
|