diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-09 14:11:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-09 14:17:58 +0900 |
commit | ce469cbad1be7074adbcb346c4aa1acdbfd17a37 (patch) | |
tree | 153a6dd5cc39873d1aa2757e6c1a54271d3e6b11 /kopete/protocols/groupwise/libgroupwise | |
parent | 15d37bd9bfff45673d3d106685b051941a14327a (diff) | |
download | tdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.tar.gz tdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/rtf.cpp (renamed from kopete/protocols/groupwise/libgroupwise/rtf.cc) | 14 | ||||
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/rtf.ll | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/CMakeLists.txt b/kopete/protocols/groupwise/libgroupwise/CMakeLists.txt index 7fb622e1..812df4fe 100644 --- a/kopete/protocols/groupwise/libgroupwise/CMakeLists.txt +++ b/kopete/protocols/groupwise/libgroupwise/CMakeLists.txt @@ -37,7 +37,7 @@ tde_add_library( groupwise STATIC_PIC AUTOMOC gwclientstream.cpp gwerror.cpp gwfield.cpp gwglobal.cpp inputprotocolbase.cpp privacymanager.cpp qcatlshandler.cpp request.cpp requestfactory.cpp response.cpp responseprotocol.cpp - rtf.cc safedelete.cpp securestream.cpp stream.cpp task.cpp + rtf.cpp safedelete.cpp securestream.cpp stream.cpp task.cpp tlshandler.cpp transfer.cpp transferbase.cpp userdetailsmanager.cpp usertransfer.cpp ) diff --git a/kopete/protocols/groupwise/libgroupwise/Makefile.am b/kopete/protocols/groupwise/libgroupwise/Makefile.am index bf57f0e3..d21369c2 100644 --- a/kopete/protocols/groupwise/libgroupwise/Makefile.am +++ b/kopete/protocols/groupwise/libgroupwise/Makefile.am @@ -22,7 +22,7 @@ libgroupwise_la_COMPILE_FIRST = securestream.moc libgroupwise_la_SOURCES = bytestream.cpp chatroommanager.cpp client.cpp \ connector.cpp coreprotocol.cpp eventprotocol.cpp eventtransfer.cpp gwclientstream.cpp \ gwerror.cpp gwfield.cpp gwglobal.cpp inputprotocolbase.cpp privacymanager.cpp \ - qcatlshandler.cpp request.cpp requestfactory.cpp response.cpp responseprotocol.cpp rtf.cc \ + qcatlshandler.cpp request.cpp requestfactory.cpp response.cpp responseprotocol.cpp rtf.cpp \ safedelete.cpp securestream.cpp stream.cpp task.cpp tlshandler.cpp transfer.cpp \ transferbase.cpp userdetailsmanager.cpp usertransfer.cpp libgroupwise_la_LDFLAGS = -no-undefined $(all_libraries) diff --git a/kopete/protocols/groupwise/libgroupwise/rtf.cc b/kopete/protocols/groupwise/libgroupwise/rtf.cpp index d14fb46b..ecae28de 100644 --- a/kopete/protocols/groupwise/libgroupwise/rtf.cc +++ b/kopete/protocols/groupwise/libgroupwise/rtf.cpp @@ -1,6 +1,6 @@ -#line 2 "rtf.cc" +#line 2 "rtf.cpp" -#line 4 "rtf.cc" +#line 4 "rtf.cpp" #define YY_INT_ALIGNED short int @@ -479,9 +479,9 @@ char *rtftext; * * ************************************************************************* -update rtf.cc: +update rtf.cpp: flex -olex.yy.c `test -f rtf.ll || echo './'`rtf.ll -sed '/^#/ s|lex.yy\.c|rtf.cc|' lex.yy.c >rtf.cc +sed '/^#/ s|lex.yy\.c|rtf.cpp|' lex.yy.c >rtf.cpp rm -f lex.yy.c */ @@ -501,7 +501,7 @@ rm -f lex.yy.c #define YY_ALWAYS_INTERACTIVE 0 #define YY_MAIN 0 -#line 505 "rtf.cc" +#line 505 "rtf.cpp" #define INITIAL 0 @@ -653,7 +653,7 @@ YY_DECL #line 46 "rtf.ll" -#line 657 "rtf.cc" +#line 657 "rtf.cpp" if ( (yy_init) ) { @@ -788,7 +788,7 @@ YY_RULE_SETUP #line 57 "rtf.ll" ECHO; YY_BREAK -#line 792 "rtf.cc" +#line 792 "rtf.cpp" case YY_STATE_EOF(INITIAL): yyterminate(); diff --git a/kopete/protocols/groupwise/libgroupwise/rtf.ll b/kopete/protocols/groupwise/libgroupwise/rtf.ll index 67e9f5f5..ba2a6c55 100644 --- a/kopete/protocols/groupwise/libgroupwise/rtf.ll +++ b/kopete/protocols/groupwise/libgroupwise/rtf.ll @@ -15,9 +15,9 @@ * * ************************************************************************* -update rtf.cc: +update rtf.cpp: flex -olex.yy.c `test -f rtf.ll || echo './'`rtf.ll -sed '/^#/ s|lex.yy\.c|rtf.cc|' lex.yy.c >rtf.cc +sed '/^#/ s|lex.yy\.c|rtf.cpp|' lex.yy.c >rtf.cpp rm -f lex.yy.c */ |