summaryrefslogtreecommitdiff
path: root/TAO/tao/QtResource/QtResource_Factory.cpp
diff options
context:
space:
mode:
authorseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
committerseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
commit47b676670dc9373bc77af80388e0b51e36134738 (patch)
treeaacce0809279e1d142e7b196a84ff10dfbdae4d0 /TAO/tao/QtResource/QtResource_Factory.cpp
parent3dd4e2fe6c64de3a9db04757eade78d764b578f1 (diff)
downloadATCD-47b676670dc9373bc77af80388e0b51e36134738.tar.gz
Added the ACE and TAO for this branchGH5_0port
Diffstat (limited to 'TAO/tao/QtResource/QtResource_Factory.cpp')
-rw-r--r--TAO/tao/QtResource/QtResource_Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/QtResource/QtResource_Factory.cpp b/TAO/tao/QtResource/QtResource_Factory.cpp
index d8ba19c57d0..e14004464f1 100644
--- a/TAO/tao/QtResource/QtResource_Factory.cpp
+++ b/TAO/tao/QtResource/QtResource_Factory.cpp
@@ -2,7 +2,7 @@
#include "tao/QtResource/QtResource_Factory.h"
#include "tao/debug.h"
-#include "ace/QtReactor/QtReactor.h"
+#include "ace/QtReactor.h"
ACE_RCSID (TAO_QtResource,
QtResource_Factory,
@@ -25,7 +25,7 @@ namespace TAO
{
ACE_ERROR ((LM_ERROR,
"TAO (%P|%t) - QApplication is undefined.",
- " Cannot create ACE_QtReactor \n"));
+ " Cannot create ACE_XtReactor \n"));
return 0;
}