summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/altnregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/altnregexp.cpp')
-rw-r--r--kregexpeditor/altnregexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/altnregexp.cpp b/kregexpeditor/altnregexp.cpp
index b9b01ec..ef8b8de 100644
--- a/kregexpeditor/altnregexp.cpp
+++ b/kregexpeditor/altnregexp.cpp
@@ -29,7 +29,7 @@ void AltnRegExp::addRegExp( RegExp *elm )
addChild( elm );
}
-RegExpList AltnRegExp::tqchildren() const
+RegExpList AltnRegExp::children() const
{
return list;
}