diff options
Diffstat (limited to 'src/devices/pic/gui/pic_hex_view.cpp')
-rw-r--r-- | src/devices/pic/gui/pic_hex_view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pic/gui/pic_hex_view.cpp b/src/devices/pic/gui/pic_hex_view.cpp index bbcc161..0c96654 100644 --- a/src/devices/pic/gui/pic_hex_view.cpp +++ b/src/devices/pic/gui/pic_hex_view.cpp @@ -9,7 +9,7 @@ ***************************************************************************/ #include "pic_hex_view.h" -#include <tqlayout.h> +#include <layout.h> #include <tqlabel.h> #include <klocale.h> |