From 45e95597267482ddb1023b33ebeeb50597d91508 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 22 Oct 2018 04:10:08 +0200 Subject: Removed obsolete Qt2's ASSERT and replace with Q_ASSERT. The definition of -UTQT_NO_COMPAT is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/scanwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scanwidget.cpp') diff --git a/src/scanwidget.cpp b/src/scanwidget.cpp index d8fe67c..a704c2a 100644 --- a/src/scanwidget.cpp +++ b/src/scanwidget.cpp @@ -506,8 +506,8 @@ bool ScanWidget::createPipe( const TQString type, const TQString& tempDir, TQFil // =========== bool ScanWidget::createPipes( ) -{ ASSERT( m_pipeStderr == NULL ); - ASSERT( m_pipeStdout == NULL ); +{ Q_ASSERT( m_pipeStderr == NULL ); + Q_ASSERT( m_pipeStdout == NULL ); TDEStandardDirs standardDirs; TQStringList tempDir = standardDirs.resourceDirs( "tmp" ); -- cgit v1.2.3