Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Rename pcapfileformatoptions to pcapoptionsdialog
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Nov 16, 2023
1 parent f779b01 commit 7143586
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/ostfile.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HEADERS = \
streamfileformat.h

HEADERS += \
pcapfileformatoptions.h
pcapoptionsdialog.h

SOURCES += \
ostprotolib.cpp \
Expand All @@ -43,7 +43,7 @@ SOURCES += \
spinboxdelegate.cpp

SOURCES += \
pcapfileformatoptions.cpp
pcapoptionsdialog.cpp

SOURCES += \
vlanpdml.cpp \
Expand Down
2 changes: 1 addition & 1 deletion common/pcapfileformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions common/pcapfileformatoptions.h → common/pcapoptionsdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7143586

Please sign in to comment.