freebsd-ports/audio/anthem/files/patch-KeyWidgets.cpp
Michael Nottebrock bf370981a3 Add anthem, a KDE midi sequencer.
PR: ports/59243
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
2004-08-14 23:34:22 +00:00

19 lines
433 B
C++

*** ../anthem-0.0.17.old/anthem/gadgets/KeyWidgets.cpp Sun Jul 28 11:12:53 2002
--- anthem/gadgets/KeyWidgets.cpp Wed Nov 12 21:47:26 2003
***************
*** 140,146 ****
};
! KeySpinBox::KeySpinBox(QWidget *parent = 0, const char *name = 0)
: QSpinBox(0, 127, 1, parent, name)
{
}
--- 140,146 ----
};
! KeySpinBox::KeySpinBox(QWidget *parent , const char *name )
: QSpinBox(0, 127, 1, parent, name)
{
}