aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/rosterItem.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 08:28:56 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 08:28:56 +0000
commitde559cb56ea663af227dd7a09207b0a0609563cc (patch)
tree2d6412d2cb725a7ab5ef2ab41325bd44995ad0e1 /examples/GuiClient/rosterItem.h
parent6d60681801a4f5f992423182cb697abafad22df6 (diff)
downloadqxmpp-de559cb56ea663af227dd7a09207b0a0609563cc.tar.gz
change class name
Diffstat (limited to 'examples/GuiClient/rosterItem.h')
-rw-r--r--examples/GuiClient/rosterItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h
index 3573e88e..41bf7642 100644
--- a/examples/GuiClient/rosterItem.h
+++ b/examples/GuiClient/rosterItem.h
@@ -58,10 +58,10 @@ public:
QXmppPresence::Type getPresenceType();
};
-class ItemDelegate : public QItemDelegate
+class rosterItemDelegate : public QItemDelegate
{
public:
- ItemDelegate();
+ rosterItemDelegate();
QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const;
void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
};