diff options
Diffstat (limited to 'lib/kofficeui/KoContextCelp.h')
-rw-r--r-- | lib/kofficeui/KoContextCelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index 9e466677..2776d409 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -214,13 +214,13 @@ class KoContextHelpPopup : public TQWidget * This action displays on demand a context help in a popup. * The context help is set by the updateHelp slot. */ -class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction +class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction { Q_OBJECT public: - KoContextHelpAction( KActionCollection* parentCollection, TQWidget* parent = 0 ); + KoContextHelpAction( TDEActionCollection* parentCollection, TQWidget* parent = 0 ); virtual ~KoContextHelpAction(); public slots: |