summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/focusdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/focusdialog.h')
-rw-r--r--kstars/kstars/focusdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kstars/kstars/focusdialog.h b/kstars/kstars/focusdialog.h
index 6ca6858d..9b4d4807 100644
--- a/kstars/kstars/focusdialog.h
+++ b/kstars/kstars/focusdialog.h
@@ -35,9 +35,10 @@ class FocusDialogDlg;
class FocusDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
/**Constructor. */
- FocusDialog( TQWidget *parent=0 );
+ FocusDialog( TQWidget *tqparent=0 );
/**Destructor (empty). */
~FocusDialog();
@@ -46,7 +47,7 @@ public:
SkyPoint* point() const { return Point; }
/**@return suggested size of focus window. */
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
/**@return whether user set the AltAz coords */
bool usedAltAz() const { return UsedAltAz; }