summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/propertyeditor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:05 -0600
commit313fa28dc5e72d738faec49ff14fa5aed4a7fcd4 (patch)
treedf0fec64d296b72881b384fcc7dd4541c84d2d88 /kdevdesigner/designer/propertyeditor.cpp
parent1040d772e2544a98af4bc49c94b47cea28111559 (diff)
downloadtdevelop-313fa28dc5e72d738faec49ff14fa5aed4a7fcd4.tar.gz
tdevelop-313fa28dc5e72d738faec49ff14fa5aed4a7fcd4.zip
Rename additional global TQt functions
Diffstat (limited to 'kdevdesigner/designer/propertyeditor.cpp')
-rw-r--r--kdevdesigner/designer/propertyeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/propertyeditor.cpp b/kdevdesigner/designer/propertyeditor.cpp
index 83bdedd3..2f2d1221 100644
--- a/kdevdesigner/designer/propertyeditor.cpp
+++ b/kdevdesigner/designer/propertyeditor.cpp
@@ -117,7 +117,7 @@ static TQStringList getFontList()
{
if ( !fontDataBase ) {
fontDataBase = new TQFontDatabase;
- qAddPostRoutine( cleanupFontDatabase );
+ tqAddPostRoutine( cleanupFontDatabase );
}
return fontDataBase->families();
}
@@ -149,7 +149,7 @@ bool PropertyWhatsThis::clicked( const TQString& href )
{
if ( !href.isEmpty() ) {
TQAssistantClient *ac = MainWindow::self->assistantClient();
- ac->showPage( TQString( qInstallPathDocs() ) + "/html/" + href );
+ ac->showPage( TQString( tqInstallPathDocs() ) + "/html/" + href );
}
return FALSE; // do not hide window
}