summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/tabledef.cpp
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/tabledef.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/tabledef.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/tabledef.cpp b/noncore/apps/checkbook/tabledef.cpp
index 9a42308..745cd80 100644
--- a/noncore/apps/checkbook/tabledef.cpp
+++ b/noncore/apps/checkbook/tabledef.cpp
@@ -30,2 +30,4 @@
30 30
31#include <opie2/odebug.h>
32using namespace Opie::Core;
31 33
@@ -44,3 +46,3 @@ void ColumnDef::addColumnValue(const QString &sValue)
44 if( (_type & 0x00ffffff) !=typeList ) 46 if( (_type & 0x00ffffff) !=typeList )
45 qDebug("Column %s is not a list", (const char *)_sName); 47 odebug << "Column " << (const char *)_sName << " is not a list" << oendl;
46 else 48 else
@@ -51,3 +53,3 @@ void ColumnDef::addColumnValue(const char *sValue)
51 if( (_type & 0x00ffffff)!=typeList ) 53 if( (_type & 0x00ffffff)!=typeList )
52 qDebug("Column %s is not a list", (const char *)_sName); 54 odebug << "Column " << (const char *)_sName << " is not a list" << oendl;
53 else 55 else