From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- korn/boxcontaineritem.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'korn/boxcontaineritem.h') diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index 8672e4309..a132c59e8 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -24,9 +24,9 @@ class KornMailSubject; -class KActionCollection; +class TDEActionCollection; class TDEConfig; -class KPopupMenu; +class TDEPopupMenu; class TDEProcess; class TQColor; @@ -112,14 +112,14 @@ public slots: void mouseButtonPressed( TQt::ButtonState button ); protected: /** - * This function filles a KPopupMenu-reference. The target is - * to set in all implementations the same KPopupMenu-content. - * Because some implementations (TQt::DockedItem) got a KPopupMenu - * by itself, this only changes a KPopupMenu instance. + * This function filles a TDEPopupMenu-reference. The target is + * to set in all implementations the same TDEPopupMenu-content. + * Because some implementations (TQt::DockedItem) got a TDEPopupMenu + * by itself, this only changes a TDEPopupMenu instance. * @param menu The menu to be changed. * @param actions The actions to which the items should be added. */ - void fillKPopupMenu( KPopupMenu* menu, KActionCollection* actions ) const; + void fillTDEPopupMenu( TDEPopupMenu* menu, TDEActionCollection* actions ) const; /** * This displays the passive popup. -- cgit v1.2.1