From 736a153edfac343d0794ecafc5dc2f2c405260a7 Mon Sep 17 00:00:00 2001 From: ar Date: Sat, 15 May 2004 22:36:18 +0000 Subject: - convert qDebug to odebug --- (limited to 'noncore/settings/appearance2') diff --git a/noncore/settings/appearance2/appearance.cpp b/noncore/settings/appearance2/appearance.cpp index f918767..9638686 100644 --- a/noncore/settings/appearance2/appearance.cpp +++ b/noncore/settings/appearance2/appearance.cpp @@ -39,6 +39,7 @@ #include #include #include +#include #include #include @@ -832,7 +833,8 @@ public: setText ( it-> pattern ( )); setGeometry ( x, y, w, h ); - qDebug ( "ExEdit: [%s] at %d,%d %d,%d", it->text(2).latin1(),x,y,w,h); + odebug << "ExEdit: [" << it->text(2).latin1() << "] at " + << x << "," << y << " " << w << "," << h << oendl; m_out = true; -- cgit v0.9.0.2