summaryrefslogtreecommitdiff
path: root/muse2/muse/confmport.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/confmport.h')
-rw-r--r--muse2/muse/confmport.h22
1 files changed, 20 insertions, 2 deletions
diff --git a/muse2/muse/confmport.h b/muse2/muse/confmport.h
index 6901035a..3e286b60 100644
--- a/muse2/muse/confmport.h
+++ b/muse2/muse/confmport.h
@@ -4,6 +4,21 @@
// $Id: confmport.h,v 1.3 2004/01/25 11:20:31 wschweer Exp $
//
// (C) Copyright 2000 Werner Schweer (ws@seh.de)
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; version 2 of
+// the License, or (at your option) any later version.
+//
+// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+//
//=========================================================
#ifndef __CONFMPORT_H__
@@ -19,9 +34,12 @@ class QTableWidget;
class QPoint;
class QMenu;
class QAction;
-class PopupMenu;
class Xml;
+namespace MusEWidget {
+class PopupMenu;
+}
+
//---------------------------------------------------------
// MPConfig
// Midi Port Config
@@ -31,7 +49,7 @@ class MPConfig : public QDialog, Ui::SynthConfigBase {
Q_OBJECT
QMenu* instrPopup;
//QMenu* popup;
- PopupMenu* defpup;
+ MusEWidget::PopupMenu* defpup;
int _showAliases; // -1: None. 0: First aliases. 1: Second aliases etc.
void setWhatsThis(QTableWidgetItem *item, int col);
void setToolTip(QTableWidgetItem *item, int col);