summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-20 02:00:33 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:14 +0200
commitbebee9ca3461219169d7ed884d6bd889969b7ec2 (patch)
treeb502e4be3b988a6b4cf9914df3eeb524fc6a8a58
parent5084cf3ec38926592cfaba00607eab71f3de6b9f (diff)
downloadtdeutils-bebee9ca3461219169d7ed884d6bd889969b7ec2.tar.gz
tdeutils-bebee9ca3461219169d7ed884d6bd889969b7ec2.zip
Fix FTBFS
(cherry picked from commit 7872b68f0b787a3569a023874eb79096370c2f8e)
-rw-r--r--kcalc/kcalc.kcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.kcfg b/kcalc/kcalc.kcfg
index 069d7d6..b54de8f 100644
--- a/kcalc/kcalc.kcfg
+++ b/kcalc/kcalc.kcfg
@@ -45,7 +45,7 @@
<group name="Font">
<entry name="Font" type="Font">
<label>The font to use in the display.</label>
- <default code="true">QFont(KGlobalSettings::generalFont().family(), 14, QFont::Bold)</default>
+ <default code="true">TQFont(KGlobalSettings::generalFont().family(), 14, TQFont::Bold)</default>
</entry>
</group>
<group name="Precision">