summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/fov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/fov.cpp')
-rw-r--r--kstars/kstars/fov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/fov.cpp b/kstars/kstars/fov.cpp
index 572bca0f..7b01959f 100644
--- a/kstars/kstars/fov.cpp
+++ b/kstars/kstars/fov.cpp
@@ -77,7 +77,7 @@ void FOV::draw( TQPainter &p, float pixelsize ) {
int w = p.viewport().width();
int h = p.viewport().height();
- switch ( tqshape() ) {
+ switch ( shape() ) {
case 0: { //Square
int s = int( pixelsize );
p.drawRect( (w - s)/2, (h - s)/2, s, s );