summaryrefslogtreecommitdiffstats
path: root/kppp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/ChangeLog')
-rw-r--r--kppp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/kppp/ChangeLog b/kppp/ChangeLog
index 8aea4f64..6c532c03 100644
--- a/kppp/ChangeLog
+++ b/kppp/ChangeLog
@@ -270,7 +270,7 @@
* connect.cpp: skip setting the volume if command is empty
* switched from KWizard to QWizard
- * adaption to new KConfig iterators
+ * adaption to new TDEConfig iterators
* partly switched to KStandardDirs
1999-05-07 Harri Porten <porten@kde.org>
@@ -643,7 +643,7 @@
1998-12-22 Harri Porten <porten@kde.org>
* pppdata.cpp: Give users upgrading from KDE 1.0 instructions how
- to modify their kppprc if it is owned by root (KConfig bug back then).
+ to modify their kppprc if it is owned by root (TDEConfig bug back then).
1998-12-21 Mario Weilguni <mweilguni@kde.org>
@@ -915,7 +915,7 @@
* modem.cpp: disentangled Modem class from other Widgets, i.e.
removed the Multiple Inheritance I introduced earlier.
Drawback: another global pointer :(
- * main.cpp: since KConfig neglects the real user id when creating
+ * main.cpp: since TDEConfig neglects the real user id when creating
config files we have to give kppprc back to the user ourself.
* connect.cpp: pass something more useful to parseModemSpeed()
* removed lots of unused/redundant code and variables
@@ -1188,7 +1188,7 @@
1998-06-02 Harri Porten <porten@tu-harburg.de>
- * pppdata.cpp: removed workaround, since KConfig fix is in place now
+ * pppdata.cpp: removed workaround, since TDEConfig fix is in place now
Mon Jun 1 16:13:06 1998 Mario Weilguni <mweilguni@kde.org>
@@ -1208,7 +1208,7 @@ Mon May 18 19:51:56 1998 Mario Weilguni <mweilguni@kde.org>
1998-05-15 Harri Porten <porten@tu-harburg.de>
- * pppdata.cpp: temporary workaround for KConfig bug concerning
+ * pppdata.cpp: temporary workaround for TDEConfig bug concerning
lists without a trailing separator
Fri May 15 22:27:02 1998 Mario Weilguni <mweilguni@kde.org>
@@ -1659,7 +1659,7 @@ Thu Dec 25 11:46:34 1997 Bernd Johannes Wuebben <wuebben@petit.cornell.edu>
* Added new script keywords: PwPrompt and ID
* Added ID and Password LineEdits on the main dialog window
- * KConfig transition is now complete, one more time the data
+ * TDEConfig transition is now complete, one more time the data
storage format has changed. ( Hopefully the last time )
* All sorts of little cosmetic changes