From 1dea7f3dc17de6ac189f8d185d2c4c4294fed950 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 14 Oct 2017 21:14:14 +0100 Subject: Rename ui_util.h -> ws_ui_util.h In preparation for possibly using AUTOUIC in CMake which treats "ui_*.h" files specially, rename ui_util.h. No other changes. Change-Id: Id026572c000b713ff0e9388dc7fff8d81d4df73e Reviewed-on: https://code.wireshark.org/review/23916 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/geometry_state_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/geometry_state_dialog.cpp') diff --git a/ui/qt/geometry_state_dialog.cpp b/ui/qt/geometry_state_dialog.cpp index 4938b81a37..75d94decee 100644 --- a/ui/qt/geometry_state_dialog.cpp +++ b/ui/qt/geometry_state_dialog.cpp @@ -22,7 +22,7 @@ #include "geometry_state_dialog.h" #include #include "ui/recent.h" -#include "ui/ui_util.h" +#include "ui/ws_ui_util.h" GeometryStateDialog::~GeometryStateDialog() { -- cgit v1.2.3