diff options
Diffstat (limited to 'kregexpeditor/textregexp.h')
-rw-r--r-- | kregexpeditor/textregexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/textregexp.h b/kregexpeditor/textregexp.h index 1dd222e..51a7158 100644 --- a/kregexpeditor/textregexp.h +++ b/kregexpeditor/textregexp.h @@ -27,7 +27,7 @@ class TextRegExp :public RegExp { public: - TextRegExp( bool selected, TQString text = TQString::null); + TextRegExp( bool selected, TQString text = TQString()); virtual bool check( ErrorMap&, bool first, bool last ); virtual int precedence() const { |