SVN commit 535999 by dfaure: Will Entriken showed on kde-devel that the uses of "new QString" were all fine (static pointers - no static objects in libs are allowed anyway). M +0 -2 TODO --- trunk/KDE/kdelibs/TODO #535998:535999 @@ -262,8 +262,6 @@ - Many instances of creating containers on the heap instead of stack, can be replaced? (Caleb Tennis) [where?] -- Places where things like "foo = new QString" seem like prime candidates for refactoring. (Caleb Tennis) [yes; where?] - - Remove all of the (const char *name) arguments to QObject derived classes. (Caleb Tennis) - Remove kdecore/kde_file.h -> Qt now has largefile support and defines similar macros in