head 1.2; access; symbols pkgsrc-2017Q3:1.1.1.1.0.48 pkgsrc-2017Q3-base:1.1.1.1 pkgsrc-2017Q2:1.1.1.1.0.44 pkgsrc-2017Q2-base:1.1.1.1 pkgsrc-2017Q1:1.1.1.1.0.42 pkgsrc-2017Q1-base:1.1.1.1 pkgsrc-2016Q4:1.1.1.1.0.40 pkgsrc-2016Q4-base:1.1.1.1 pkgsrc-2016Q3:1.1.1.1.0.38 pkgsrc-2016Q3-base:1.1.1.1 pkgsrc-2016Q2:1.1.1.1.0.36 pkgsrc-2016Q2-base:1.1.1.1 pkgsrc-2016Q1:1.1.1.1.0.34 pkgsrc-2016Q1-base:1.1.1.1 pkgsrc-2015Q4:1.1.1.1.0.32 pkgsrc-2015Q4-base:1.1.1.1 pkgsrc-2015Q3:1.1.1.1.0.30 pkgsrc-2015Q3-base:1.1.1.1 pkgsrc-2015Q2:1.1.1.1.0.28 pkgsrc-2015Q2-base:1.1.1.1 pkgsrc-2015Q1:1.1.1.1.0.26 pkgsrc-2015Q1-base:1.1.1.1 pkgsrc-2014Q4:1.1.1.1.0.24 pkgsrc-2014Q4-base:1.1.1.1 pkgsrc-2014Q3:1.1.1.1.0.22 pkgsrc-2014Q3-base:1.1.1.1 pkgsrc-2014Q2:1.1.1.1.0.20 pkgsrc-2014Q2-base:1.1.1.1 pkgsrc-2014Q1:1.1.1.1.0.18 pkgsrc-2014Q1-base:1.1.1.1 pkgsrc-2013Q4:1.1.1.1.0.16 pkgsrc-2013Q4-base:1.1.1.1 pkgsrc-2013Q3:1.1.1.1.0.14 pkgsrc-2013Q3-base:1.1.1.1 pkgsrc-2013Q2:1.1.1.1.0.12 pkgsrc-2013Q2-base:1.1.1.1 pkgsrc-2013Q1:1.1.1.1.0.10 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.8 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.6 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.4 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.2 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2017.09.26.10.27.00; author wiz; state dead; branches; next 1.1; commitid 9ARpkXTuh9Wg2H8A; 1.1 date 2012.03.21.22.55.07; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2012.03.21.22.55.07; author markd; state Exp; branches; next ; desc @@ 1.2 log @*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html @ text @$NetBSD: patch-ab,v 1.1 2012/03/21 22:55:07 markd Exp $ fix build with gcc4.5 --- src/kile/kiledocumentinfo.cpp.orig 2008-01-06 13:45:25.000000000 +0000 +++ src/kile/kiledocumentinfo.cpp @@@@ -585,7 +585,7 @@@@ QString TextInfo::matchBracket(QChar obr QString TextInfo::getTextline(uint line, TodoResult &todo) { - static QRegExp::QRegExp reComments("[^\\\\](%.*$)"); + static QRegExp reComments("[^\\\\](%.*$)"); todo.type = -1; QString s = m_doc->textLine(line); @@@@ -616,7 +616,7 @@@@ QString TextInfo::getTextline(uint line, void TextInfo::searchTodoComment(const QString &s, uint startpos, TodoResult &todo) { - static QRegExp::QRegExp reTodoComment("\\b(TODO|FIXME)\\b(:|\\s)?\\s*(.*)"); + static QRegExp reTodoComment("\\b(TODO|FIXME)\\b(:|\\s)?\\s*(.*)"); if ( s.find(reTodoComment,startpos) != -1 ) { @@@@ -870,12 +870,12 @@@@ void LaTeXInfo::updateStruct() Info::updateStruct(); QMapConstIterator it; - static QRegExp::QRegExp reCommand("(\\\\[a-zA-Z]+)\\s*\\*?\\s*(\\{|\\[)"); - static QRegExp::QRegExp reRoot("\\\\documentclass|\\\\documentstyle"); - static QRegExp::QRegExp reBD("\\\\begin\\s*\\{\\s*document\\s*\\}"); - static QRegExp::QRegExp reReNewCommand("\\\\renewcommand.*$"); - static QRegExp::QRegExp reNumOfParams("\\s*\\[([1-9]+)\\]"); - static QRegExp::QRegExp reNumOfOptParams("\\s*\\[([1-9]+)\\]\\s*\\[([^\\{]*)\\]"); // the quantifier * isn't used by mistake, because also emtpy optional brackets are correct. + static QRegExp reCommand("(\\\\[a-zA-Z]+)\\s*\\*?\\s*(\\{|\\[)"); + static QRegExp reRoot("\\\\documentclass|\\\\documentstyle"); + static QRegExp reBD("\\\\begin\\s*\\{\\s*document\\s*\\}"); + static QRegExp reReNewCommand("\\\\renewcommand.*$"); + static QRegExp reNumOfParams("\\s*\\[([1-9]+)\\]"); + static QRegExp reNumOfOptParams("\\s*\\[([1-9]+)\\]\\s*\\[([^\\{]*)\\]"); // the quantifier * isn't used by mistake, because also emtpy optional brackets are correct. int teller=0, tagStart, bd = 0; uint tagEnd, tagLine = 0, tagCol = 0; @@@@ -1223,8 +1223,8 @@@@ void BibInfo::updateStruct() KILE_DEBUG() << "==void BibInfo::updateStruct()========" << endl; - static QRegExp::QRegExp reItem("^(\\s*)@@([a-zA-Z]+)"); - static QRegExp::QRegExp reSpecial("string|preamble|comment"); + static QRegExp reItem("^(\\s*)@@([a-zA-Z]+)"); + static QRegExp reSpecial("string|preamble|comment"); QString s, key; int col = 0, startcol, startline = 0; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2011/01/29 22:23:36 markd Exp $ @ 1.1.1.1 log @Reimport kile 2.0.2nb11 as kile-kde3 @ text @@