diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ that we would like to make for the next binary incompatible release. - Move all utility functions away from TDEApplication. TBD: Make TDEApplication a very thin wrapper around QApplication. Ideally, TDEApplication should go - away completely. The kapp pointer references everywhere must die. Find a + away completely. The tdeApp pointer references everywhere must die. Find a way to make that possible - Remove all KDE_NO_COMPAT from the KDE2 -> KDE3 port before adding new ones for KDE4. @@ -35,11 +35,11 @@ that we would like to make for the next binary incompatible release. - Make it possible to create a KSystemTray without a TDEMainWindow and instead lazily create the main window on demand. -- Make KSystemTray's Quit option in the context menu call kapp->quit() instead of +- Make KSystemTray's Quit option in the context menu call tdeApp->quit() instead of closing all windows, so apps that save their window state on exit don't need workarounds to detect a window close caused by the tray rather than the user. -- Make KSystemTray add its own reference to KApp, so tray apps that adhere to the +- Make KSystemTray add its own reference to TDEApp, so tray apps that adhere to the style guide can safely close their main window without having to worry about the app quitting instead. |