From fb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 15:08:51 -0600 Subject: Fix kdelibs FTBFS on native TQt3 --- tdeprint/fooscanner.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeprint/fooscanner.l') diff --git a/tdeprint/fooscanner.l b/tdeprint/fooscanner.l index ddd5bb974..df8f6e778 100644 --- a/tdeprint/fooscanner.l +++ b/tdeprint/fooscanner.l @@ -20,7 +20,7 @@ #include #include -#define YYSTYPE QVariant +#define YYSTYPE TQVariant #include "fooparser.cpp.h" #define yylval tdeprint_foomatic2lval @@ -37,7 +37,7 @@ result = 0; \ } -QIODevice* tdeprint_foomatic2scanner_device = NULL; +TQIODevice* tdeprint_foomatic2scanner_device = NULL; %} %option noyywrap -- cgit v1.2.1