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 --- certmanager/customactions.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'certmanager/customactions.h') diff --git a/certmanager/customactions.h b/certmanager/customactions.h index 7d8626d60..c07157bd1 100644 --- a/certmanager/customactions.h +++ b/certmanager/customactions.h @@ -39,21 +39,21 @@ class TQLineEdit; -class LabelAction : public KAction { +class LabelAction : public TDEAction { Q_OBJECT public: - LabelAction( const TQString & text, KActionCollection * parent, + LabelAction( const TQString & text, TDEActionCollection * parent, const char* name ); int plug( TQWidget * widget, int index=-1 ); }; -class LineEditAction : public KAction { +class LineEditAction : public TDEAction { Q_OBJECT public: - LineEditAction( const TQString & text, KActionCollection * parent, + LineEditAction( const TQString & text, TDEActionCollection * parent, TQObject * receiver, const char * member, const char * name ); int plug( TQWidget * widget, int index=-1 ); @@ -67,11 +67,11 @@ private: const char * _member; }; -class ComboAction : public KAction { +class ComboAction : public TDEAction { Q_OBJECT public: - ComboAction( const TQStringList & lst, KActionCollection * parent, + ComboAction( const TQStringList & lst, TDEActionCollection * parent, TQObject * receiver, const char * member, const char * name, int selectedID ); -- cgit v1.2.1