diff options
Diffstat (limited to 'kdevdesigner/designer/propertyeditor.cpp')
| -rw-r--r-- | kdevdesigner/designer/propertyeditor.cpp | 4 | 
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  }  | 
