summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/kaddknownhostdlg.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf/kaddknownhostdlg.ui.h')
-rw-r--r--knetworkconf/knetworkconf/kaddknownhostdlg.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf/kaddknownhostdlg.ui.h b/knetworkconf/knetworkconf/kaddknownhostdlg.ui.h
index 49ea4b7..701e1b2 100644
--- a/knetworkconf/knetworkconf/kaddknownhostdlg.ui.h
+++ b/knetworkconf/knetworkconf/kaddknownhostdlg.ui.h
@@ -63,8 +63,8 @@ void KAddKnownHostDlg::editHostSlot()
dlg.setCaption(i18n("Edit Alias"));
dlg.lIPAddress->setText(i18n("Alias:"));
dlg.setAddingAlias(true);
- QListBoxItem *item = klbAliases->item(currentPos);
- QString currentText = item->text();
+ TQListBoxItem *item = klbAliases->item(currentPos);
+ TQString currentText = item->text();
dlg.kleNewServer->setText(currentText);
dlg.kpbAddServer->setText(i18n("&OK"));
dlg.exec();