summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-07-10 18:17:23 +0200
committergregory guy <gregory-tde@laposte.net>2021-07-10 18:17:23 +0200
commit8f5d69e802d95951848cee574dbf343d2847352c (patch)
tree4a580547b6cc9d933a92106da30c6c514326ab73
parenta1a8275bb1a3c02f0fb308d3ff05edc070859f82 (diff)
downloadtde-guidance-8f5d69e802d95951848cee574dbf343d2847352c.tar.gz
tde-guidance-8f5d69e802d95951848cee574dbf343d2847352c.zip
Add includes to UI files to prevent potential FTBFS
Signed-off-by: gregory guy <gregory-tde@laposte.net>
-rw-r--r--mountconfig/fuser_ui.ui13
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>