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

« back to all changes in this revision

Viewing changes to arts/tools/midiinstdlg.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
 
32
32
public:
33
33
        MidiInstDlg(QWidget *parent);
34
34
        QCString filename();
 
35
public slots:
 
36
        void help();
35
37
};
36
38
#endif