diff options
Diffstat (limited to 'kickermenu-3.3/menuapplet.h')
-rw-r--r-- | kickermenu-3.3/menuapplet.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kickermenu-3.3/menuapplet.h b/kickermenu-3.3/menuapplet.h index 915a033..782d922 100644 --- a/kickermenu-3.3/menuapplet.h +++ b/kickermenu-3.3/menuapplet.h @@ -29,8 +29,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqintdict.h> #include <tqvaluelist.h> #include <tqmenubar.h> -#include <kwindowlistmenu.h> -#include <kwinmodule.h> +#include <twindowlistmenu.h> +#include <twinmodule.h> #include <kmanagerselection.h> #include <dcopclient.h> #include <dcopobject.h> @@ -80,8 +80,8 @@ class Applet : public KPanelApplet, public DCOPObject TQValueList< MenuEmbed* > menus; MenuEmbed* active_menu; KArrowButton grow_indicator_left, grow_indicator_right; - KSelectionOwner* selection; - KSelectionWatcher* selection_watcher; + TDESelectionOwner* selection; + TDESelectionWatcher* selection_watcher; bool desktop_menu; DCOPClient dcopclient; // to show current active window (not necessary equal to the menubar) |