diff options
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; |