diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 13:26:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-18 13:26:52 -0600 |
commit | 6d932d40aa22bdf60f00ada0f16a1a21b9b4c1f6 (patch) | |
tree | 6ec5bc88dcf16e95d2e864ca2a51de8ef888ba39 /kstars | |
parent | 0492858c4d545c03b966367c693704ae43fa09a0 (diff) | |
download | tdeedu-6d932d40aa22bdf60f00ada0f16a1a21b9b4c1f6.tar.gz tdeedu-6d932d40aa22bdf60f00ada0f16a1a21b9b4c1f6.zip |
Fix FTBFS
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/kstars.kcfg | 6 |
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> |