summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/altnregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/altnregexp.h')
-rw-r--r--kregexpeditor/altnregexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/altnregexp.h b/kregexpeditor/altnregexp.h
index c126c5f..37614f1 100644
--- a/kregexpeditor/altnregexp.h
+++ b/kregexpeditor/altnregexp.h
@@ -30,7 +30,7 @@ public:
AltnRegExp( bool selected );
void addRegExp( RegExp * );
- RegExpList children() const;
+ RegExpList tqchildren() const;
virtual bool check( ErrorMap&, bool first, bool last );
virtual int precedence() const { return 1;}