diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
commit | 038b18b2df1da40baab30d62171766048a948095 (patch) | |
tree | ba99d50e3e7b3f2eccb63ba71aea4f6163ede37a /kexi/doc | |
parent | d0baf2961c379b31587c6542625018c6177474d0 (diff) | |
download | koffice-038b18b2df1da40baab30d62171766048a948095.tar.gz koffice-038b18b2df1da40baab30d62171766048a948095.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kexi/doc')
-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 90cdebc7..98582bfc 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -450,7 +450,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem - not convenient as user is forced to enlarge the window by hand (settings are stored though) - add "File->Save All" action - add settings dialog, TDEConfigXT based simple version - + about:config-like using kconfigeditor http://extragear.kde.org/apps/kconfigeditor/ + + about:config-like using tdeconfigeditor http://extragear.kde.org/apps/tdeconfigeditor/ (possible reuse of koproperty) TODO: add SharedAction::setVisible() and use QMenuData::setItemVisible() where needed |