From 27b09fe4f930b96e82cea9fb0eb1a9b87f7ec062 Mon Sep 17 00:00:00 2001 From: ar Date: Mon, 31 May 2004 13:04:55 +0000 Subject: - convert qDebug to odebug --- (limited to 'noncore/apps') diff --git a/noncore/apps/opie-reader/CExpander.h b/noncore/apps/opie-reader/CExpander.h index 9fae245..553069c 100644 --- a/noncore/apps/opie-reader/CExpander.h +++ b/noncore/apps/opie-reader/CExpander.h @@ -1,12 +1,6 @@ #ifndef __CExpander_h #define __CExpander_h -#ifndef _WINDOWS -#include -#endif -#include -#include -#include #include "useqpe.h" #include "config.h" #include "StyleConsts.h" @@ -14,6 +8,19 @@ #include "names.h" #include "linktype.h" +/* OPIE */ +#include + +/* QT */ +#include + +/* STD */ +#ifndef _WINDOWS +#include +#endif +#include +#include + class QImage; class Bkmk; @@ -143,7 +150,7 @@ class CExpander { if (srclen != 0) { - qDebug("Don't know what to do with non-zero save data"); + odebug << "Don't know what to do with non-zero save data" << oendl; } } void setwidth(int w) { m_scrWidth = w; } -- cgit v0.9.0.2