diff options
Diffstat (limited to 'audio/anthem/files/patch-Actions.cpp')
-rw-r--r-- | audio/anthem/files/patch-Actions.cpp | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/anthem/files/patch-Actions.cpp b/audio/anthem/files/patch-Actions.cpp deleted file mode 100644 index 56be5b793a58..000000000000 --- a/audio/anthem/files/patch-Actions.cpp +++ /dev/null @@ -1,36 +0,0 @@ -*** ../anthem-0.0.17.old/anthem/songwindow/Actions.cpp Sun Jul 28 11:13:08 2002 ---- anthem/songwindow/Actions.cpp Wed Nov 12 21:47:26 2003 -*************** -*** 101,107 **** - AutoRepeatAction::AutoRepeatAction(const QString& text, const QString& pix, - int accel, const QObject* receiver, - const char* slot, -! QObject* parent, const char* name = 0) - : KAction(text, pix, accel, receiver, slot, parent, name) - { - } ---- 101,107 ---- - AutoRepeatAction::AutoRepeatAction(const QString& text, const QString& pix, - int accel, const QObject* receiver, - const char* slot, -! QObject* parent, const char* name ) - : KAction(text, pix, accel, receiver, slot, parent, name) - { - } -*************** -*** 138,144 **** - RepeatToggleAction::RepeatToggleAction(const QString& text, const QString& pix, - int accel, const QObject* receiver, - const char* slot, -! QObject* parent, const char* name = 0) - : KToggleAction(text, pix, accel, receiver, slot, parent, name) - { - } ---- 138,144 ---- - RepeatToggleAction::RepeatToggleAction(const QString& text, const QString& pix, - int accel, const QObject* receiver, - const char* slot, -! QObject* parent, const char* name ) - : KToggleAction(text, pix, accel, receiver, slot, parent, name) - { - } |