aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/export_object_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/export_object_dialog.h')
-rw-r--r--ui/qt/export_object_dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/qt/export_object_dialog.h b/ui/qt/export_object_dialog.h
index 56ab284cbd..45b34e640c 100644
--- a/ui/qt/export_object_dialog.h
+++ b/ui/qt/export_object_dialog.h
@@ -37,8 +37,9 @@
#include "wireshark_dialog.h"
#include <QMetaType>
-#include <QTreeWidgetItem>
-#include <QAbstractButton>
+
+class QTreeWidgetItem;
+class QAbstractButton;
Q_DECLARE_METATYPE(export_object_entry_t *)