From ddfc1d37ccb5e2a6aeef5cce47479ddc36684f33 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 25 Jul 2017 16:15:18 +0200 Subject: Qt: Move utils to separate utils directory Following the move for widgets directory, moving utils to the utils directory. Guidelines for this directory are: - Generic use but not a widget - Utility functionality used by many classes Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I019ae4b6e6f6d06a5745a63ed195edbd36fb936b Reviewed-on: https://code.wireshark.org/review/22602 Petri-Dish: Roland Knall Reviewed-by: Roland Knall --- ui/qt/rpc_service_response_time_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/rpc_service_response_time_dialog.cpp') diff --git a/ui/qt/rpc_service_response_time_dialog.cpp b/ui/qt/rpc_service_response_time_dialog.cpp index 2a83be883c..2c33351af7 100644 --- a/ui/qt/rpc_service_response_time_dialog.cpp +++ b/ui/qt/rpc_service_response_time_dialog.cpp @@ -35,7 +35,7 @@ #include #include -#include "qt_ui_utils.h" +#include #include #include -- cgit v1.2.3