summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/fovdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/fovdialog.h')
-rw-r--r--kstars/kstars/fovdialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kstars/kstars/fovdialog.h b/kstars/kstars/fovdialog.h
index 8f7b6de8..02429390 100644
--- a/kstars/kstars/fovdialog.h
+++ b/kstars/kstars/fovdialog.h
@@ -34,8 +34,9 @@ class NewFOVUI;
class FOVDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- FOVDialog( TQWidget *parent=0 );
+ FOVDialog( TQWidget *tqparent=0 );
~FOVDialog();
unsigned int currentItem() const;
TQPtrList<FOV> FOVList;
@@ -63,8 +64,9 @@ private:
class NewFOV : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- NewFOV( TQWidget *parent=0 );
+ NewFOV( TQWidget *tqparent=0 );
~NewFOV() {}
NewFOVUI *ui;