mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed build error that was caused by two widgets having the same filenames.
This commit is contained in:
parent
1992e17172
commit
29526906c4
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue