diff options
Diffstat (limited to 'kopete/plugins/smpppdcs')
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdcsprefs.ui | 6 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdlocationui.ui | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefs.ui b/kopete/plugins/smpppdcs/smpppdcsprefs.ui index 3aa91695..c0445894 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefs.ui +++ b/kopete/plugins/smpppdcs/smpppdcsprefs.ui @@ -276,9 +276,11 @@ <tabstop>accountList</tabstop> </tabstops> <layoutdefaults spacing="0" margin="0"/> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">tdelistview.h</include> +</includes> <includehints> - <includehint>kpushbutton.h</includehint> <includehint>smpppdlocationwidget.h</includehint> - <includehint>tdelistview.h</includehint> </includehints> </UI> diff --git a/kopete/plugins/smpppdcs/smpppdlocationui.ui b/kopete/plugins/smpppdcs/smpppdlocationui.ui index e10c3c3a..be4ccb28 100644 --- a/kopete/plugins/smpppdcs/smpppdlocationui.ui +++ b/kopete/plugins/smpppdcs/smpppdlocationui.ui @@ -140,10 +140,8 @@ <customwidgets> </customwidgets> <layoutdefaults spacing="6" margin="0"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> +</includes> </UI> |