summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:58 -0600
commit1ab85b146efd667be570929ae7fb2b162af0ef0c (patch)
treee08adc17bbe761d0f0ccb0a197f57e2e08e66e52 /ChangeLog
parentdb480047d0ad5a6939a8591b76a6827b851cb030 (diff)
downloadsmb4k-1ab85b146efd667be570929ae7fb2b162af0ef0c.tar.gz
smb4k-1ab85b146efd667be570929ae7fb2b162af0ef0c.zip
Rename KApplication to TDEApplication 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 0c2ba6e..61c1c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -963,7 +963,7 @@ Smb4K 0.4.1:
- Fixed malfunction when super program was chosen and became deinstalled.
- Fixed handling of passwords with special characters (closes #2146).
- Fixed problems opening shares with Konqueror by moving from
- KApplication::invokeBrowser() to KRun.
+ TDEApplication::invokeBrowser() to KRun.
- Fixed two potential crashes by adding NULL pointers to the return statements
of Smb4KMounter::findShareByName() and Smb4KMounter::findShareByPath().
- Fixed blocking of KDE's logout if the main window was open.