1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Minimized gmenu2x.h.

Everything that does not need to be shared was moved to gmenu2x.cpp.
This commit is contained in:
Maarten ter Huurne
2011-10-23 17:27:29 +02:00
parent aea1c44020
commit f28e4f6d89
17 changed files with 75 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006 by Massimiliano Torromeo *
* massimiliano.torromeo@gmail.com *
* Copyright (C) 2006 by Massimiliano Torromeo *
* massimiliano.torromeo@gmail.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -17,8 +17,12 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include "menusettingrgba.h"
#include "gmenu2x.h"
#include "iconbutton.h"
#include "utilities.h"
#include <sstream>