diff options
Diffstat (limited to 'kopete/kopete/contactlist/kopetecontactlistview.h')
-rw-r--r-- | kopete/kopete/contactlist/kopetecontactlistview.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/kopete/kopete/contactlist/kopetecontactlistview.h b/kopete/kopete/contactlist/kopetecontactlistview.h index eb9cb690..09e71524 100644 --- a/kopete/kopete/contactlist/kopetecontactlistview.h +++ b/kopete/kopete/contactlist/kopetecontactlistview.h @@ -38,10 +38,10 @@ class KopeteMetaContactLVI; class KopeteGroupViewItem; class KopeteStatusGroupViewItem; class KRootPixmap; -class KActionCollection; -class KAction; -class KListAction; -class KActionMenu; +class TDEActionCollection; +class TDEAction; +class TDEListAction; +class TDEActionMenu; class KopeteContactListViewPrivate; @@ -68,7 +68,7 @@ public: /** * Init MetaContact related actions */ - void initActions(KActionCollection*); + void initActions(TDEActionCollection*); /** * Add a given group name and return it @@ -127,7 +127,7 @@ private slots: void slotViewSelectionChanged(); void slotListSelectionChanged(); - void slotContextMenu(KListView*,TQListViewItem *item, const TQPoint &point ); + void slotContextMenu(TDEListView*,TQListViewItem *item, const TQPoint &point ); void slotExpanded( TQListViewItem *item ); void slotCollapsed( TQListViewItem *item ); @@ -192,18 +192,18 @@ private: TQPoint m_startDragPos; /* ACTIONS */ - KAction *actionSendMessage; - KAction *actionStartChat; - KAction *actionSendFile; - KAction *actionSendEmail; - KListAction *actionMove; - KListAction *actionCopy; - KAction *actionRename; - KAction *actionRemove; - KAction *actionAddTemporaryContact; - KAction *actionProperties; - KAction *actionUndo; - KAction *actionRedo; + TDEAction *actionSendMessage; + TDEAction *actionStartChat; + TDEAction *actionSendFile; + TDEAction *actionSendEmail; + TDEListAction *actionMove; + TDEListAction *actionCopy; + TDEAction *actionRename; + TDEAction *actionRemove; + TDEAction *actionAddTemporaryContact; + TDEAction *actionProperties; + TDEAction *actionUndo; + TDEAction *actionRedo; KopeteContactListViewPrivate *d; @@ -223,8 +223,8 @@ public: public: // This is public so the chatwinodw can handle sub actions // FIXME: do we not believe in accessor functions any more? - KActionMenu *actionAddContact; - TQMap<const Kopete::Account *, KAction *> m_accountAddContactMap; + TDEActionMenu *actionAddContact; + TQMap<const Kopete::Account *, TDEAction *> m_accountAddContactMap; }; struct KopeteContactListView::UndoItem |