Fix include path from previous commit

This commit is contained in:
joshua
2021-05-14 19:50:30 +02:00
parent 3220a58b96
commit 789e195ace
7 changed files with 32 additions and 32 deletions

View File

@@ -18,18 +18,18 @@
#include "configpages.h"
#include "NameList/nameslist.h"
#include "bordertitleblock.h"
#include "exportpropertieswidget.h"
#include "properties/reportproperties.h"
#include "qetapp.h"
#include "qeticons.h"
#include "qetproject.h"
#include "ui/borderpropertieswidget.h"
#include "ui/conductorpropertieswidget.h"
#include "ui/reportpropertiewidget.h"
#include "ui/titleblockpropertieswidget.h"
#include "ui/xrefpropertieswidget.h"
#include "../NameList/nameslist.h"
#include "../bordertitleblock.h"
#include "../exportpropertieswidget.h"
#include "../properties/reportproperties.h"
#include "../qetapp.h"
#include "../qeticons.h"
#include "../qetproject.h"
#include "../borderpropertieswidget.h"
#include "../conductorpropertieswidget.h"
#include "../reportpropertiewidget.h"
#include "../titleblockpropertieswidget.h"
#include "../xrefpropertieswidget.h"
#include <QFont>
#include <QFontDialog>