diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 23:34:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 23:34:22 +0000 |
commit | bf370981a3c53cf1aec94b18a7f3a7e4dd09c8e9 (patch) | |
tree | 2be313d29f1d86bdd31b13b47211976d39eee585 /audio/anthem/files/patch-ClockWidget.cpp | |
parent | Respect PTHREAD_LIBS, fix build on -STABLE. (diff) |
Add anthem, a KDE midi sequencer.
PR: ports/59243
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
Notes
Notes:
svn path=/head/; revision=116226
Diffstat (limited to '')
-rw-r--r-- | audio/anthem/files/patch-ClockWidget.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/anthem/files/patch-ClockWidget.cpp b/audio/anthem/files/patch-ClockWidget.cpp new file mode 100644 index 000000000000..c28fec557d8a --- /dev/null +++ b/audio/anthem/files/patch-ClockWidget.cpp @@ -0,0 +1,21 @@ +*** ../anthem-0.0.17.old/anthem/tse3/kdeui/ClockWidget.cpp Sun Jul 28 11:13:09 2002 +--- anthem/tse3/kdeui/ClockWidget.cpp Wed Nov 12 21:47:26 2003 +*************** +*** 61,68 **** + }; + + +! ClockSpinBox::ClockSpinBox(int min, int max, int step = 1, +! QWidget *parent = 0, const char *name = 0) + : QSpinBox(min, max, step, parent, name), replace(false) + { + } +--- 61,68 ---- + }; + + +! ClockSpinBox::ClockSpinBox(int min, int max, int step , +! QWidget *parent , const char *name ) + : QSpinBox(min, max, step, parent, name), replace(false) + { + } |