diff options
Diffstat (limited to 'tools/designer/designer/mainwindow.cpp')
-rw-r--r-- | tools/designer/designer/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index 3bdf654..0474b2f 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -133,7 +133,7 @@ MainWindow *MainWindow::self = 0; QString assistantPath() { - QString path = QDir::cleanDirPath( QString( tqInstallPathBins() ) + + QString path = QDir::cleanDirPath( QString( qInstallPathBins() ) + QDir::separator() ); return path; } @@ -2794,7 +2794,7 @@ void MainWindow::setSnapGrid( bool b ) QString MainWindow::documentationPath() const { - return QString( tqInstallPathDocs() ) + "/html/"; + return QString( qInstallPathDocs() ) + "/html/"; } void MainWindow::windowsMenuActivated( int id ) @@ -3421,7 +3421,7 @@ void MainWindow::showSourceLine( QObject *o, int line, LineMode lm ) fw = ff->formWindow(); if ( !fw && !qwf_forms ) { - tqWarning( "MainWindow::showSourceLine: qwf_forms is NULL!" ); + qWarning( "MainWindow::showSourceLine: qwf_forms is NULL!" ); return; } |