diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-10-03 15:38:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-03 15:45:06 -0700 |
commit | b3b729e6299d9da489f99ccc82b1ccfbd9b7724c (patch) | |
tree | 05036dcbed6422422045a1aae6fc6d5d785b19d9 /qt-ui/simplewidgets.h | |
parent | d53d00db02eff7614e90e751fc26b1a5fd6e5a7c (diff) | |
download | subsurface-b3b729e6299d9da489f99ccc82b1ccfbd9b7724c.tar.gz |
Partially revert 7a368ab06b4926236ec93207e66ff7b14c234fe1
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>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index 78f4582c1..057a97251 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -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 |