summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/tablistview.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/tabmanager/tablistview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/tabmanager/tablistview.h24
1 files changed, 14 insertions, 10 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>
@@ -7,5 +11,5 @@
-class TabListView : public QListView {
+class TabListView : public QListView {
Q_OBJECT
-
+
signals:
@@ -21,3 +25,3 @@ protected:
void contentsMouseReleaseEvent(QMouseEvent* ){
- QListViewItem *newGroup = this->currentItem();
+ QListViewItem *newGroup = this->currentItem();
// Make sure they are both real.
@@ -28,3 +32,3 @@ protected:
return;
-
+
// Ok we have two valid items.
@@ -32,3 +36,3 @@ protected:
newGroup = newGroup->parent();
-
+
// Just in case the parent was null
@@ -36,4 +40,4 @@ protected:
return;
-
- // If the new folder and buddies current parent are the same don't do anything.
+
+ // If the new folder and buddies current parent are the same don't do anything.
if (newGroup != currentSelectedItem->parent())
@@ -48,6 +52,6 @@ private slots:
if(item == NULL)
- qDebug("Item is NULL");
+ odebug << "Item is NULL" << oendl;
return;
}
-
+
currentSelectedItem = item;
@@ -64,2 +68,2 @@ private:
#endif
-
+