summaryrefslogtreecommitdiffstats
path: root/src/generalinfowidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/generalinfowidget.h')
-rw-r--r--src/generalinfowidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/generalinfowidget.h b/src/generalinfowidget.h
index bb59bc5c..85f926e5 100644
--- a/src/generalinfowidget.h
+++ b/src/generalinfowidget.h
@@ -23,10 +23,11 @@ General project information widget.
*/
class GeneralInfoWidget : public GeneralInfoWidgetBase {
Q_OBJECT
+ TQ_OBJECT
public:
- GeneralInfoWidget(TQDomDocument &projectDom, TQWidget *parent=0, const char *name=0);
+ GeneralInfoWidget(TQDomDocument &projectDom, TQWidget *tqparent=0, const char *name=0);
~GeneralInfoWidget();
public slots: