diff options
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> |