summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/regexp.h')
-rw-r--r--kregexpeditor/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/regexp.h b/kregexpeditor/regexp.h
index 5b2bcae..9e0b384 100644
--- a/kregexpeditor/regexp.h
+++ b/kregexpeditor/regexp.h
@@ -59,7 +59,7 @@ protected:
private:
RegExp() {} // disable
- TQPtrList<RegExp> _children;
+ TQPtrList<RegExp> _tqchildren;
RegExp* _parent;
bool _destructing;
bool _selected;