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.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/settings/tabmanager/tablistview.h b/noncore/settings/tabmanager/tablistview.h
index 97f9dec..dfd88f7 100644
--- a/noncore/settings/tabmanager/tablistview.h
+++ b/noncore/settings/tabmanager/tablistview.h
@@ -7,5 +7,5 @@
-class TabListView : public QListView {
+class TabListView : public QListView {
Q_OBJECT
-
+
signals:
@@ -21,3 +21,3 @@ protected:
void contentsMouseReleaseEvent(QMouseEvent* ){
- QListViewItem *newGroup = this->currentItem();
+ QListViewItem *newGroup = this->currentItem();
// Make sure they are both real.
@@ -28,3 +28,3 @@ protected:
return;
-
+
// Ok we have two valid items.
@@ -32,3 +32,3 @@ protected:
newGroup = newGroup->parent();
-
+
// Just in case the parent was null
@@ -36,4 +36,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())
@@ -51,3 +51,3 @@ private slots:
}
-
+
currentSelectedItem = item;
@@ -64,2 +64,2 @@ private:
#endif
-
+