summaryrefslogtreecommitdiffstats
path: root/src/gui/historyform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/historyform.h')
-rw-r--r--src/gui/historyform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/historyform.h b/src/gui/historyform.h
index d6b06c0..76ea161 100644
--- a/src/gui/historyform.h
+++ b/src/gui/historyform.h
@@ -12,7 +12,7 @@ class HistoryForm : public QDialog, public Ui::HistoryForm
Q_OBJECT
public:
- HistoryForm(QWidget* parent = 0, const char* name = 0, bool modal = false, Qt::WindowFlags fl = 0);
+ HistoryForm(QWidget* parent = 0);
~HistoryForm();
public slots:
@@ -37,7 +37,7 @@ private:
time_t timeLastViewed;
QMenu *histPopupMenu;
QStandardItemModel *m_model;
- int itemCall;
+ QAction* itemCall;
QPixmap m_pixmapIn, m_pixmapOut;
QPixmap m_pixmapOk, m_pixmapCancel;
QList<t_call_record> m_history;