pkgsrc/misc/kdepim3/patches/patch-al

14 lines
463 B
Text
Raw Normal View History

$NetBSD: patch-al,v 1.1 2006/04/28 01:42:50 markd Exp $
--- kdgantt/KDGanttView.cpp.orig 2006-03-17 23:15:54.000000000 +1300
+++ kdgantt/KDGanttView.cpp
@@ -318,7 +318,7 @@ bool KDGanttView::close ( bool alsoDelet
height() of TimeHeader + height() of TimeTable + height() of Legend (if shown)
*/
-QSize KDGanttView::sizeHint() const
+QSize KDGanttView::sizeHint()
{
bool block = myTimeTable->blockUpdating();
myTimeTable->setBlockUpdating( false );