diff options
Diffstat (limited to 'kexi/plugins/reports/reportwidgets.h')
-rw-r--r-- | kexi/plugins/reports/reportwidgets.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 4cfb182a..d676e527 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -33,7 +33,7 @@ using KFormDesigner::Form; //! A form embedded as a widget inside other form class KexiSubReport : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); @@ -55,7 +55,7 @@ class KexiSubReport : public TQScrollView //! A simple label inside a report class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ class Label : public TQLabel //! A simple picture label inside a report class PicLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -79,7 +79,7 @@ class PicLabel : public TQLabel //! A line class ReportLine : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) |