diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:09:42 -0600 |
commit | 2df6bde18ab40472f2df8637cf6456cb80dc2329 (patch) | |
tree | 5a4362124ff46786fce835d2f1e7d583c92a5670 /ChangeLog.2001-4 | |
parent | be6cfa4b990910e65e8d2f4f212eba3f7da6ee72 (diff) | |
download | pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.tar.gz pytde-2df6bde18ab40472f2df8637cf6456cb80dc2329.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ChangeLog.2001-4')
-rw-r--r-- | ChangeLog.2001-4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.2001-4 b/ChangeLog.2001-4 index 5c6e2ae..b411229 100644 --- a/ChangeLog.2001-4 +++ b/ChangeLog.2001-4 @@ -118,7 +118,7 @@ cleaned up docs (released as 3.3.2) 2002/7/22 13:29:00 jim (PyKDE-3.3.2 pre release) Added -z option to build.py; fixed missing -'/TransferThis/' in all KListViewItem ctors; +'/TransferThis/' in all TDEListViewItem ctors; (not released) 2002/7/19 10:07:00 jim @@ -150,8 +150,8 @@ virtual code; general cleanup 2002/2/13 09:15:00 jim 3.0alpha6: versioning to KDE2.2.2; repaired SLOT -assignment code in KStdAction, KAction,K*Action, -KAccelMenu, KToolBar, and TDEGlobalAccel with +assignment code in KStdAction, TDEAction,K*Action, +TDEAccelMenu, TDEToolBar, and TDEGlobalAccel with "SIP_RXOBJ_CON, SIP_SLOT_CON(...)"; @@ -159,7 +159,7 @@ KAccelMenu, KToolBar, and TDEGlobalAccel with 3.0alpha5: versioning to KDE2.2.1; fixed bug in TDECmdLineArgs.init1 (Henrik Motakef) Modified examples/pykless.py so TDEAboutData is used instead -of KMainWindow.helpMenu (3.0alpha5 was not +of TDEMainWindow.helpMenu (3.0alpha5 was not released) 2002/2/7 14:25:00 jim |