From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/printing/cellitem.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'korganizer/printing/cellitem.cpp') diff --git a/korganizer/printing/cellitem.cpp b/korganizer/printing/cellitem.cpp index 67e52c58..73c8aa50 100644 --- a/korganizer/printing/cellitem.cpp +++ b/korganizer/printing/cellitem.cpp @@ -27,26 +27,26 @@ #include #include -#include +#include using namespace KOrg; -QString CellItem::label() const +TQString CellItem::label() const { return i18n(""); } -QPtrList CellItem::placeItem( QPtrList cells, +TQPtrList CellItem::placeItem( TQPtrList cells, CellItem *placeItem ) { kdDebug(5855) << "Placing " << placeItem->label() << endl; - QPtrList conflictItems; + TQPtrList conflictItems; int maxSubCells = 0; - QIntDict subCellDict; + TQIntDict subCellDict; // Find all items which are in same cell - QPtrListIterator it2( cells ); + TQPtrListIterator it2( cells ); for( it2.toFirst(); it2.current(); ++it2 ) { KOrg::CellItem *item = it2.current(); if ( item == placeItem ) continue; @@ -83,7 +83,7 @@ QPtrList CellItem::placeItem( QPtrList cells, conflictItems.append( placeItem ); placeItem->setSubCells( maxSubCells ); - QPtrListIterator it3( conflictItems ); + TQPtrListIterator it3( conflictItems ); for( it3.toFirst(); it3.current(); ++it3 ) { (*it3)->setSubCells( maxSubCells ); } -- cgit v1.2.3