changed: made static const data symbols really static const
svn path=/trunk/KDE/kdebase/runtime/kstyles/; revision=1080302
This commit is contained in:
parent
8960c552d2
commit
4750a5c42b
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
#define __BTNHIGHCOLOR_H
|
||||
|
||||
/* XPM */
|
||||
static const char * btnhighcolor_xpm[] = {
|
||||
static const char * const btnhighcolor_xpm[] = {
|
||||
"14 15 75 1",
|
||||
" c None",
|
||||
". c #6E6E6E",
|
||||
|
|
|
@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
namespace Redmond {
|
||||
|
||||
static const char *kdelogo[] = {
|
||||
static const char * const kdelogo[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 8 1",
|
||||
" c None",
|
||||
|
|
Loading…
Reference in a new issue