summaryrefslogtreecommitdiffstats
path: root/kickermenu/menuapplet.h
diff options
context:
space:
mode:
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;