1 /***************************************************************************
2 trayicon.h - description
4 begin : Tue Dec 11 2001
5 copyright : (C) 2001-2002 by Tim Jansen
7 ***************************************************************************/
9 /***************************************************************************
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
16 ***************************************************************************/
21 #include <ksystemtrayicon.h>
22 #include <kpassivepopup.h>
23 #include <KActionCollection>
24 #include <KToggleAction>
29 * Implements the trayicon.
33 class TrayIcon
: public KSystemTrayIcon
{
41 void diconnectedMessageDisplayed();
42 void enableDesktopControl(bool);
47 void showConnectedMessage(const QString
&host
);
48 void showDisconnectedMessage();
49 void setDesktopControlSetting(bool);
50 void showManageInvitations();
54 KAction
* manageInvitationsAction
;
56 KToggleAction
* enableControlAction
;