summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-31 14:25:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-31 14:25:38 -0600
commitea099d33ea5cfe3f42e94835a68be262863adb56 (patch)
tree0cd4efffd153c4e4c526ba0f06563d844def1f50 /dcop
parent06b514847fffb79985e4bcde9f8dcc685c5d9ac5 (diff)
downloadtdelibs-ea099d33ea5cfe3f42e94835a68be262863adb56.tar.gz
tdelibs-ea099d33ea5cfe3f42e94835a68be262863adb56.zip
Fix FTBFS
Diffstat (limited to 'dcop')
-rw-r--r--dcop/dcopidl/scanner.cc4
-rw-r--r--dcop/dcopidl/scanner.ll4
-rw-r--r--dcop/dcopidl/yacc.cc2
-rw-r--r--dcop/dcopidl/yacc.yy2
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 "&amp;"
#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 "&amp;"
#define YYERROR_VERBOSE