From 80dd6661075a23a22e0542a25dafd2c75f38553a Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 28 May 2012 14:16:05 +0200 Subject: [PATCH] Fix compilation with namespaced Qt. --- src/executionlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executionlog.h b/src/executionlog.h index f0eea0bda..2c3495b52 100644 --- a/src/executionlog.h +++ b/src/executionlog.h @@ -37,8 +37,8 @@ QT_BEGIN_NAMESPACE namespace Ui { class ExecutionLog; } -class LogListWidget; QT_END_NAMESPACE +class LogListWidget; class ExecutionLog : public QWidget {