Fix build without find_package()

Some of our projects have kddockwidgets directly in their build
This commit is contained in:
Sergio Martins
2019-10-21 14:30:04 +01:00
parent de42a4a33c
commit 38949fac2a
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
#ifndef KDTABWIDGETWIDGET_P_H
#define KDTABWIDGETWIDGET_P_H
#include "TabWidget_p.h"
#include "../TabWidget_p.h"
#include <QTabWidget>
namespace KDDockWidgets {