From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- src/sql/qsqlerror.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sql/qsqlerror.cpp') diff --git a/src/sql/qsqlerror.cpp b/src/sql/qsqlerror.cpp index c837aecfc..5ae1be7bc 100644 --- a/src/sql/qsqlerror.cpp +++ b/src/sql/qsqlerror.cpp @@ -41,7 +41,7 @@ #include "ntqsqlerror.h" #include -#ifndef QT_NO_SQL +#ifndef TQT_NO_SQL /*! \class TQSqlError ntqsqlerror.h @@ -220,9 +220,9 @@ TQString TQSqlError::text() const */ void TQSqlError::showMessage( const TQString& msg ) const { -#ifndef QT_NO_MESSAGEBOX +#ifndef TQT_NO_MESSAGEBOX TQMessageBox::warning( NULL, "SQL Error", msg + text(), TQMessageBox::Ok, TQMessageBox::NoButton ); -#endif // QT_NO_MESSAGEBOX +#endif // TQT_NO_MESSAGEBOX } -#endif // QT_NO_SQL +#endif // TQT_NO_SQL -- cgit v1.2.3