summaryrefslogtreecommitdiff
path: root/libopie2/opieui/olistview.cpp
Side-by-side diff
Diffstat (limited to 'libopie2/opieui/olistview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/olistview.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/libopie2/opieui/olistview.cpp b/libopie2/opieui/olistview.cpp
index ec503dd..38f3fe2 100644
--- a/libopie2/opieui/olistview.cpp
+++ b/libopie2/opieui/olistview.cpp
@@ -2,4 +2,3 @@
                This file is part of the Opie Project
-
- =. (C) 2003 Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>
+ =. (C) 2003 Michael 'Mickey' Lauer <mickey@Vanille.de>
.=l.
@@ -39,2 +38,3 @@
+#include <opie2/odebug.h>
#include <opie2/olistview.h>
@@ -144,3 +144,3 @@ void OListView::serializeTo( QDataStream& s ) const
#warning Caution... the binary format is still under construction...
- qDebug( "storing OListView..." );
+ odebug << "storing OListView..." << oendl;
@@ -169,3 +169,3 @@ void OListView::serializeTo( QDataStream& s ) const
- qDebug( "OListview stored." );
+ odebug << "OListview stored." << oendl;
}
@@ -175,3 +175,3 @@ void OListView::serializeFrom( QDataStream& s )
#warning Caution... the binary format is still under construction...
- qDebug( "loading OListView..." );
+ odebug << "loading OListView..." << oendl;
@@ -201,3 +201,3 @@ void OListView::serializeFrom( QDataStream& s )
- qDebug( "OListView loaded." );
+ odebug << "OListView loaded." << oendl;
@@ -379,3 +379,3 @@ void OListViewItem::serializeTo( QDataStream& s ) const
#warning Caution... the binary format is still under construction...
- qDebug( "storing OListViewItem..." );
+ odebug << "storing OListViewItem..." << oendl;
@@ -405,3 +405,3 @@ void OListViewItem::serializeTo( QDataStream& s ) const
- qDebug( "OListviewItem stored." );
+ odebug << "OListviewItem stored." << oendl;
}
@@ -412,3 +412,3 @@ void OListViewItem::serializeFrom( QDataStream& s )
#warning Caution... the binary format is still under construction...
- qDebug( "loading OListViewItem..." );
+ odebug << "loading OListViewItem..." << oendl;
@@ -432,3 +432,3 @@ void OListViewItem::serializeFrom( QDataStream& s )
- qDebug( "OListViewItem loaded." );
+ odebug << "OListViewItem loaded." << oendl;
}