summaryrefslogtreecommitdiffstats
path: root/korganizer/printing/cellitem.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/printing/cellitem.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/printing/cellitem.h')
-rw-r--r--korganizer/printing/cellitem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/printing/cellitem.h b/korganizer/printing/cellitem.h
index fa708147e..83759cc8d 100644
--- a/korganizer/printing/cellitem.h
+++ b/korganizer/printing/cellitem.h
@@ -24,8 +24,8 @@
#ifndef KORG_CELLITEM_H
#define KORG_CELLITEM_H
-#include <qstring.h>
-#include <qptrlist.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
#include <kdepimmacros.h>
@@ -47,7 +47,7 @@ class KDE_EXPORT CellItem
virtual bool overlaps( CellItem *other ) const = 0;
- virtual QString label() const;
+ virtual TQString label() const;
/**
Place item \arg placeItem into stripe containing items \arg cells in a
@@ -55,7 +55,7 @@ class KDE_EXPORT CellItem
\return Placed items
*/
- static QPtrList<CellItem> placeItem( QPtrList<CellItem> cells,
+ static TQPtrList<CellItem> placeItem( TQPtrList<CellItem> cells,
CellItem *placeItem );
private: