summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/compoundregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/compoundregexp.h')
-rw-r--r--kregexpeditor/compoundregexp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/compoundregexp.h b/kregexpeditor/compoundregexp.h
index 6368359..a1038ab 100644
--- a/kregexpeditor/compoundregexp.h
+++ b/kregexpeditor/compoundregexp.h
@@ -26,8 +26,8 @@
class CompoundRegExp :public RegExp
{
public:
- CompoundRegExp( bool selected, const TQString& title = TQString::null,
- const TQString& description = TQString::null,
+ CompoundRegExp( bool selected, const TQString& title = TQString(),
+ const TQString& description = TQString(),
bool hidden = false, bool allowReplace = false, RegExp* child = 0);
virtual bool check( ErrorMap&, bool first, bool last );