diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 19:58:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 19:58:03 +0000 |
commit | 598cf55c6eb7cbae4df369ba3260258c15541810 (patch) | |
tree | b09c6950e434b5f72ad7c213f99da6595bd89209 /kcalc/kcalc.kcfg | |
parent | 36ec355dd1df80f3270e1946d8c1a1c9d1c25e1e (diff) | |
download | tdeutils-598cf55c6eb7cbae4df369ba3260258c15541810.tar.gz tdeutils-598cf55c6eb7cbae4df369ba3260258c15541810.zip |
Fix kdeutils Qt4 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238346 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcalc/kcalc.kcfg')
-rw-r--r-- | kcalc/kcalc.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.kcfg b/kcalc/kcalc.kcfg index e4275b7..069d7d6 100644 --- a/kcalc/kcalc.kcfg +++ b/kcalc/kcalc.kcfg @@ -18,7 +18,7 @@ </entry> <entry name="NumberButtonsColor" type="Color"> <label>The color of number buttons.</label> - <code>QColor defaultButtonColor = kapp->palette().active().background();</code> + <code>QColor defaultButtonColor = kapp->tqpalette().active().background();</code> <default code="true">defaultButtonColor</default> </entry> <entry name="FunctionButtonsColor" type="Color"> |