summaryrefslogtreecommitdiffstats
path: root/knetattach
diff options
context:
space:
mode:
Diffstat (limited to 'knetattach')
-rw-r--r--knetattach/knetattach.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knetattach/knetattach.ui.h b/knetattach/knetattach.ui.h
index 352d711f4..f29abec42 100644
--- a/knetattach/knetattach.ui.h
+++ b/knetattach/knetattach.ui.h
@@ -18,7 +18,7 @@ void KNetAttach::init()
finishButton()->setText(i18n("Save && C&onnect"));
//setResizeMode(Fixed); FIXME: make the wizard fixed-geometry
setFinishEnabled(_folderParameters, false);
- TDEConfig recent("krecentconnections", true, false);
+ TDEConfig recent("tderecentconnections", true, false);
recent.setGroup("General");
TQStringList idx = recent.readListEntry("Index");
if (idx.isEmpty()) {
@@ -75,7 +75,7 @@ void KNetAttach::showPage( TQWidget *page )
setInformationText("SMB");
updateForProtocol("SMB");
} else { //if (_recent->isChecked()) {
- TDEConfig recent("krecentconnections", true, false);
+ TDEConfig recent("tderecentconnections", true, false);
if (!recent.hasGroup(_recentConnectionName->currentText())) {
recent.setGroup("General");
TQStringList idx = recent.readListEntry("Index");
@@ -186,7 +186,7 @@ void KNetAttach::finished()
}
if (!name.isEmpty()) {
- TDEConfig recent("krecentconnections", false, false);
+ TDEConfig recent("tderecentconnections", false, false);
recent.setGroup("General");
TQStringList idx = recent.readListEntry("Index");
recent.deleteGroup(name); // erase anything stale