diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-15 11:30:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-15 23:05:24 +0900 |
commit | 4bd4ac21f11fdb5b76ffda985397398102a81e9b (patch) | |
tree | 61b0afd406a0d7554ed4fa85413a53c63f3e2324 /tderesources | |
parent | 53a24d5c1f80c64dbd28825b546748a3ae36049e (diff) | |
download | tdepim-4bd4ac21f11fdb5b76ffda985397398102a81e9b.tar.gz tdepim-4bd4ac21f11fdb5b76ffda985397398102a81e9b.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5)
Diffstat (limited to 'tderesources')
-rw-r--r-- | tderesources/groupwise/soap/ksslsocket.cpp | 2 | ||||
-rw-r--r-- | tderesources/tvanytime/tvanytime.tdevelop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/groupwise/soap/ksslsocket.cpp b/tderesources/groupwise/soap/ksslsocket.cpp index 6bf74da55..2f085cf2b 100644 --- a/tderesources/groupwise/soap/ksslsocket.cpp +++ b/tderesources/groupwise/soap/ksslsocket.cpp @@ -161,7 +161,7 @@ TQString KSSLSocket::metaData( const TQString &key ) } /* -I basically copied the below from tcpTDEIO::SlaveBase.hpp, with some modificaions and formatting. +I basically copied the below from tcpTDEIO::SlaveBase.h, with some modificaions and formatting. * Copyright (C) 2000 Alex Zepeda <zipzippy@sonic.net * Copyright (C) 2001-2003 George Staikos <staikos@kde.org> diff --git a/tderesources/tvanytime/tvanytime.tdevelop b/tderesources/tvanytime/tvanytime.tdevelop index 4359032fb..479d2f508 100644 --- a/tderesources/tvanytime/tvanytime.tdevelop +++ b/tderesources/tvanytime/tvanytime.tdevelop @@ -67,7 +67,7 @@ </kdevautoproject> <kdevfileview> <groups> - <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> + <group pattern="*.cpp;*.h" name="Sources" /> <group pattern="*.ui" name="User Interface" /> <group pattern="*.png" name="Icons" /> <group pattern="*.po;*.ts" name="Translations" /> |