summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/mainwindow.cpp')
-rw-r--r--tools/designer/designer/mainwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp
index 0474b2f..3bdf654 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( qInstallPathBins() ) +
+ QString path = QDir::cleanDirPath( QString( tqInstallPathBins() ) +
QDir::separator() );
return path;
}
@@ -2794,7 +2794,7 @@ void MainWindow::setSnapGrid( bool b )
QString MainWindow::documentationPath() const
{
- return QString( qInstallPathDocs() ) + "/html/";
+ return QString( tqInstallPathDocs() ) + "/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 ) {
- qWarning( "MainWindow::showSourceLine: qwf_forms is NULL!" );
+ tqWarning( "MainWindow::showSourceLine: qwf_forms is NULL!" );
return;
}