summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6f6d21d90..5c7253c63 100644
--- a/TODO
+++ b/TODO
@@ -63,7 +63,7 @@ that we would like to make for the next binary incompatible release.
- Use of the C++ keyword "explicit". Make all ctors explicit which can be used
with one parameter to minimize wrong use of the class (i.e. have a look at
- Dirk's work on KURL). Another candidate: KService( KDesktopFile *config ).
+ Dirk's work on KURL). Another candidate: KService( TDEDesktopFile *config ).
KGuiItem has one of these dangerous ctors, too. KUser has a whole bunch
of them.