SCRATCH move things to the right places

This commit is contained in:
Petr Mrázek
2015-02-04 21:10:10 +01:00
parent 473971b6e7
commit 141e0a02a0
49 changed files with 87 additions and 95 deletions

View File

@ -2,7 +2,7 @@
#include <QModelIndex>
#include <QDesktopServices>
#include <QWidget>
#include <logic/Mod.h>
#include <logic/minecraft/Mod.h>
bool lastfirst(QModelIndexList &list, int &first, int &last);

View File

@ -3,7 +3,7 @@
#include <QDialog>
#include "logic/updater/NotificationChecker.h"
#include "logic/notifications/NotificationChecker.h"
namespace Ui {
class NotificationDialog;