diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 19:57:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 19:57:58 +0900 |
commit | 51192bc0712acfacbf828c5fe9af6cb3d232c0c6 (patch) | |
tree | 47d1892aa2267c590640168018098463bb48f08b | |
parent | 1e00e3210694ef51f359d89981129f930767fb09 (diff) | |
download | tork-51192bc0712acfacbf828c5fe9af6cb3d232c0c6.tar.gz tork-51192bc0712acfacbf828c5fe9af6cb3d232c0c6.zip |
Removed unnecessary 'wrong' comments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/running.ui.h | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/src/running.ui.h b/src/running.ui.h index 98f20ee..90fb45b 100644 --- a/src/running.ui.h +++ b/src/running.ui.h @@ -150,82 +150,3 @@ void Running::kcfg_HashedControlPassword_textChanged( const TQString & ) } - -// <connections> -// <connection> -// <sender>SOCKSPolicy</sender> -// <signal>contextMenuRequested(TQListViewItem*,const TQPoint&,int)</signal> -// <receiver>Running</receiver> -// <slot>SOCKSPolicy_contextMenuRequested(TQListViewItem*,const TQPoint&,int)</slot> -// </connection> -// <connection> -// <sender>SOCKSBindAddressMany</sender> -// <signal>contextMenuRequested(TQListViewItem*,const TQPoint&,int)</signal> -// <receiver>Running</receiver> -// <slot>SOCKSBindAddressMany_contextMenuRequested(TQListViewItem*,const TQPoint&,int)</slot> -// </connection> -// <connection> -// <sender>PushAdd</sender> -// <signal>clicked()</signal> -// <receiver>Running</receiver> -// <slot>PushAdd_clicked()</slot> -// </connection> -// <connection> -// <sender>PushAdd2</sender> -// <signal>clicked()</signal> -// <receiver>Running</receiver> -// <slot>PushAdd2_clicked()</slot> -// </connection> -// <connection> -// <sender>kcfg_DefaultRunningNormalOptions</sender> -// <signal>toggled(bool)</signal> -// <receiver>Running</receiver> -// <slot>kcfg_DefaultRunningNormalOptions_toggled(bool)</slot> -// </connection> -// <connection> -// <sender>kcfg_HashedControlPassword</sender> -// <signal>textChanged(const TQString&)</signal> -// <receiver>Running</receiver> -// <slot>kcfg_HashedControlPassword_textChanged(const TQString&)</slot> -// </connection> -// <connection> -// <sender>kcfg_CookieAuthentication</sender> -// <signal>toggled(bool)</signal> -// <receiver>Running</receiver> -// <slot>kcfg_CookieAuthentication_toggled(bool)</slot> -// </connection> -// <connection> -// <sender>kcfg_ClientOnly</sender> -// <signal>toggled(bool)</signal> -// <receiver>Running</receiver> -// <slot>kcfg_ClientOnly_toggled(bool)</slot> -// </connection> -// </connections> -// <includes> -// <include location="local" impldecl="in implementation">running.ui.h</include> -// </includes> -// <slots> -// <slot>PushAdd_clicked()</slot> -// <slot>PushAdd2_clicked()</slot> -// <slot>SOCKSBindAddressMany_contextMenuRequested( TQListViewItem *, const TQPoint & point, int )</slot> -// <slot>slotDeleteEntry()</slot> -// <slot>SOCKSPolicy_contextMenuRequested( TQListViewItem *, const TQPoint & point, int )</slot> -// <slot>slotDeletePolicyEntry()</slot> -// <slot>kcfg_DefaultRunningNormalOptions_toggled( bool state )</slot> -// <slot>kcfg_HashedControlPassword_textChanged( const TQString & )</slot> -// <slot>kcfg_CookieAuthentication_toggled( bool )</slot> -// <slot>kcfg_ClientOnly_toggled( bool state )</slot> -// </slots> -// <functions> -// <function access="private" specifier="non virtual">init()</function> -// </functions> -// <layoutdefaults spacing="6" margin="11"/> -// <includehints> -// <includehint>kurlrequester.h</includehint> -// <includehint>kcombobox.h</includehint> -// <includehint>kpushbutton.h</includehint> -// </includehints> - - - - |