aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_xmlreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_xmlreader.h')
-rw-r--r--src/modules/objects/class_xmlreader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_xmlreader.h b/src/modules/objects/class_xmlreader.h
index 0249fbf39..b12ac0d6d 100644
--- a/src/modules/objects/class_xmlreader.h
+++ b/src/modules/objects/class_xmlreader.h
@@ -35,8 +35,8 @@ class KviKvsObject_xmlreader : public KviKvsObject
public:
KVSO_DECLARE_OBJECT(KviKvsObject_xmlreader)
public:
- bool function_parse(KviKvsObjectFunctionCall *c);
- bool function_lastError(KviKvsObjectFunctionCall *c);
+ bool parse(KviKvsObjectFunctionCall *c);
+ bool lastError(KviKvsObjectFunctionCall *c);
void fatalError(const QString &szError);
protected: