summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-18 13:26:52 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:35:52 +0200
commit065740ce504254d6d4e5251face9401712ad4fb9 (patch)
tree25a755c9965309d8a34a63bf3e1a8934635ecfc1 /kstars
parentc795cf96f34f01bdb01158fa4c04d64f6ee40c38 (diff)
downloadtdeedu-065740ce504254d6d4e5251face9401712ad4fb9.tar.gz
tdeedu-065740ce504254d6d4e5251face9401712ad4fb9.zip
Fix FTBFS
(cherry picked from commit 6d932d40aa22bdf60f00ada0f16a1a21b9b4c1f6)
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars/kstars.kcfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/kstars.kcfg b/kstars/kstars/kstars.kcfg
index 77ebdad7..cca486dd 100644
--- a/kstars/kstars/kstars.kcfg
+++ b/kstars/kstars/kstars.kcfg
@@ -9,17 +9,17 @@
<entry name="PositionTimeBox" type="Point">
<label>Position of the time InfoBox.</label>
<whatsthis>The screen coordinates of the Time InfoBox.</whatsthis>
- <default code="true">QPoint(0,0)</default>
+ <default code="true">TQPoint(0,0)</default>
</entry>
<entry name="PositionFocusBox" type="Point">
<label>Position of the focus InfoBox.</label>
<whatsthis>The screen coordinates of the Focus InfoBox.</whatsthis>
- <default code="true">QPoint(600,0)</default>
+ <default code="true">TQPoint(600,0)</default>
</entry>
<entry name="PositionGeoBox" type="Point">
<label>Position of the geographic InfoBox.</label>
<whatsthis>The screen coordinates of the Geographic Location InfoBox.</whatsthis>
- <default code="true">QPoint(0,600)</default>
+ <default code="true">TQPoint(0,600)</default>
</entry>
<entry name="ShadeTimeBox" type="Bool">
<label>Is the time InfoBox in the "shaded" state?</label>