summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-05-19 15:07:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-05-19 15:07:06 +0000
commit958ee0e24ee9e36ab4989493a9c04bf88e1796b6 (patch)
treebf4d28c7554adae76c31683fbc1f26b8274298f5 /TAO/tests/QtTests
parentc8a9a32fbefbf1aec0a0f65d4609539f7c34b6aa (diff)
downloadATCD-958ee0e24ee9e36ab4989493a9c04bf88e1796b6.tar.gz
Solved typo
Diffstat (limited to 'TAO/tests/QtTests')
-rw-r--r--TAO/tests/QtTests/client.cpp2
-rw-r--r--TAO/tests/QtTests/client.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/QtTests/client.cpp b/TAO/tests/QtTests/client.cpp
index d3dd3060694..d4f549290d7 100644
--- a/TAO/tests/QtTests/client.cpp
+++ b/TAO/tests/QtTests/client.cpp
@@ -129,7 +129,7 @@ Client::create_widgets (/**/)
this,
SLOT (remote_call (int)));
- this->mainwindow_.setlayout(&box);
+ this->mainwindow_.setLayout(&box_);
}
diff --git a/TAO/tests/QtTests/client.h b/TAO/tests/QtTests/client.h
index f496b7d43a6..e37ff4485b1 100644
--- a/TAO/tests/QtTests/client.h
+++ b/TAO/tests/QtTests/client.h
@@ -15,7 +15,7 @@
#include "testC.h"
-#include <QtCore/qapplication.h>
+#include <QtGui/qapplication.h>
#include <QtGui/qboxlayout.h>
#include <QtGui/qslider.h>
#include <QtGui/qpushbutton.h>