diff options
Diffstat (limited to 'kexi/plugins/reports/kexireportfactory.h')
-rw-r--r-- | kexi/plugins/reports/kexireportfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index ab2ce7a1..1813fce7 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -42,7 +42,7 @@ class KexiReportFactory : public KFormDesigner::WidgetFactory virtual bool previewWidget(const TQCString &, TQWidget *, KFormDesigner::Container *); //virtual void saveSpecialProperty(const TQString &classname, const TQString &name, const TQVariant &value, TQWidget *w, - //TQDomElement &tqparentNode, TQDomDocument &tqparent) {} + //TQDomElement &parentNode, TQDomDocument &tqparent) {} //virtual void readSpecialProperty(const TQCString &classname, TQDomElement &node, TQWidget *w, KFormDesigner::ObjectTreeItem *item) {} virtual TQValueList<TQCString> autoSaveProperties(const TQCString &classname); |