From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- buildtools/autotools/autotoolsaction.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'buildtools/autotools/autotoolsaction.h') diff --git a/buildtools/autotools/autotoolsaction.h b/buildtools/autotools/autotoolsaction.h index 013bf006..2d397359 100644 --- a/buildtools/autotools/autotoolsaction.h +++ b/buildtools/autotools/autotoolsaction.h @@ -18,44 +18,44 @@ #include class TQObject; -class KActionCollection; +class TDEActionCollection; /** - * A KAction derivative that will work with the TQToolButtons used in + * A TDEAction derivative that will work with the TQToolButtons used in * the Automake Manager * @author Matt Rogers */ -class AutoToolsAction : public KAction +class AutoToolsAction : public TDEAction { public: virtual ~AutoToolsAction(); - AutoToolsAction( const TQString& text, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TDEShortcut& cut, const TQObject* receiver, const char* slot, - KActionCollection* parent, const char* name ); + TDEActionCollection* parent, const char* name ); - AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TQIconSet& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, - KActionCollection* parent, const char* name ); + TDEActionCollection* parent, const char* name ); - AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TQString& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, - KActionCollection* parent, const char* name ); + TDEActionCollection* parent, const char* name ); - AutoToolsAction( const KGuiItem& item, const KShortcut& cut, + AutoToolsAction( const KGuiItem& item, const TDEShortcut& cut, const TQObject* receiver, const char* slot, - KActionCollection* parent, const char* name ); + TDEActionCollection* parent, const char* name ); - AutoToolsAction( const TQString& text, const KShortcut& cut = KShortcut(), TQObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const TQString& text, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0 ); + AutoToolsAction( const TQString& text, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); - AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut = KShortcut(), + AutoToolsAction( const TQString& text, const TQIconSet& pix, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut = KShortcut(), + AutoToolsAction( const TQString& text, const TQString& pix, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TQIconSet& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); - AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut, + AutoToolsAction( const TQString& text, const TQString& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); AutoToolsAction( TQObject* parent = 0, const char* name = 0 ); -- cgit v1.2.1