summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mphoneform.h')
-rw-r--r--src/gui/mphoneform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mphoneform.h b/src/gui/mphoneform.h
index 27be790..2695b34 100644
--- a/src/gui/mphoneform.h
+++ b/src/gui/mphoneform.h
@@ -27,6 +27,7 @@ class t_phone;
extern t_phone *phone;
class OSD;
+class IncomingCallPopup;
class MphoneForm : public QMainWindow, public Ui::MphoneForm
{
@@ -210,6 +211,7 @@ private:
QMenu *changeAvailabilityPopupMenu;
bool viewBuddyList;
OSD *osdWindow;
+ IncomingCallPopup *incomingCallPopup;
};
#endif