summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/reportwidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/reports/reportwidgets.h')
-rw-r--r--kexi/plugins/reports/reportwidgets.h8
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)