diff options
author | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
commit | 3459eebc29bab84ae9b68498e6111acd0a58a299 (patch) | |
tree | bf7434af765c60bfc9ac80e69bd9eef0bef205db /kopete/plugins/smpppdcs | |
parent | e04bae8c093055fe3f0cd1d37bdcb699f4054848 (diff) | |
download | tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.tar.gz tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/plugins/smpppdcs')
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdcsprefs.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefs.ui b/kopete/plugins/smpppdcs/smpppdcsprefs.ui index c0445894..b75b8d9c 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefs.ui +++ b/kopete/plugins/smpppdcs/smpppdcsprefs.ui @@ -278,9 +278,7 @@ <layoutdefaults spacing="0" margin="0"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">smpppdlocationwidget.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> -<includehints> - <includehint>smpppdlocationwidget.h</includehint> -</includehints> </UI> |