diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 13:07:23 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 23:48:57 +0900 |
| commit | 3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c (patch) | |
| tree | 3398739e53968bdcabb53761d9498b7d3a0d701f /kdevdesigner/designer/tableeditor.ui | |
| parent | 319590c0d02bcea8b7860514383ea33f2c6a0cdf (diff) | |
| download | tdevelop-3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c.tar.gz tdevelop-3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c.zip | |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a213def8e9bf36d3554373e623a8e84ef46ad960)
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> |
