From bf370981a3c53cf1aec94b18a7f3a7e4dd09c8e9 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Sat, 14 Aug 2004 23:34:22 +0000 Subject: Add anthem, a KDE midi sequencer. PR: ports/59243 Submitted by: Mathew Kanner --- audio/anthem/files/patch-SnapWidget.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audio/anthem/files/patch-SnapWidget.cpp (limited to 'audio/anthem/files/patch-SnapWidget.cpp') diff --git a/audio/anthem/files/patch-SnapWidget.cpp b/audio/anthem/files/patch-SnapWidget.cpp new file mode 100644 index 000000000000..4afc1afeaaf0 --- /dev/null +++ b/audio/anthem/files/patch-SnapWidget.cpp @@ -0,0 +1,19 @@ +*** ../anthem-0.0.17.old/anthem/tse3/kdeui/SnapWidget.cpp Sun Jul 28 11:08:05 2002 +--- anthem/tse3/kdeui/SnapWidget.cpp Wed Nov 12 21:47:26 2003 +*************** +*** 34,40 **** + }; + + +! SnapWidget::SnapWidget(QWidget *parent, const char *name = 0) + : QComboBox(false, parent, name) + { + setInsertionPolicy(NoInsertion); +--- 34,40 ---- + }; + + +! SnapWidget::SnapWidget(QWidget *parent, const char *name ) + : QComboBox(false, parent, name) + { + setInsertionPolicy(NoInsertion); -- cgit v1.2.3