Changed: Minor changes

This commit is contained in:
kervala 2013-09-29 13:47:30 +02:00
parent da67ac8517
commit dcd26e09f9
8 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "display_settings_advanced_widget.h"
#include "system.h"
CDisplaySettingsAdvancedWidget::CDisplaySettingsAdvancedWidget( QWidget *parent ) :

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "display_settings_widget.h"
#include "system.h"
#include <QRegExpValidator>

View file

@ -19,7 +19,6 @@
#include "ui_general_settings_widget.h"
#include "widget_base.h"
#include <nel/misc/types_nl.h>
class QTranslator;

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "sound_settings_widget.h"
#include "system.h"
CSoundSettingsWidget::CSoundSettingsWidget( QWidget *parent ) :

View file

@ -19,7 +19,6 @@
#include "ui_sound_settings_widget.h"
#include "widget_base.h"
#include <nel/misc/types_nl.h>
/**
@brief The sound settings page of the configuration tool

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "sys_info_d3d_widget.h"
#include "system.h"
CSysInfoD3DWidget::CSysInfoD3DWidget( QWidget *parent ) :

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "sys_info_opengl_widget.h"
#include "system.h"
CSysInfoOpenGLWidget::CSysInfoOpenGLWidget( QWidget *parent ) :

View file

@ -16,6 +16,7 @@
#include "stdpch.h"
#include "sys_info_widget.h"
#include "system.h"
CSysInfoWidget::CSysInfoWidget( QWidget *parent ) :