diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
commit | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (patch) | |
tree | 9923e3bdc030bd502a6bb0783b6c651e719dbce8 /kcontrol/dnssd | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kcontrol/dnssd')
-rw-r--r-- | kcontrol/dnssd/configdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/dnssd/configdialog.ui b/kcontrol/dnssd/configdialog.ui index fdb6ebf6f..0066f7d90 100644 --- a/kcontrol/dnssd/configdialog.ui +++ b/kcontrol/dnssd/configdialog.ui @@ -316,11 +316,11 @@ is configured with 'Browse local network' option above.</string> <slot>radioButton2_2_toggled(bool)</slot> </Q_SLOTS> <includes> - <include location="global" impldecl="in declaration">kcmodule.h</include> + <include location="global" impldecl="in declaration">tdecmodule.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>kcmodule.h</includehint> + <includehint>tdecmodule.h</includehint> <includehint>keditlistbox.h</includehint> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> |