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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/fovdialog.h b/kstars/kstars/fovdialog.h
index c9a93f3d..ce25d7e7 100644
--- a/kstars/kstars/fovdialog.h
+++ b/kstars/kstars/fovdialog.h
@@ -34,7 +34,7 @@ class NewFOVUI;
class FOVDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
FOVDialog( TQWidget *parent=0 );
~FOVDialog();
@@ -64,7 +64,7 @@ private:
class NewFOV : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
NewFOV( TQWidget *parent=0 );
~NewFOV() {}