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

« back to all changes in this revision

Viewing changes to arts/builder/portposdlg.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:
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
 
27
27
#include <qdialog.h>
28
28
#include <qlistbox.h>
29
29
#include <qlabel.h>
30
 
#include <qlined.h>
 
30
#include <qlineedit.h>
31
31
#include <vector>
32
32
 
33
33
class PortPosDlg :public QDialog {
45
45
        void raise();
46
46
        void lower();
47
47
        void rename();
 
48
        void help();
48
49
};
49
50
 
50
51
#endif