summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:58:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:58:55 -0600
commit4774c021a45e818d31d522b8c235ca28b993d889 (patch)
tree3c8b1a641068b22184ad87bb6624177e6adf3ec7 /ChangeLog
parenta200f22dde6af85d7888d619dd7c1196609f2144 (diff)
downloadkpilot-4774c021a45e818d31d522b8c235ca28b993d889.tar.gz
kpilot-4774c021a45e818d31d522b8c235ca28b993d889.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 51eb911..4d97ab0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3003,7 +3003,7 @@ KPilot dialogs with something sensible made with designer.
Switched around #ifdef and #ifndef. This disabled setting debug levels
in code with debugging on. Duh. Getting it right then showed all kinds
of bugs in the other code. Added some documentation explaining possible
- crashes due to missing KApplication instance.
+ crashes due to missing TDEApplication instance.
FINALLY did something sensible about code duplication -- added get and
set methods to a subclass of KConfig for all KPilot settings.
* kpilot/kpilotOptions.{h,cc}