From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index e2f2eb5cc..2adb8eee1 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,7 @@ that we would like to make for the next binary incompatible release. - Check for forked classes in kde pim and other modules -- There is no reason why KConfigBase should inherit from TQObject, get rid of that. +- There is no reason why KConfigBase should inherit from QObject, get rid of that. - Change all FooPrivate *d; -> Private * const d; and place initialization in the constructor (for classes that would benefit from this). To help catch silly @@ -19,7 +19,7 @@ that we would like to make for the next binary incompatible release. - Remove all KDE_NO_COMPAT from the KDE2 -> KDE3 port before adding new ones for KDE4. - Remove the smart-to-dumb-pointer conversion operator from KSharedPtr - and tqreplace it with a T* Get() member function. An implict conversion is + and replace it with a T* Get() member function. An implict conversion is far too dangerous. See: http://groups.google.com/groups?selm=4ognb0%243cd%40linda.teleport.com&oe=UTF-8&output=gplain Also free the client from the requirement to inherit from KShared. @@ -59,7 +59,7 @@ that we would like to make for the next binary incompatible release. - Manually, properly clean up the includes in all of the headers. Remove unnecessary ones and change pointers to use class foo; decorations and move the - headers into the cpp files. When finished fixkdeincludes shouldn't tqfind + headers into the cpp files. When finished fixkdeincludes shouldn't find anything (but don't rely on fixkdeinclude, it should be done manually first!) - Use of the C++ keyword "explicit". Make all ctors explicit which can be used @@ -199,7 +199,7 @@ an alternative help->contents action) - Make sure all GUI classes adopt well to palette changes. - Rework KPanelExtension and KPanelApplet to have a sane set of global position - enums, make the tqgeometry handling less spaghetti like and extend the API so + enums, make the geometry handling less spaghetti like and extend the API so requests for things like re-reading the config of a KPanelExtension can be done by its parent. @@ -212,7 +212,7 @@ an alternative help->contents action) - KListView: merge setDropHighlighter and setDropVisualizer, add a setDnDMode to choose between "dnd to move items" (e.g. keditbookmarks) and "dnd onto items" (e.g. kmail). Unless Qt4 does it all :) -- Move KIO::findDeviceMountPoint, tqfindPathMoundPoint, probably_slow_mounted, and testFileSystemFlag to KMountPoint, +- Move KIO::findDeviceMountPoint, findPathMoundPoint, probably_slow_mounted, and testFileSystemFlag to KMountPoint, to merge that code. - Refactor the kio/bookmarks code so we don't need to use the static d-pointer trick anymore. -- cgit v1.2.1