mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Minimize namespace pollution in MenuSetting class hierarchy.
This should be done for all source files, but it is too much to do all at once.
This commit is contained in:
@@ -18,10 +18,11 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
#include "menusettingfile.h"
|
||||
#include "iconbutton.h"
|
||||
#include "filedialog.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace fastdelegate;
|
||||
using std::string;
|
||||
using fastdelegate::MakeDelegate;
|
||||
|
||||
MenuSettingFile::MenuSettingFile(
|
||||
GMenu2X *gmenu2x, const string &name,
|
||||
|
||||
Reference in New Issue
Block a user