summaryrefslogtreecommitdiffstats
path: root/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h')
-rw-r--r--contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h b/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h
index 8d8fa48..cb2caab 100644
--- a/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h
+++ b/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h
@@ -31,8 +31,8 @@ void EventHistory::addEvents(WpaMsgList msgs)
void EventHistory::addEvent(WpaMsg msg)
{
- QListViewItem *item;
- item = new QListViewItem(eventListView,
+ Q3ListViewItem *item;
+ item = new Q3ListViewItem(eventListView,
msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
msg.getMsg());
if (item == NULL)
OpenPOWER on IntegriCloud