┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.h
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2008-01-02 01:21:39 +0000
committerRafael Fernández López <[email protected]>2008-01-02 01:21:39 +0000
commit743bec375187a51ed6b88256ff070e9f7e9f4929 (patch)
treecc6948abd9d21ecc0b5074883f7d4dcaa21f9382 /src/dolphincategorydrawer.h
parentc6a4a3aa063fb25e163bed8dac8587efef8c02b5 (diff)
Better looking categories. Thanks to Aurélien Gâteau for the original patch.
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=755674
Diffstat (limited to 'src/dolphincategorydrawer.h')
-rw-r--r--src/dolphincategorydrawer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincategorydrawer.h b/src/dolphincategorydrawer.h
index a8e196b0d..ea70a922b 100644
--- a/src/dolphincategorydrawer.h
+++ b/src/dolphincategorydrawer.h
@@ -39,7 +39,7 @@ public:
virtual void drawCategory(const QModelIndex &index, int sortRole,
const QStyleOption &option, QPainter *painter) const;
- virtual int categoryHeight(const QStyleOption &option) const;
+ virtual int categoryHeight(const QModelIndex &index, const QStyleOption &option) const;
};
#endif // DOLPHINCATEGORYDRAWER_H