diff options
Diffstat (limited to 'knode/headerview.h')
-rw-r--r-- | knode/headerview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knode/headerview.h b/knode/headerview.h index 78e6f2a65..4a297c817 100644 --- a/knode/headerview.h +++ b/knode/headerview.h @@ -21,10 +21,10 @@ #include <kfoldertree.h> #include <kmime_util.h> -class KPopupMenu; +class TDEPopupMenu; class KNHdrViewItem; -class KNHeaderView : public KListView { +class KNHeaderView : public TDEListView { Q_OBJECT @@ -73,7 +73,7 @@ class KNHeaderView : public KListView { protected: void activeRemoved() { mActiveItem = 0; } /** - * Reimplemented to avoid that KListview reloads the alternate + * Reimplemented to avoid that TDEListview reloads the alternate * background on palette changes. */ virtual bool event( TQEvent *e ); @@ -93,7 +93,7 @@ class KNHeaderView : public KListView { KNHdrViewItem *mActiveItem; KPaintInfo mPaintInfo; KMime::DateFormatter mDateFormatter; - KPopupMenu *mPopup; + TDEPopupMenu *mPopup; bool mShowingFolder; bool mInitDone; |