From 9135254f2b593741cf7b0ffd80bb8bb63986333d Mon Sep 17 00:00:00 2001 From: ar Date: Wed, 02 Jun 2004 22:20:53 +0000 Subject: - convert to odebug framework --- (limited to 'libqtaux') diff --git a/libqtaux/oticker.cpp b/libqtaux/oticker.cpp index e954cc8..29478fd 100644 --- a/libqtaux/oticker.cpp +++ b/libqtaux/oticker.cpp @@ -31,6 +31,8 @@ #include "oticker.h" /* OPIE */ +#include + #include using namespace Opie::Ui; @@ -72,14 +74,14 @@ void OTicker::setText( const QString& text ) { pos = 0; // reset it everytime the text is changed scrollText = text; - qDebug( scrollText ); + odebug << scrollText << oendl; int pixelLen = 0; bool bigger = false; int contWidth = contentsRect().width(); int contHeight = contentsRect().height(); int pixelTextLen = fontMetrics().width( text ); - qDebug( "<<<<<< contWidth*/ ) startTimer( updateTimerTime ); update(); @@ -123,7 +125,7 @@ void OTicker::drawContents( QPainter *p ) void OTicker::mouseReleaseEvent( QMouseEvent * ) { - // qDebug("<<<<<<<>>>>>>>>>"); + // odebug << "<<<<<<<>>>>>>>>>" << oendl; emit mousePressed(); } -- cgit v0.9.0.2