diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kexi/plugins/reports/reportwidgets.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 9e587556..1452f41e 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -38,7 +38,7 @@ class KexiSubReport : public TQScrollView TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); public: - KexiSubReport(TQWidget *tqparent, const char *name); + KexiSubReport(TQWidget *parent, const char *name); ~KexiSubReport() {} //! \return the name of the subreport inside the db @@ -59,7 +59,7 @@ class Label : public TQLabel TQ_OBJECT public: - Label(const TQString &text, TQWidget *tqparent, const char *name); + Label(const TQString &text, TQWidget *parent, const char *name); ~Label() {} }; @@ -70,7 +70,7 @@ class PicLabel : public TQLabel TQ_OBJECT public: - PicLabel(const TQPixmap &pix, TQWidget *tqparent, const char *name); + PicLabel(const TQPixmap &pix, TQWidget *parent, const char *name); ~PicLabel() {} virtual bool setProperty(const char *name, const TQVariant &value); @@ -91,7 +91,7 @@ class ReportLine : public TQWidget DashDot = TQt::DashDotLine, DashDotDot = TQt::DashDotDotLine }; enum CapStyle { Flat = TQt::FlatCap, Square = TQt::SquareCap, Round = TQt::RoundCap }; - ReportLine(TQWidget *tqparent, const char *name); + ReportLine(TQWidget *parent, const char *name); ~ReportLine(){;} ReportLineStyle lineStyle() const; |