summaryrefslogtreecommitdiffstats
path: root/knode/kncollectionview.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/kncollectionview.h')
-rw-r--r--knode/kncollectionview.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/knode/kncollectionview.h b/knode/kncollectionview.h
index 3c7e0f61c..000e1289d 100644
--- a/knode/kncollectionview.h
+++ b/knode/kncollectionview.h
@@ -29,10 +29,10 @@ class KNCollectionView : public KFolderTree {
Q_OBJECT
public:
- KNCollectionView(QWidget *parent, const char *name = 0);
+ KNCollectionView(TQWidget *parent, const char *name = 0);
~KNCollectionView();
- void setActive(QListViewItem *item);
+ void setActive(TQListViewItem *item);
void readConfig();
void writeConfig();
@@ -69,22 +69,22 @@ class KNCollectionView : public KFolderTree {
void updatePopup() const;
signals:
- void folderDrop( QDropEvent *e, KNCollectionViewItem *item );
+ void folderDrop( TQDropEvent *e, KNCollectionViewItem *item );
- void focusChanged( QFocusEvent* );
- void focusChangeRequest( QWidget* );
+ void focusChanged( TQFocusEvent* );
+ void focusChangeRequest( TQWidget* );
protected:
// dnd
- virtual QDragObject* dragObject();
- virtual void contentsDropEvent( QDropEvent *e );
+ virtual TQDragObject* dragObject();
+ virtual void contentsDropEvent( TQDropEvent *e );
- bool eventFilter( QObject *, QEvent * );
- void focusInEvent( QFocusEvent *e );
- void focusOutEvent( QFocusEvent *e );
+ bool eventFilter( TQObject *, TQEvent * );
+ void focusInEvent( TQFocusEvent *e );
+ void focusOutEvent( TQFocusEvent *e );
private:
- QListViewItem *mActiveItem;
+ TQListViewItem *mActiveItem;
KPopupMenu *mPopup;
int mUnreadPop, mTotalPop;