Partially revert 7a368ab06b

If we #include "qt-ui/ui_anything" from anywhere, the Makefile rules
will blow up.

Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Thiago Macieira 2013-10-03 15:38:49 -07:00 committed by Dirk Hohndel
parent d53d00db02
commit b3b729e629

View file

@ -7,7 +7,7 @@ class QAbstractButton;
#include <QWidget>
#include <QDialog>
#include "qt-ui/ui_renumber.h"
#include "ui_renumber.h"
class MinMaxAvgWidget : public QWidget{
Q_OBJECT