summaryrefslogtreecommitdiff
path: root/noncore/settings/tabmanager/tablistview.h
authorleseb <leseb>2002-07-08 14:58:34 (UTC)
committer leseb <leseb>2002-07-08 14:58:34 (UTC)
commit8b6a15ef84bc6b1c9c1a82689788c6e281780495 (patch) (side-by-side diff)
tree1d2c2f416aab46103d244a0b9d5b1c764c9f5452 /noncore/settings/tabmanager/tablistview.h
parentc92049007eaf6615a059425073b03a827d11831e (diff)
downloadopie-8b6a15ef84bc6b1c9c1a82689788c6e281780495.zip
opie-8b6a15ef84bc6b1c9c1a82689788c6e281780495.tar.gz
opie-8b6a15ef84bc6b1c9c1a82689788c6e281780495.tar.bz2
Sync with 1.2 version + some bug fixes
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
-
+