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

--HG--
branch : gsoc2014-dfighter
hg/feature/cdb-packed
dfighter1985 11 years ago
parent 59b4735d96
commit 3cbe37d700

@ -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

@ -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>

Loading…
Cancel
Save