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-PhraseSelectWidget.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 'audio/anthem/files/patch-PhraseSelectWidget.cpp')
-rw-r--r-- | audio/anthem/files/patch-PhraseSelectWidget.cpp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/anthem/files/patch-PhraseSelectWidget.cpp b/audio/anthem/files/patch-PhraseSelectWidget.cpp new file mode 100644 index 000000000000..b748c7237135 --- /dev/null +++ b/audio/anthem/files/patch-PhraseSelectWidget.cpp @@ -0,0 +1,36 @@ +*** ../anthem-0.0.17.old/anthem/gadgets/PhraseSelectWidget.cpp Sun Jul 28 11:13:05 2002 +--- anthem/gadgets/PhraseSelectWidget.cpp Wed Nov 12 21:47:26 2003 +*************** +*** 34,40 **** + PhraseSelectWidget::PhraseSelectWidget(TSE3::PhraseList *phraseList, + bool allowNone, + TSE3::Phrase *selected, +! QWidget *parent, const char *name = 0) + : QComboBox(false, parent, name), phraseList(phraseList), allowNone(allowNone) + { + setInsertionPolicy(NoInsertion); +--- 34,40 ---- + PhraseSelectWidget::PhraseSelectWidget(TSE3::PhraseList *phraseList, + bool allowNone, + TSE3::Phrase *selected, +! QWidget *parent, const char *name ) + : QComboBox(false, parent, name), phraseList(phraseList), allowNone(allowNone) + { + setInsertionPolicy(NoInsertion); +*************** +*** 107,113 **** + TSE3::Phrase *selected, + TSE3::Song *song, + QWidget *parent, +! const char *name = 0) + : QWidget(parent, name), song(song) + { + QHBoxLayout *layout = new QHBoxLayout(this, 0, KDialogBase::spacingHint()); +--- 107,113 ---- + TSE3::Phrase *selected, + TSE3::Song *song, + QWidget *parent, +! const char *name ) + : QWidget(parent, name), song(song) + { + QHBoxLayout *layout = new QHBoxLayout(this, 0, KDialogBase::spacingHint()); |