Rename pcapfileformatoptions to pcapoptionsdialog
This commit is contained in:
parent
f779b0138b
commit
71435869cf
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -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)
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user