diff options
Diffstat (limited to 'kregexpeditor/concregexp.h')
-rw-r--r-- | kregexpeditor/concregexp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/concregexp.h b/kregexpeditor/concregexp.h index 52a6342..47e3b26 100644 --- a/kregexpeditor/concregexp.h +++ b/kregexpeditor/concregexp.h @@ -36,8 +36,8 @@ public: virtual bool check( ErrorMap&, bool first, bool last ); virtual int precedence() const { return 2;} - virtual QDomNode toXml( QDomDocument* doc ) const; - virtual bool load( QDomElement, const QString& version ); + virtual TQDomNode toXml( TQDomDocument* doc ) const; + virtual bool load( TQDomElement, const TQString& version ); virtual RegExpType type() const {return CONC; } virtual bool operator==( const RegExp& other ) const; virtual void replacePart( CompoundRegExp* replacement ); |