diff options
author | Slávek Banko <[email protected]> | 2018-09-23 13:07:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-23 13:07:23 +0200 |
commit | a213def8e9bf36d3554373e623a8e84ef46ad960 (patch) | |
tree | 85ca179bd571c82450921c5b6fc1e08260b474e6 /kdevdesigner/designer/tableeditor.ui | |
parent | 385cc72208152a3557d20dc453e4697f2ce79086 (diff) | |
download | tdevelop-a213def8e9bf36d3554373e623a8e84ef46ad960.tar.gz tdevelop-a213def8e9bf36d3554373e623a8e84ef46ad960.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kdevdesigner/designer/tableeditor.ui')
-rw-r--r-- | kdevdesigner/designer/tableeditor.ui | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/kdevdesigner/designer/tableeditor.ui b/kdevdesigner/designer/tableeditor.ui index deacf5d4..21874754 100644 --- a/kdevdesigner/designer/tableeditor.ui +++ b/kdevdesigner/designer/tableeditor.ui @@ -793,9 +793,6 @@ <tabstop>buttonRowDown</tabstop> <tabstop>buttonHelp</tabstop> </tabstops> -<includes> - <include location="global" impldecl="in implementation">tqtable.h</include> -</includes> <Q_SLOTS> <slot access="protected">init()</slot> <slot access="protected">destroy()</slot> @@ -819,10 +816,11 @@ <slot access="protected">rowUpClicked()</slot> <slot access="protected">columnDownClicked()</slot> </Q_SLOTS> +<pixmapfunction>BarIcon2</pixmapfunction> +<layoutdefaults spacing="6" margin="11"/> <includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">tqtable.h</include> <include location="local" impldecl="in implementation">myiconloader.h</include> </includes> -<pixmapfunction>BarIcon2</pixmapfunction> - -<layoutdefaults spacing="6" margin="11"/> </UI> |