summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/trwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/linguist/trwindow.cpp')
-rw-r--r--tools/linguist/linguist/trwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/linguist/trwindow.cpp b/tools/linguist/linguist/trwindow.cpp
index e8725e5..40d71a6 100644
--- a/tools/linguist/linguist/trwindow.cpp
+++ b/tools/linguist/linguist/trwindow.cpp
@@ -769,7 +769,7 @@ void TrWindow::newPhraseBook()
void TrWindow::openPhraseBook()
{
- QString phrasebooks( qInstallPathData() );
+ QString phrasebooks( tqInstallPathData() );
QString name = QFileDialog::getOpenFileName( phrasebooks + "/phrasebooks",
tr("Qt phrase books (*.qph)\n"
"All files (*)"),
@@ -852,8 +852,8 @@ void TrWindow::revertSorting()
void TrWindow::manual()
{
- QAssistantClient *ac = new QAssistantClient( qInstallPathBins(), this );
- ac->showPage( QString( qInstallPathDocs() ) + "/html/linguist-manual.html" );
+ QAssistantClient *ac = new QAssistantClient( tqInstallPathBins(), this );
+ ac->showPage( QString( tqInstallPathDocs() ) + "/html/linguist-manual.html" );
}
void TrWindow::about()