summaryrefslogtreecommitdiffstats
path: root/kommander/editor/propertyeditor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:37:34 -0600
commit27075bc698a12dbc10e76618d83d952bd9d579ef (patch)
tree079e27500c91feba0ad2a67ddfe97ddfeb05d6df /kommander/editor/propertyeditor.cpp
parent78c422fd8a2f2d2bc5650bddcb743442f1472cb5 (diff)
downloadtdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.tar.gz
tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.zip
Rename additional global TQt functions
Diffstat (limited to 'kommander/editor/propertyeditor.cpp')
-rw-r--r--kommander/editor/propertyeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp
index fdc3a8dc..8e4df0ca 100644
--- a/kommander/editor/propertyeditor.cpp
+++ b/kommander/editor/propertyeditor.cpp
@@ -103,7 +103,7 @@ static TQStringList getFontList()
{
if ( !fontDataBase ) {
fontDataBase = new TQFontDatabase;
- qAddPostRoutine( cleanupFontDatabase );
+ tqAddPostRoutine( cleanupFontDatabase );
}
return fontDataBase->families();
}
@@ -2672,7 +2672,7 @@ void PropertyList::setupProperties()
item->setChanged( true, false );
}
} else {
- qWarning( "Sets except 'alignment' not supported yet.... %s.", p->name() );
+ tqWarning( "Sets except 'alignment' not supported yet.... %s.", p->name() );
}
} else if ( p->isEnumType() ) {
TQStrList l = p->enumKeys();