pkgsrc/misc/kdepim3/patches/patch-am
markd e892bcc85d Back out part of the 3.5.1 -> 3.5.2 update as its causing korganiser
to crash when you try to add a new event (or edit an existing one).
Bump PKGREVISION.
2006-04-28 01:42:50 +00:00

13 lines
651 B
Text

$NetBSD: patch-am,v 1.1 2006/04/28 01:42:50 markd Exp $
--- kdgantt/KDGanttView.h.orig 2006-03-17 23:15:54.000000000 +1300
+++ kdgantt/KDGanttView.h
@@ -324,7 +324,7 @@ public:
virtual void lvStartDrag (KDGanttViewItem*);
virtual bool lvDragMoveEvent (QDragMoveEvent * e,KDGanttViewItem*, KDGanttViewItem*);
virtual void lvDragEnterEvent (QDragEnterEvent * e );
- virtual QSize sizeHint() const;
+ QSize sizeHint();
KDGanttViewItem* getItemByName( const QString& name ) const;
QDateTime getDateTimeForCoordX(int coordX, bool global = true ) const;
KDGanttViewItem* getItemByListViewPos( const QPoint& pos ) const;