summaryrefslogtreecommitdiffabout
path: root/korganizer/kotodoviewitem.h
Side-by-side diff
Diffstat (limited to 'korganizer/kotodoviewitem.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kotodoviewitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kotodoviewitem.h b/korganizer/kotodoviewitem.h
index 74dbe98..bd024c8 100644
--- a/korganizer/kotodoviewitem.h
+++ b/korganizer/kotodoviewitem.h
@@ -69,13 +69,13 @@ class KOTodoViewItem : public QCheckListItem
bool isAlternate();
virtual void paintCell(QPainter *p, const QColorGroup &cg,
int column, int width, int alignment);
virtual void setup();
protected:
-#if QT_VERSION >= 300
+#if QT_VERSION >= 0x030000
void paintBranches(QPainter *p,const QColorGroup & cg,int w,int y,int h);
#else
#endif
virtual void stateChange(bool);
void setMyPixmap();