summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/tools/astrocalc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/tools/astrocalc.cpp')
-rw-r--r--kstars/kstars/tools/astrocalc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/tools/astrocalc.cpp b/kstars/kstars/tools/astrocalc.cpp
index ea35ed88..bf477300 100644
--- a/kstars/kstars/tools/astrocalc.cpp
+++ b/kstars/kstars/tools/astrocalc.cpp
@@ -35,7 +35,7 @@
#include <klocale.h>
#include <tqlistview.h>
-#include <textview.h>
+#include <tqtextview.h>
AstroCalc::AstroCalc( TQWidget* parent ) :
@@ -374,7 +374,7 @@ void AstroCalc::genVlsrFrame(void)
rightPanel = Vlsr;
}
-TQSize AstroCalc::sizeHint() const
+TQSize AstroCalc::tqsizeHint() const
{
return TQSize(640,430);
}