diff options
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 */ |