diff --git a/common/ostfile.pro b/common/ostfile.pro index 01e31ff..ce5d3fc 100644 --- a/common/ostfile.pro +++ b/common/ostfile.pro @@ -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 \ diff --git a/common/pcapfileformat.cpp b/common/pcapfileformat.cpp index a865f4d..d2c0fb1 100644 --- a/common/pcapfileformat.cpp +++ b/common/pcapfileformat.cpp @@ -19,7 +19,7 @@ along with this program. If not, see #include "pcapfileformat.h" -#include "pcapfileformatoptions.h" +#include "pcapoptionsdialog.h" #include "pdmlreader.h" #include "ostprotolib.h" diff --git a/common/pcapfileformatoptions.cpp b/common/pcapoptionsdialog.cpp similarity index 97% rename from common/pcapfileformatoptions.cpp rename to common/pcapoptionsdialog.cpp index f827ac7..a1b7566 100644 --- a/common/pcapfileformatoptions.cpp +++ b/common/pcapoptionsdialog.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -#include "pcapfileformatoptions.h" +#include "pcapoptionsdialog.h" PcapImportOptionsDialog::PcapImportOptionsDialog(QVariantMap *options) : QDialog(NULL) diff --git a/common/pcapfileformatoptions.h b/common/pcapoptionsdialog.h similarity index 93% rename from common/pcapfileformatoptions.h rename to common/pcapoptionsdialog.h index 6fddce7..5c206e3 100644 --- a/common/pcapfileformatoptions.h +++ b/common/pcapoptionsdialog.h @@ -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 */ -#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"