aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 3a380286..2f0d8f64 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -121,8 +121,11 @@ private:
// map of bare jids and respective chatdlg
QMap<QString, chatDialog*> m_chatDlgsList;
+#ifndef QT_NO_SYSTEMTRAYICON
QSystemTrayIcon m_trayIcon;
QMenu m_trayIconMenu;
+#endif
+
QAction m_quitAction;
QAction m_signOutAction;