From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/filterelem_8h-source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/filterelem_8h-source.html') diff --git a/doc/html/filterelem_8h-source.html b/doc/html/filterelem_8h-source.html index c38a116..beb2bd0 100644 --- a/doc/html/filterelem_8h-source.html +++ b/doc/html/filterelem_8h-source.html @@ -47,13 +47,13 @@ 00034 enum expressionType {contains, contains_not, equals, equals_not, greater, less}; 00035 00036 FilterRecord (); -00037 FilterRecord (filterType type, expressionType expression, const QString& match, bool CaseSensitive, bool regExp); +00037 FilterRecord (filterType type, expressionType expression, const TQString& match, bool CaseSensitive, bool regExp); 00038 bool matches (ShowRecordElem*); -00039 QString toString () const; +00039 TQString toString () const; 00040 00041 filterType _type; 00042 expressionType _expression; -00043 QString _match; +00043 TQString _match; 00044 bool _CaseSensitive; 00045 bool _RegExp; 00046 }; @@ -69,7 +69,7 @@ 00056 void setSecondCondition (secondCondition scnd, const FilterRecord&); 00057 00058 ~FilterElem(); -00059 QString toString () const; +00059 TQString toString () const; 00060 00061 FilterRecord _filter1; 00062 FilterRecord _filter2; -- cgit v1.2.1