summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/kexireportview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/reports/kexireportview.h')
-rw-r--r--kexi/plugins/reports/kexireportview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h
index 02b4b48a8..2b88c1819 100644
--- a/kexi/plugins/reports/kexireportview.h
+++ b/kexi/plugins/reports/kexireportview.h
@@ -107,7 +107,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase
virtual tristate storeData(bool dontAsk = false);
KexiReportPart::TempData* tempData() const {
- return static_cast<KexiReportPart::TempData*>(tqparentDialog()->tempData()); }
+ return static_cast<KexiReportPart::TempData*>(parentDialog()->tempData()); }
KexiReportPart* reportPart() const { return static_cast<KexiReportPart*>(part()); }
void disableWidgetActions();