diff options
-rw-r--r-- | apps/ktorrent/torrentcreatordlgbase.ui | 6 | ||||
-rw-r--r-- | plugins/webinterface/webinterfacepref.ui | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/ktorrent/torrentcreatordlgbase.ui b/apps/ktorrent/torrentcreatordlgbase.ui index a9199bc..7b81420 100644 --- a/apps/ktorrent/torrentcreatordlgbase.ui +++ b/apps/ktorrent/torrentcreatordlgbase.ui @@ -483,9 +483,9 @@ </connection> <connection> <sender>m_node</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>TorrentCreatorDlgBase</receiver> - <slot>m_node_textChanged(const QString&)</slot> + <slot>m_node_textChanged(const TQString&)</slot> </connection> <connection> <sender>m_nodeList</sender> @@ -514,7 +514,7 @@ <Q_SLOTS> <slot>btnRemoveNode_clicked()</slot> <slot>btnAddNode_clicked()</slot> - <slot>m_node_textChanged(const QString&)</slot> + <slot>m_node_textChanged(const TQString&)</slot> <slot>m_nodeList_selectionChanged(TQListViewItem*)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> diff --git a/plugins/webinterface/webinterfacepref.ui b/plugins/webinterface/webinterfacepref.ui index 4927673..84054bd 100644 --- a/plugins/webinterface/webinterfacepref.ui +++ b/plugins/webinterface/webinterfacepref.ui @@ -234,7 +234,7 @@ </connection> <connection> <sender>phpExecutablePath</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>WebInterfacePreference</receiver> <slot>changeLedState()</slot> </connection> |