summaryrefslogtreecommitdiff
path: root/muse/muse/waveedit/waveview.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse/muse/waveedit/waveview.h')
-rw-r--r--muse/muse/waveedit/waveview.h23
1 files changed, 18 insertions, 5 deletions
diff --git a/muse/muse/waveedit/waveview.h b/muse/muse/waveedit/waveview.h
index bf63dffb..6e4ad747 100644
--- a/muse/muse/waveedit/waveview.h
+++ b/muse/muse/waveedit/waveview.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: waveview.h,v 1.11 2006/02/01 22:44:40 wschweer Exp $
-// (C) Copyright 2000 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// Copyright (C) 2002-2006 by Werner Schweer and others
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License version 2.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//=============================================================================
#ifndef WAVE_VIEW_H
#define WAVE_VIEW_H
@@ -82,7 +95,7 @@ class WaveView : public TimeCanvas {
public:
WaveView(WaveEdit*);
QString getCaption() const;
- void cmd(int n);
+ void cmd(const QString&);
void range(AL::Pos&, AL::Pos&) const;
};