From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kooka/dwmenuaction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kooka/dwmenuaction.h') diff --git a/kooka/dwmenuaction.h b/kooka/dwmenuaction.h index fa9b9d66..0430eb29 100644 --- a/kooka/dwmenuaction.h +++ b/kooka/dwmenuaction.h @@ -35,18 +35,18 @@ /** * This class is just a helper class since the KDockWidget classes do not yet - * export KActions but only a TQPopup-Pointer, which is quite useless in case + * export TDEActions but only a TQPopup-Pointer, which is quite useless in case * you have a xml-file driven gui. * This class provides Actions for show and hide parts of the GUI (dockwidgets) * Maybe that classes can be removed as soon the DockWidget know Actions */ -class dwMenuAction:public KToggleAction +class dwMenuAction:public TDEToggleAction { Q_OBJECT public: dwMenuAction( const TQString& text, - const KShortcut& cut = KShortcut(), + const TDEShortcut& cut = TDEShortcut(), KDockWidget *dw=0, TQObject* parent = 0, KDockMainWindow * mw=0, const char* name = 0 ); virtual ~dwMenuAction(); -- cgit v1.2.1