summaryrefslogtreecommitdiffstats
path: root/libkdepim/kfoldertree.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/kfoldertree.h')
-rw-r--r--libkdepim/kfoldertree.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkdepim/kfoldertree.h b/libkdepim/kfoldertree.h
index 2d2805846..5ababa1cc 100644
--- a/libkdepim/kfoldertree.h
+++ b/libkdepim/kfoldertree.h
@@ -191,8 +191,8 @@ class KDE_EXPORT KFolderTreeItem : public KListViewItem
virtual void setTotalCount( int aTotal );
/** set/get the total-count */
- Q_INT64 folderSize() { return mSize; }
- virtual void setFolderSize( Q_INT64 aSize );
+ TQ_INT64 folderSize() { return mSize; }
+ virtual void setFolderSize( TQ_INT64 aSize );
/** set/get the protocol of the item */
Protocol protocol() const { return mProtocol; }
@@ -205,7 +205,7 @@ class KDE_EXPORT KFolderTreeItem : public KListViewItem
/** recursive unread count */
virtual int countUnreadRecursive();
- virtual Q_INT64 recursiveFolderSize() const;
+ virtual TQ_INT64 recursiveFolderSize() const;
/** paints the cell */
virtual void paintCell( TQPainter * p, const TQColorGroup & cg,
@@ -233,7 +233,7 @@ class KDE_EXPORT KFolderTreeItem : public KListViewItem
Type mType;
int mUnread;
int mTotal;
- Q_INT64 mSize;
+ TQ_INT64 mSize;
bool mFolderIsCloseToQuota;
};
@@ -309,7 +309,7 @@ class KDE_EXPORT KFolderTree : public KListView
int mSizeIndex;
private slots:
- /** repaints the complete column (instead of only parts of it as done in
+ /** tqrepaints the complete column (instead of only parts of it as done in
TQListView) if the size has changed */
void slotSizeChanged( int section, int oldSize, int newSize );