summaryrefslogtreecommitdiffstats
path: root/kickermenu/menuapplet.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
commit88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch)
treeb9a917fd3a40988e6e0134490f5357e5335c1c70 /kickermenu/menuapplet.h
parent2ee99ab520931c5efe91123c85ba10064a45e95d (diff)
downloadtde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.tar.gz
tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kickermenu/menuapplet.h')
-rw-r--r--kickermenu/menuapplet.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kickermenu/menuapplet.h b/kickermenu/menuapplet.h
index facd256..dea5481 100644
--- a/kickermenu/menuapplet.h
+++ b/kickermenu/menuapplet.h
@@ -28,9 +28,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kpanelapplet.h>
#include <tqintdict.h>
#include <tqvaluelist.h>
-#include <kmenubar.h>
-#include <kwindowlistmenu.h>
-#include <kwinmodule.h>
+#include <tdemenubar.h>
+#include <twindowlistmenu.h>
+#include <twinmodule.h>
#include <kmanagerselection.h>
#include <dcopclient.h>
#include <dcopobject.h>
@@ -85,8 +85,8 @@ private:
KWinModule* module;
TQValueList< MenuEmbed* > menus;
MenuEmbed* active_menu;
- KSelectionOwner* selection;
- KSelectionWatcher* selection_watcher;
+ TDESelectionOwner* selection;
+ TDESelectionWatcher* selection_watcher;
bool desktop_menu;
DCOPClient dcopclient;
int topEdgeOffset;