summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:07:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:07:36 -0600
commit2caa54700d299a82a2e55be13638da8152c8d182 (patch)
tree36aa5dc97a611cacd247e07ea133a1aae6b36c11 /ChangeLog
parent54c592a625fff58f4a04f933e4f8a4e60ff857c5 (diff)
downloadkgtk-qt3-2caa54700d299a82a2e55be13638da8152c8d182.tar.gz
kgtk-qt3-2caa54700d299a82a2e55be13638da8152c8d182.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0efaec9..1cb1ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@
2. When KDialogD is started, write its PID to a file. When each app
attempts to connect to KDialogD, it checks if the PID in the file
is still active - if not it starts KDialogD.
-3. KIO::NetAccess::mostLocalUrl fails if a file does not exist. If so,
+3. TDEIO::NetAccess::mostLocalUrl fails if a file does not exist. If so,
then check if parent folder exists - and if so, append filename to
that.