Rename pcapfileformatoptions to pcapoptionsdialog

This commit is contained in:
Srivats P 2022-11-16 13:04:21 +05:30
parent f779b0138b
commit 71435869cf
4 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ HEADERS = \
streamfileformat.h
HEADERS += \
pcapfileformatoptions.h
pcapoptionsdialog.h
SOURCES += \
ostprotolib.cpp \
@ -43,7 +43,7 @@ SOURCES += \
spinboxdelegate.cpp
SOURCES += \
pcapfileformatoptions.cpp
pcapoptionsdialog.cpp
SOURCES += \
vlanpdml.cpp \

View File

@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "pcapfileformat.h"
#include "pcapfileformatoptions.h"
#include "pcapoptionsdialog.h"
#include "pdmlreader.h"
#include "ostprotolib.h"

View File

@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include "pcapfileformatoptions.h"
#include "pcapoptionsdialog.h"
PcapImportOptionsDialog::PcapImportOptionsDialog(QVariantMap *options)
: QDialog(NULL)

View File

@ -16,8 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef _PCAP_FILE_FORMAT_OPTIONS_H
#define _PCAP_FILE_FORMAT_OPTIONS_H
#ifndef _PCAP_OPTIONS_DIALOG_H
#define _PCAP_OPTIONS_DIALOG_H
#include "ui_pcapfileimport.h"