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 37614f1..c126c5f 100644
--- a/kregexpeditor/altnregexp.h
+++ b/kregexpeditor/altnregexp.h
@@ -30,7 +30,7 @@ public:
AltnRegExp( bool selected );
void addRegExp( RegExp * );
- RegExpList tqchildren() const;
+ RegExpList children() const;
virtual bool check( ErrorMap&, bool first, bool last );
virtual int precedence() const { return 1;}