summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/devicetraycomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdenetworkmanager/src/devicetraycomponent.h')
-rw-r--r--tdenetworkmanager/src/devicetraycomponent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdenetworkmanager/src/devicetraycomponent.h b/tdenetworkmanager/src/devicetraycomponent.h
index 316790c..3ee4a13 100644
--- a/tdenetworkmanager/src/devicetraycomponent.h
+++ b/tdenetworkmanager/src/devicetraycomponent.h
@@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <tdehardwaredevices.h>
#include <tdenetworkconnections.h>
+#include "tdenetman-tray.h"
#include "traycomponent.h"
class TDENetworkDevice;
@@ -68,6 +69,9 @@ class DeviceTrayComponent : public TrayComponent
TQString movieForConnState(TDENetworkConnectionStatus::TDENetworkConnectionStatus state);
TQString tooltipForConnState(TDENetworkConnectionStatus::TDENetworkConnectionStatus state);
+ protected:
+ Tray* m_tray;
+
private:
TQString m_device;
TQMap<TDENetworkConnectionStatus::TDENetworkConnectionStatus, TQString> m_movies;