diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /kexi/plugins/reports/reportwidgets.h | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
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 1452f41e..4cfb182a 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -34,7 +34,7 @@ using KFormDesigner::Form; class KexiSubReport : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); public: @@ -56,7 +56,7 @@ class KexiSubReport : public TQScrollView class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + public: Label(const TQString &text, TQWidget *parent, const char *name); @@ -67,7 +67,7 @@ class Label : public TQLabel class PicLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: PicLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -80,7 +80,7 @@ class PicLabel : public TQLabel class ReportLine : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) TQ_PROPERTY(TQColor color READ color WRITE setColor) |