diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:31:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:32:40 +0300 |
commit | 6315230e137d62bd0950192e111d6f06843bceea (patch) | |
tree | 946622767d07e5d553a8fa4ac983ee1809ef1950 /src/gui/widgets/inttextfield.h | |
parent | 18561ddfcb74fe0e079b38213c4bee138ed440f3 (diff) | |
download | plus-6315230e137d62bd0950192e111d6f06843bceea.tar.gz plus-6315230e137d62bd0950192e111d6f06843bceea.tar.bz2 plus-6315230e137d62bd0950192e111d6f06843bceea.tar.xz plus-6315230e137d62bd0950192e111d6f06843bceea.zip |
Fix some include files paths.
Diffstat (limited to 'src/gui/widgets/inttextfield.h')
-rw-r--r-- | src/gui/widgets/inttextfield.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/inttextfield.h b/src/gui/widgets/inttextfield.h index 651c3659e..b36b088a6 100644 --- a/src/gui/widgets/inttextfield.h +++ b/src/gui/widgets/inttextfield.h @@ -23,7 +23,7 @@ #ifndef INTTEXTFIELD_H #define INTTEXTFIELD_H -#include "textfield.h" +#include "gui/widgets/textfield.h" /** * TextBox which only accepts numbers as input. |