diff options
Diffstat (limited to 'kexi/plugins/reports/kexireportfactory.cpp')
| -rw-r--r-- | kexi/plugins/reports/kexireportfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/reports/kexireportfactory.cpp b/kexi/plugins/reports/kexireportfactory.cpp index d863bc9f5..f45b30bf1 100644 --- a/kexi/plugins/reports/kexireportfactory.cpp +++ b/kexi/plugins/reports/kexireportfactory.cpp @@ -33,8 +33,8 @@ #include "reportwidgets.h" #include "kexireportfactory.h" -KexiReportFactory::KexiReportFactory(TQObject *tqparent, const char *name, const TQStringList &) - : KFormDesigner::WidgetFactory(tqparent, name) +KexiReportFactory::KexiReportFactory(TQObject *parent, const char *name, const TQStringList &) + : KFormDesigner::WidgetFactory(parent, name) { KFormDesigner::WidgetInfo *wView = new KFormDesigner::WidgetInfo(this); wView->setPixmap("report"); |
