diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:31:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:31:47 -0600 |
commit | 51cbc8705e27096dd92d545f6315091876d722c4 (patch) | |
tree | 9c27a4a8600523a26a8001305bcb25fb1e33432c /kbounce | |
parent | e20152b3772dd625bcabdaec0125f857da91b775 (diff) | |
download | tdegames-51cbc8705e27096dd92d545f6315091876d722c4.tar.gz tdegames-51cbc8705e27096dd92d545f6315091876d722c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kbounce')
-rw-r--r-- | kbounce/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbounce/game.cpp b/kbounce/game.cpp index a223fea8..7b655905 100644 --- a/kbounce/game.cpp +++ b/kbounce/game.cpp @@ -424,7 +424,7 @@ JezzGame::~JezzGame() void JezzGame::display( const TQString &text, int size ) { - qDebug("This function \"display\" shouldn't be called!!!"); + tqDebug("This function \"display\" shouldn't be called!!!"); if ( !text.isEmpty() ) { //kdDebug(12008) << "text = " << text << endl; |