summaryrefslogtreecommitdiffstats
path: root/dcop/tests/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/tests/test.cpp')
-rw-r--r--dcop/tests/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/tests/test.cpp b/dcop/tests/test.cpp
index 025230547..7f5114071 100644
--- a/dcop/tests/test.cpp
+++ b/dcop/tests/test.cpp
@@ -16,7 +16,7 @@ using namespace std;
void batch()
{
- QTextStream output( fopen( "batch.returns", "w" ) , IO_WriteOnly );
+ TQTextStream output( fopen( "batch.returns", "w" ) , IO_WriteOnly );
Test* object = new Test;
#include "batch.generated"
}