summaryrefslogtreecommitdiffstats
path: root/dcop/tests/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/tests/driver.cpp')
-rw-r--r--dcop/tests/driver.cpp4
1 files changed, 2 insertions, 2 deletions
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 <iostream>
+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