diff options
Diffstat (limited to 'korganizer/printing/cellitem.h')
-rw-r--r-- | korganizer/printing/cellitem.h | 8 |
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: |