summaryrefslogtreecommitdiffstats
path: root/src/tastymenu.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-10 10:42:13 +0200
committerSlávek Banko <[email protected]>2016-04-10 10:42:13 +0200
commitba407974cb68505e03dbf49a9d9cf3843873c8de (patch)
treec0302b1c937798efa89e1ff50e6a3fca2efc8b56 /src/tastymenu.h
parent7fdc8b30e85418cca031b45ad02f723373b73433 (diff)
downloadtastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.tar.gz
tastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/tastymenu.h')
-rw-r--r--src/tastymenu.h12
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;