summaryrefslogtreecommitdiffstats
path: root/qtinterface/interface_tqt3/tqcstring.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:54:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:54:04 +0900
commit19da58656a063c39e48f251be084182cf2e68a8e (patch)
treec2159647f682c583da46704a246ea33d0900a7c3 /qtinterface/interface_tqt3/tqcstring.cpp
parentb485e990f30d3e434ae1366f1805dc833afa9845 (diff)
downloadtqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.tar.gz
tqtinterface-19da58656a063c39e48f251be084182cf2e68a8e.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/interface_tqt3/tqcstring.cpp')
-rw-r--r--qtinterface/interface_tqt3/tqcstring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/interface_tqt3/tqcstring.cpp b/qtinterface/interface_tqt3/tqcstring.cpp
index 23f8ede..25e0536 100644
--- a/qtinterface/interface_tqt3/tqcstring.cpp
+++ b/qtinterface/interface_tqt3/tqcstring.cpp
@@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA.
QByteArray::operator QByteArray *() const
{ return (QByteArray*)(d->data); }
-#ifndef QT_NO_REGEXP
+#ifndef TQT_NO_REGEXP
int Q3CString::contains( const QRegExp &rx ) const
{
@@ -44,7 +44,7 @@ Q3CString &Q3CString::replace( const QRegExp &rx, const char *str )
return *this;
}
-#endif //QT_NO_REGEXP
+#endif //TQT_NO_REGEXP
QByteArray QByteArray::copy() const {
QByteArray copy(*this);