diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:34:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:34:46 -0600 |
commit | 951839808408bed4165fc025dbf00caf59ea319b (patch) | |
tree | b4d6e0ad78983c83fcaa4a70e5162df5610a9166 | |
parent | c662b0730a182117c73fd1d563c0cbe60b68eb33 (diff) | |
download | koffice-951839808408bed4165fc025dbf00caf59ea319b.tar.gz koffice-951839808408bed4165fc025dbf00caf59ea319b.zip |
Rename tqt3 color functions
-rw-r--r-- | kexi/doc/dev/TODO-Kexi-js | 2 |
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) |