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
@@ -1,6 +1,10 @@
#ifndef TABLISTVIEW_H
#define TABLISTVIEW_H
+/* OPIE */
+#include <opie2/odebug.h>
+
+/* QT */
#include <qlistview.h>
#include <qcursor.h>
#include <qapplication.h>
@@ -46,7 +50,7 @@ private slots:
void itemPressed(QListViewItem *item){
if(item == NULL || !item->parent()){
if(item == NULL)
- qDebug("Item is NULL");
+ odebug << "Item is NULL" << oendl;
return;
}