From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- tools/assistant/mainwindow.ui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/assistant/mainwindow.ui.h') diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h index 75acd89..e5df018 100644 --- a/tools/assistant/mainwindow.ui.h +++ b/tools/assistant/mainwindow.ui.h @@ -412,7 +412,7 @@ void MainWindow::showLinkFromClient( const QString &link ) void MainWindow::showLink( const QString &link ) { if( link.isEmpty() ) { - qWarning( "The link is empty!" ); + tqWarning( "The link is empty!" ); } int find = link.find( '#' ); @@ -441,7 +441,7 @@ void MainWindow::showLink( const QString &link ) void MainWindow::showLinks( const QStringList &links ) { if ( links.size() == 0 ) { - qWarning( "MainWindow::showLinks() - Empty link" ); + tqWarning( "MainWindow::showLinks() - Empty link" ); return; } @@ -482,7 +482,7 @@ void MainWindow::timerEvent(QTimerEvent *e) void MainWindow::showQtHelp() { - showLink( QString( qInstallPathDocs() ) + "/html/index.html" ); + showLink( QString( tqInstallPathDocs() ) + "/html/index.html" ); } void MainWindow::showSettingsDialog() -- cgit v1.2.3