diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 21:33:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 21:33:25 +0000 |
commit | 88868ee1d7cd8b5192dc0da0e357f62ea0440d77 (patch) | |
tree | aeca41104562eb542af39fab81ef56a1c82f7806 /audio/anthem/files/patch-ClockWidget.cpp | |
parent | - MASTER_SITE is back, remove BROKEN (diff) |
2007-03-16 audio/anthem: this software is not developed any more
Notes
Notes:
svn path=/head/; revision=187550
Diffstat (limited to '')
-rw-r--r-- | audio/anthem/files/patch-ClockWidget.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/anthem/files/patch-ClockWidget.cpp b/audio/anthem/files/patch-ClockWidget.cpp deleted file mode 100644 index c28fec557d8a..000000000000 --- a/audio/anthem/files/patch-ClockWidget.cpp +++ /dev/null @@ -1,21 +0,0 @@ -*** ../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) - { - } |