From 598cf55c6eb7cbae4df369ba3260258c15541810 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 19:58:03 +0000 Subject: Fix kdeutils Qt4 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238346 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcalc/kcalc_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcalc/kcalc_button.cpp') 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("�")); } } -- cgit v1.2.3