summaryrefslogtreecommitdiff
path: root/ui/qt/capture_file_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-02-25 14:43:04 -0800
committerGerald Combs <gerald@wireshark.org>2014-02-25 22:49:18 +0000
commitbac680caf563402ed4ea381ea51aed326f0e8a1c (patch)
treeb3228954049d00694918ef36fbec90d0804e3146 /ui/qt/capture_file_dialog.h
parenta7de0128b169152bec0f6568da483fba29431957 (diff)
downloadwireshark-bac680caf563402ed4ea381ea51aed326f0e8a1c.tar.gz
Get Windows build working again.
Change 16 / g579e7e1 introduced a breaking change in capture_file_dialog.cpp on Windows. This works around the problem temporarily until we come up with a proper fix. Fix a Q_OS_WIN check while we're at it. Change-Id: I552d60720e4a45c5144e0047ee3c1fcc7e64f4eb Reviewed-on: https://code.wireshark.org/review/396 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/capture_file_dialog.h')
-rw-r--r--ui/qt/capture_file_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file_dialog.h b/ui/qt/capture_file_dialog.h
index becaed6a58..7358c2a308 100644
--- a/ui/qt/capture_file_dialog.h
+++ b/ui/qt/capture_file_dialog.h
@@ -24,7 +24,7 @@
#ifndef CAPTURE_FILE_DIALOG_H
#define CAPTURE_FILE_DIALOG_H
-#ifndef Q_QS_WIN
+#ifndef Q_OS_WIN
#include "display_filter_edit.h"
#include "packet_range_group_box.h"
#include "ui/help_url.h"