diff options
author | Michele Calgaro <[email protected]> | 2020-09-27 22:19:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-27 22:47:24 +0900 |
commit | 18afd986d98e71da5f108b766e44f03cfa2ae4d1 (patch) | |
tree | 8c0e2a6cb305d8cf931aa2059ebad78771b9be6e /kopete/protocols/winpopup/wpprotocol.cpp | |
parent | 57df06d70ad4631131401132e94b3699babd895c (diff) | |
download | tdenetwork-18afd986d98e71da5f108b766e44f03cfa2ae4d1.tar.gz tdenetwork-18afd986d98e71da5f108b766e44f03cfa2ae4d1.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8aa8074403fd918cf105b776bc57e5aab3e2a771)
Diffstat (limited to 'kopete/protocols/winpopup/wpprotocol.cpp')
-rw-r--r-- | kopete/protocols/winpopup/wpprotocol.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kopete/protocols/winpopup/wpprotocol.cpp b/kopete/protocols/winpopup/wpprotocol.cpp index ee639ca7..3b2cba49 100644 --- a/kopete/protocols/winpopup/wpprotocol.cpp +++ b/kopete/protocols/winpopup/wpprotocol.cpp @@ -182,6 +182,3 @@ void WPProtocol::sendMessage(const TQString &Body, const TQString &Destination) } #include "wpprotocol.moc" - -// vim: set noet ts=4 sts=4 sw=4: -// kate: tab-width 4; indent-width 4; replace-trailing-space-save on; |