From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9220d264b..dff44b8f0 100644 --- a/TODO +++ b/TODO @@ -11,8 +11,8 @@ that we would like to make for the next binary incompatible release. help prevent mistakes where developers forget to delete the pointer. Maybe make use of Qt4 helper macros? -- Move all utility functions away from KApplication. TBD: Make KApplication - a very thin wrapper around QApplication. Ideally, KApplication should go +- 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 way to make that possible @@ -95,7 +95,7 @@ that we would like to make for the next binary incompatible release. Keep source compatibility. - Sort out reference counting of applications and KMainWindows: Add a setRefCountEnabled() - function to KApplication; deref()ing the last reference should only quit the application + function to TDEApplication; deref()ing the last reference should only quit the application if reference counts are enabled, and the reference count should be disabled by default so apps that don't use a KMainWindow mostly continue to work. Make the KMainWindow constructor call setRefCountEnabled(true), and make each KMainWindow hold its own -- cgit v1.2.1