diff options
Diffstat (limited to 'kdevdesigner/designer/mainwindow.cpp')
-rw-r--r-- | kdevdesigner/designer/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdevdesigner/designer/mainwindow.cpp b/kdevdesigner/designer/mainwindow.cpp index bb213135..062ef52b 100644 --- a/kdevdesigner/designer/mainwindow.cpp +++ b/kdevdesigner/designer/mainwindow.cpp @@ -132,7 +132,7 @@ MainWindow *MainWindow::self = 0; TQString assistantPath() { - TQString path = TQDir::cleanDirPath( TQString( qInstallPathBins() ) + + TQString path = TQDir::cleanDirPath( TQString( tqInstallPathBins() ) + TQDir::separator() ); return path; } @@ -2789,7 +2789,7 @@ void MainWindow::setSnapGrid( bool b ) TQString MainWindow::documentationPath() const { - return TQString( qInstallPathDocs() ) + "/html/"; + return TQString( tqInstallPathDocs() ) + "/html/"; } void MainWindow::windowsMenuActivated( int id ) @@ -3416,7 +3416,7 @@ void MainWindow::showSourceLine( TQObject *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; } |