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_button.cpp | |
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_button.cpp')
-rw-r--r-- | kcalc/kcalc_button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc_button.cpp b/kcalc/kcalc_button.cpp index 0bde80d..f9ddabc 100644 --- a/kcalc/kcalc_button.cpp +++ b/kcalc/kcalc_button.cpp @@ -151,7 +151,7 @@ void KSquareButton::paintLabel(TQPainter *paint) paint->drawLine(w2 + 27, 1 + h2, w2 + 27, 4 + h2); // add a three for the cube root if (_mode_flags & ModeInverse) { - paint->drawText(w2-2, 9 + h2, "³"); + paint->drawText(w2-2, 9 + h2, TQString("�")); } } |