summaryrefslogtreecommitdiffstats
path: root/tools/assistant/mainwindow.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
committerTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
commit9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch)
treedf1e10cc7504665622d096f9ba80dc9e56f3afb8 /tools/assistant/mainwindow.ui.h
parenta830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff)
downloadqt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz
qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip
Undo prior accidental commit
Diffstat (limited to 'tools/assistant/mainwindow.ui.h')
-rw-r--r--tools/assistant/mainwindow.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h
index e5df018..75acd89 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() ) {
- tqWarning( "The link is empty!" );
+ qWarning( "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 ) {
- tqWarning( "MainWindow::showLinks() - Empty link" );
+ qWarning( "MainWindow::showLinks() - Empty link" );
return;
}
@@ -482,7 +482,7 @@ void MainWindow::timerEvent(QTimerEvent *e)
void MainWindow::showQtHelp()
{
- showLink( QString( tqInstallPathDocs() ) + "/html/index.html" );
+ showLink( QString( qInstallPathDocs() ) + "/html/index.html" );
}
void MainWindow::showSettingsDialog()