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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knode/knfiltermanager.h') diff --git a/knode/knfiltermanager.h b/knode/knfiltermanager.h index 5bf974546..3172ce788 100644 --- a/knode/knfiltermanager.h +++ b/knode/knfiltermanager.h @@ -28,7 +28,7 @@ class KNArticleFilter; class KNFilterDialog; -class KNFilterSelectAction : public KActionMenu +class KNFilterSelectAction : public TDEActionMenu { Q_OBJECT @@ -79,7 +79,7 @@ class KNFilterManager : public TQObject // Allow to delay the setup of UI elements, since the knode part may not // be available when the config dialog is called - void setMenuAction(KNFilterSelectAction *a, KAction *keybA); + void setMenuAction(KNFilterSelectAction *a, TDEAction *keybA); protected: void loadFilters(); -- cgit v1.2.1