From 26d76a4c048d99e282356616ca8e1e5ad45a7f53 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 28 Jun 2016 06:14:50 +0300 Subject: Add dcop tests to cmake Signed-off-by: Alexander Golubev --- dcop/tests/driver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcop/tests/driver.cpp') diff --git a/dcop/tests/driver.cpp b/dcop/tests/driver.cpp index 18b983829..73a98fc0d 100644 --- a/dcop/tests/driver.cpp +++ b/dcop/tests/driver.cpp @@ -20,8 +20,8 @@ Driver::Driver(const char* app) } -TQTextStream output( fopen( "driver.returns", "w" ) , IO_WriteOnly ); -#include +TQTextStream output( fopen( "driver.returns", "w" ) , IO_WriteOnly ); + void Driver::test() { // This is written like this to allow the potentially ASYNC calls to be syncronized -- cgit v1.2.1