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 --- knode/knfiltermanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knode/knfiltermanager.cpp') diff --git a/knode/knfiltermanager.cpp b/knode/knfiltermanager.cpp index 16ff8ce3a..b7401f1ac 100644 --- a/knode/knfiltermanager.cpp +++ b/knode/knfiltermanager.cpp @@ -31,7 +31,7 @@ KNFilterSelectAction::KNFilterSelectAction( const TQString& text, const TQString& pix, TQObject* parent, const char *name ) - : KActionMenu(text,pix,parent,name), currentItem(-42) + : TDEActionMenu(text,pix,parent,name), currentItem(-42) { popupMenu()->setCheckable(true); connect(popupMenu(),TQT_SIGNAL(activated(int)),this,TQT_SLOT(slotMenuActivated(int))); @@ -379,7 +379,7 @@ void KNFilterManager::slotShowFilterChooser() } -void KNFilterManager::setMenuAction(KNFilterSelectAction *a, KAction *keybA) +void KNFilterManager::setMenuAction(KNFilterSelectAction *a, TDEAction *keybA) { if(a) { a_ctFilter = a; -- cgit v1.2.1