From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeprint/fooparser.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdeprint/fooparser.cpp') diff --git a/kdeprint/fooparser.cpp b/kdeprint/fooparser.cpp index f434e79b3..329f80ca5 100644 --- a/kdeprint/fooparser.cpp +++ b/kdeprint/fooparser.cpp @@ -44,7 +44,7 @@ #define YYDEBUG 1 #include -#include +#include #include "foomatic2loader.h" void yyerror(const char*) {} @@ -737,7 +737,7 @@ case 5: break;} case 6: #line 51 "./fooparser.y" -{ QMap::ConstIterator it = yyvsp[0].mapBegin(); yyvsp[-2].asMap().insert(it.key(), it.data()); yyval = yyvsp[-2]; ; +{ TQMap::ConstIterator it = yyvsp[0].mapBegin(); yyvsp[-2].asMap().insert(it.key(), it.data()); yyval = yyvsp[-2]; ; break;} case 7: #line 54 "./fooparser.y" @@ -753,7 +753,7 @@ case 9: break;} case 10: #line 61 "./fooparser.y" -{ yyval = QVariant(); ; +{ yyval = TQVariant(); ; break;} case 11: #line 62 "./fooparser.y" @@ -773,11 +773,11 @@ case 14: break;} case 15: #line 66 "./fooparser.y" -{ yyval = QVariant(); ; +{ yyval = TQVariant(); ; break;} case 16: #line 67 "./fooparser.y" -{ yyval = QVariant(); ; +{ yyval = TQVariant(); ; break;} } /* the action file gets copied in in place of this dollarsign */ -- cgit v1.2.1