* moved name_label.* to track_label_button.*

* bigger icons for trackLabelButtons



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1320 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-18 10:03:19 +00:00
parent ec9bd29181
commit 4f44b94230
8 changed files with 27 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
/*
* name_label.h - class trackLabelButton
* track_label_button.h - class trackLabelButton
*
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
@@ -23,8 +23,8 @@
*/
#ifndef _NAME_LABEL_H
#define _NAME_LABEL_H
#ifndef _TRACK_LABEL_BUTTON_H
#define _TRACK_LABEL_BUTTON_H
#include <QtGui/QToolButton>