From 7c71ab86d1f7e387fc3df63b48df07231f111862 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kspread/manipulator.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kspread/manipulator.h') diff --git a/kspread/manipulator.h b/kspread/manipulator.h index 9af94032..622362bc 100644 --- a/kspread/manipulator.h +++ b/kspread/manipulator.h @@ -42,18 +42,18 @@ class RowFormat; class Sheet; -// struct tqlayoutCell { +// struct layoutCell { // int row; // int col; // Format *l; // }; // -// struct tqlayoutColumn { +// struct layoutColumn { // int col; // ColumnFormat *l; // }; // -// struct tqlayoutRow { +// struct layoutRow { // int row; // RowFormat *l; // }; @@ -176,9 +176,9 @@ protected: virtual bool preProcessing(); virtual bool process(Element*); - void copyFormat(TQValueList &list, - TQValueList &listCol, - TQValueList &listRow); + void copyFormat(TQValueList &list, + TQValueList &listCol, + TQValueList &listRow); bool testCondition(RowFormat*); void doWork(Format*, bool isTop, bool isBottom, bool isLeft, bool isRight); void prepareCell(Cell*); @@ -187,12 +187,12 @@ private: TQ_UINT32 m_properties; // TODO Stefan: find a more elegant way to store the format - TQValueList m_lstFormats; - TQValueList m_lstRedoFormats; - TQValueList m_lstColFormats; - TQValueList m_lstRedoColFormats; - TQValueList m_lstRowFormats; - TQValueList m_lstRedoRowFormats; + TQValueList m_lstFormats; + TQValueList m_lstRedoFormats; + TQValueList m_lstColFormats; + TQValueList m_lstRedoColFormats; + TQValueList m_lstRowFormats; + TQValueList m_lstRedoRowFormats; // SetSelectionFontWorker // SetSelectionSizeWorker -- cgit v1.2.1