summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/reportwidgets.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kexi/plugins/reports/reportwidgets.h
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-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.h8
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;