diff options
Diffstat (limited to 'korganizer/printing/cellitem.cpp')
-rw-r--r-- | korganizer/printing/cellitem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/printing/cellitem.cpp b/korganizer/printing/cellitem.cpp index 73c8aa50b..4dfc882f3 100644 --- a/korganizer/printing/cellitem.cpp +++ b/korganizer/printing/cellitem.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include "cellitem.h" @@ -65,7 +65,7 @@ TQPtrList<CellItem> CellItem::placeItem( TQPtrList<CellItem> cells, int i; for( i = 0; i < maxSubCells; ++i ) { kdDebug(5855) << " Trying subcell " << i << endl; - if ( !subCellDict.find( i ) ) { + if ( !subCellDict.tqfind( i ) ) { kdDebug(5855) << " Use subcell " << i << endl; placeItem->setSubCell( i ); break; |