summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:34:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:34:46 -0600
commit951839808408bed4165fc025dbf00caf59ea319b (patch)
treeb4d6e0ad78983c83fcaa4a70e5162df5610a9166
parentc662b0730a182117c73fd1d563c0cbe60b68eb33 (diff)
downloadkoffice-95183980.tar.gz
koffice-95183980.zip
Rename tqt3 color functions
-rw-r--r--kexi/doc/dev/TODO-Kexi-js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js
index e78c9df2..81509308 100644
--- a/kexi/doc/dev/TODO-Kexi-js
+++ b/kexi/doc/dev/TODO-Kexi-js
@@ -429,7 +429,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem
- win32: fix freeze on 1st char entering
- win32: fix mmap for win9x (InterlockedCompareExchange() replacement is needed
-> see tdelibs/win/mmap.c)
-- call qApp->processEvents() on highlighting schema loading,
+- call tqApp->processEvents() on highlighting schema loading,
so 'wait' cursor can be visible on 1st loading.
- allow saving invalid queries (KexiQueryDesignerSQLView::storeNewData())
(for invelid queries, after opening SQL view should be shown automatically)