~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to arts/tools/midiportdlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
        /*
 
1
/*
2
2
 
3
 
        Copyright (C) 1998 Stefan Westerfeld
 
3
    Copyright (C) 1998 Stefan Westerfeld
4
4
                       stefan@space.twc.de
5
5
 
6
6
    This program is free software; you can redistribute it and/or modify
15
15
 
16
16
    You should have received a copy of the GNU General Public License
17
17
    along with this program; if not, write to the Free Software
18
 
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
19
 
20
20
    */
21
21
 
25
25
#include <qdialog.h>
26
26
#include <qtimer.h>
27
27
#include <qlabel.h>
28
 
#include <qscrbar.h>
29
 
#include <qlined.h>
 
28
#include <qscrollbar.h>
 
29
#include <qlineedit.h>
30
30
#include <qlayout.h>
31
31
 
32
32
class MidiPortDlg :public QDialog {
35
35
public:
36
36
        MidiPortDlg(QWidget *parent, const char *device, const char *title);
37
37
        const char *device();
 
38
 
 
39
public slots:
 
40
        void help();
38
41
};
39
42
#endif