summaryrefslogtreecommitdiff
path: root/ui/qt/capture_file_properties_dialog.cpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-12-20 23:18:05 +0100
committerGerald Combs <gerald@wireshark.org>2014-12-21 18:52:46 +0000
commitccf0573fcd24f26f757521d31ca96256869f9ec2 (patch)
tree6b56c14b949b2ea2a710d991946530c6f31bfcbe /ui/qt/capture_file_properties_dialog.cpp
parentbcaf1f4ca600152f2f267623d881d8f12233a03b (diff)
downloadwireshark-ccf0573fcd24f26f757521d31ca96256869f9ec2.tar.gz
Qt: rename SummaryDialog class to CaptureFilePropertiesDialog
Change-Id: I79aa63621853ff15b8c568e1c7949fb8fa0caca2 Reviewed-on: https://code.wireshark.org/review/5929 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/capture_file_properties_dialog.cpp')
-rw-r--r--ui/qt/capture_file_properties_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file_properties_dialog.cpp b/ui/qt/capture_file_properties_dialog.cpp
index b6bb0dd3ec..c397a0009d 100644
--- a/ui/qt/capture_file_properties_dialog.cpp
+++ b/ui/qt/capture_file_properties_dialog.cpp
@@ -41,7 +41,7 @@
CaptureFilePropertiesDialog::CaptureFilePropertiesDialog(QWidget *parent, capture_file *cf) :
QDialog(parent),
- ui(new Ui::SummaryDialog),
+ ui(new Ui::CaptureFilePropertiesDialog),
cap_file_(cf)
{
ui->setupUi(this);