3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef EXPORT_PDU_DIALOG_H
11 #define EXPORT_PDU_DIALOG_H
17 class ExportPDUDialog
;
20 class ExportPDUDialog
: public QDialog
25 explicit ExportPDUDialog(QWidget
*parent
= 0);
29 Ui::ExportPDUDialog
*ui
;
32 void on_buttonBox_accepted();
33 void on_buttonBox_helpRequested();
36 #endif // EXPORT_PDU_DIALOG_H