diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:37:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:37:34 -0600 |
commit | 27075bc698a12dbc10e76618d83d952bd9d579ef (patch) | |
tree | 079e27500c91feba0ad2a67ddfe97ddfeb05d6df /kimagemapeditor | |
parent | 78c422fd8a2f2d2bc5650bddcb743442f1472cb5 (diff) | |
download | tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.tar.gz tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.zip |
Rename additional global TQt functions
Diffstat (limited to 'kimagemapeditor')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/kimagemapeditor.cpp b/kimagemapeditor/kimagemapeditor.cpp index ca2b7ba7..a21591e5 100644 --- a/kimagemapeditor/kimagemapeditor.cpp +++ b/kimagemapeditor/kimagemapeditor.cpp @@ -912,7 +912,7 @@ TQImage KImageMapEditor::getBackgroundImage() { TQStringList families = fdb.families(); for ( TQStringList::Iterator f = families.begin(); f != families.end(); ++f ) { TQString family = *f; - qDebug( family ); + tqDebug( family ); TQStringList styles = fdb.styles( family ); for ( TQStringList::Iterator s = styles.begin(); s != styles.end(); ++s ) { TQString style = *s; @@ -923,7 +923,7 @@ TQImage KImageMapEditor::getBackgroundImage() { dstyle += TQString::number( *points ) + " "; } dstyle = dstyle.left( dstyle.length() - 1 ) + ")"; - qDebug( dstyle ); + tqDebug( dstyle ); } } |