summaryrefslogtreecommitdiffstats
path: root/kbounce
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:31:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:31:47 -0600
commit51cbc8705e27096dd92d545f6315091876d722c4 (patch)
tree9c27a4a8600523a26a8001305bcb25fb1e33432c /kbounce
parente20152b3772dd625bcabdaec0125f857da91b775 (diff)
downloadtdegames-51cbc8705e27096dd92d545f6315091876d722c4.tar.gz
tdegames-51cbc8705e27096dd92d545f6315091876d722c4.zip
Rename additional global TQt functions
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/game.cpp2
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;