diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-31 14:25:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-31 14:25:38 -0600 |
commit | ea099d33ea5cfe3f42e94835a68be262863adb56 (patch) | |
tree | 0cd4efffd153c4e4c526ba0f06563d844def1f50 /dcop/dcopidl | |
parent | 06b514847fffb79985e4bcde9f8dcc685c5d9ac5 (diff) | |
download | tdelibs-ea099d33ea5cfe3f42e94835a68be262863adb56.tar.gz tdelibs-ea099d33ea5cfe3f42e94835a68be262863adb56.zip |
Fix FTBFS
Diffstat (limited to 'dcop/dcopidl')
-rw-r--r-- | dcop/dcopidl/scanner.cc | 4 | ||||
-rw-r--r-- | dcop/dcopidl/scanner.ll | 4 | ||||
-rw-r--r-- | dcop/dcopidl/yacc.cc | 2 | ||||
-rw-r--r-- | dcop/dcopidl/yacc.yy | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dcop/dcopidl/scanner.cc b/dcop/dcopidl/scanner.cc index 09a561ca8..3c6f99daa 100644 --- a/dcop/dcopidl/scanner.cc +++ b/dcop/dcopidl/scanner.cc @@ -947,8 +947,8 @@ extern int idl_line_no; int comment_mode; int function_mode = 0; -#include <qstring.h> -#include <qregexp.h> +#include <tqstring.h> +#include <tqregexp.h> static long ascii_to_longlong( long base, const char *s ) { diff --git a/dcop/dcopidl/scanner.ll b/dcop/dcopidl/scanner.ll index d9f870512..61f9e5ca6 100644 --- a/dcop/dcopidl/scanner.ll +++ b/dcop/dcopidl/scanner.ll @@ -36,8 +36,8 @@ extern int idl_line_no; int comment_mode; int function_mode = 0; -#include <qstring.h> -#include <qregexp.h> +#include <tqstring.h> +#include <tqregexp.h> static long ascii_to_longlong( long base, const char *s ) { diff --git a/dcop/dcopidl/yacc.cc b/dcop/dcopidl/yacc.cc index 85794118a..446fc7b49 100644 --- a/dcop/dcopidl/yacc.cc +++ b/dcop/dcopidl/yacc.cc @@ -106,7 +106,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <stdio.h> #include <assert.h> -#include <qstring.h> +#include <tqstring.h> #define AMP_ENTITY "&" #define YYERROR_VERBOSE diff --git a/dcop/dcopidl/yacc.yy b/dcop/dcopidl/yacc.yy index ca22c65e1..ed38f320f 100644 --- a/dcop/dcopidl/yacc.yy +++ b/dcop/dcopidl/yacc.yy @@ -35,7 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <stdio.h> #include <assert.h> -#include <qstring.h> +#include <tqstring.h> #define AMP_ENTITY "&" #define YYERROR_VERBOSE |