Fixed build error that was caused by two widgets having the same filenames.

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-06-15 18:41:54 +02:00
parent 59b4735d96
commit 3cbe37d700
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// Project includes
#include "settings_dialog.h"
#include "../core/settings_dialog.h"
#include "ioptions_page.h"
// Qt includes

View file

@ -19,7 +19,7 @@
#ifndef SETTINGS_DIALOG_H
#define SETTINGS_DIALOG_H
#include "ui_settings_dialog.h"
#include "../core/ui_settings_dialog.h"
// Qt includes
#include <QtCore/QList>