summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/tablistview.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/tabmanager/tablistview.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/tabmanager/tablistview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/settings/tabmanager/tablistview.h b/noncore/settings/tabmanager/tablistview.h
index dfd88f7..54b87b6 100644
--- a/noncore/settings/tabmanager/tablistview.h
+++ b/noncore/settings/tabmanager/tablistview.h
@@ -3,2 +3,6 @@
+/* OPIE */
+#include <opie2/odebug.h>
+
+/* QT */
#include <qlistview.h>
@@ -48,3 +52,3 @@ private slots:
if(item == NULL)
- qDebug("Item is NULL");
+ odebug << "Item is NULL" << oendl;
return;