summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/kexireportform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/reports/kexireportform.cpp')
-rw-r--r--kexi/plugins/reports/kexireportform.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/reports/kexireportform.cpp b/kexi/plugins/reports/kexireportform.cpp
index f77b41a55..11c49c84b 100644
--- a/kexi/plugins/reports/kexireportform.cpp
+++ b/kexi/plugins/reports/kexireportform.cpp
@@ -41,7 +41,7 @@ KexiReportForm::~KexiReportForm()
}
//tqrepaint all tqchildren widgets
-static void tqrepaintAll(TQWidget *w)
+static void repaintAll(TQWidget *w)
{
TQObjectList *list = w->queryList(TQWIDGET_OBJECT_NAME_STRING);
TQObjectListIt it(*list);
@@ -93,7 +93,7 @@ KexiReportForm::drawRects(const TQValueList<TQRect> &list, int type)
void
KexiReportForm::initBuffer()
{
- tqrepaintAll(this);
+ repaintAll(this);
buffer.resize( width(), height() );
buffer = TQPixmap::grabWindow( winId() );
prev_rect = TQRect();
@@ -114,7 +114,7 @@ KexiReportForm::clearForm()
clearWFlags( WPaintUnclipped );
p.end();
- tqrepaintAll(this);
+ repaintAll(this);
}
void