aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/interface_frame.cpp2
-rw-r--r--ui/qt/interface_frame.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/ui/qt/interface_frame.cpp b/ui/qt/interface_frame.cpp
index be638fbd87..8eccf78b9a 100644
--- a/ui/qt/interface_frame.cpp
+++ b/ui/qt/interface_frame.cpp
@@ -47,7 +47,7 @@ const int stat_update_interval_ = 1000; // ms
#endif
InterfaceFrame::InterfaceFrame(QWidget * parent)
-: AccordionFrame(parent),
+: QFrame(parent),
ui(new Ui::InterfaceFrame)
#ifdef HAVE_LIBPCAP
,stat_timer_(NULL)
diff --git a/ui/qt/interface_frame.h b/ui/qt/interface_frame.h
index d3b7c7c910..a52a6af304 100644
--- a/ui/qt/interface_frame.h
+++ b/ui/qt/interface_frame.h
@@ -28,8 +28,6 @@
#include <glib.h>
-#include "ui/qt/accordion_frame.h"
-
#include <ui/qt/models/interface_tree_model.h>
#include <ui/qt/models/interface_sort_filter_model.h>
@@ -44,7 +42,7 @@ namespace Ui {
class InterfaceFrame;
}
-class InterfaceFrame : public AccordionFrame
+class InterfaceFrame : public QFrame
{
Q_OBJECT
public: