diff options
author | gregory guy <[email protected]> | 2021-07-10 18:17:23 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2021-07-10 18:17:23 +0200 |
commit | 8f5d69e802d95951848cee574dbf343d2847352c (patch) | |
tree | 4a580547b6cc9d933a92106da30c6c514326ab73 | |
parent | a1a8275bb1a3c02f0fb308d3ff05edc070859f82 (diff) | |
download | tde-guidance-8f5d69e802d95951848cee574dbf343d2847352c.tar.gz tde-guidance-8f5d69e802d95951848cee574dbf343d2847352c.zip |
Add includes to UI files to prevent potential FTBFS
Signed-off-by: gregory guy <[email protected]>
-rw-r--r-- | mountconfig/fuser_ui.ui | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/mountconfig/fuser_ui.ui b/mountconfig/fuser_ui.ui index 0e87a22..08b98c8 100644 --- a/mountconfig/fuser_ui.ui +++ b/mountconfig/fuser_ui.ui @@ -339,14 +339,9 @@ Killing a process may cause data loss. Make sure all work is saved before killin </widget> </vbox> </widget> -<pixmapfunction>QPixmap</pixmapfunction> +<pixmapfunction>TQPixmap</pixmapfunction> <layoutdefaults spacing="6" margin="6"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |