diff options
Diffstat (limited to 'src/tastymenu.h')
-rw-r--r-- | src/tastymenu.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tastymenu.h b/src/tastymenu.h index b1fa491..df87839 100644 --- a/src/tastymenu.h +++ b/src/tastymenu.h @@ -30,9 +30,9 @@ #include <kpanelapplet.h> #include <kiconloader.h> #include <tqstring.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tqpopupmenu.h> -#include <kconfigskeleton.h> +#include <tdeconfigskeleton.h> #include <kglobalaccel.h> #include <tqpainter.h> @@ -132,15 +132,15 @@ protected: virtual void leaveEvent( TQEvent * e ); private: - KSharedConfig *kConfig; + TDESharedConfig *kConfig; Prefs *prefSkel; - KConfig *kickerConf; + TDEConfig *kickerConf; MenuHandler *menuHandler; TastyButton *button; TastyToolTip *menuTip; TQPoint menupos(TQWidget *widget); - KGlobalAccel *globalAccel; - KIconLoader *iconLoader; + TDEGlobalAccel *globalAccel; + TDEIconLoader *iconLoader; int numNewApplications; |