summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/addcatdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/addcatdialog.h')
-rw-r--r--kstars/kstars/addcatdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kstars/kstars/addcatdialog.h b/kstars/kstars/addcatdialog.h
index be839181..93e18c84 100644
--- a/kstars/kstars/addcatdialog.h
+++ b/kstars/kstars/addcatdialog.h
@@ -36,10 +36,11 @@
class AddCatDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
/**Default constructor
*/
- AddCatDialog( TQWidget *parent=0 );
+ AddCatDialog( TQWidget *tqparent=0 );
/**Destructor (empty)
*/