summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/QtTests/server.cpp')
-rw-r--r--TAO/tests/QtTests/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/QtTests/server.cpp b/TAO/tests/QtTests/server.cpp
index 63101f832b2..6552506e4b8 100644
--- a/TAO/tests/QtTests/server.cpp
+++ b/TAO/tests/QtTests/server.cpp
@@ -2,7 +2,6 @@
#include "test_i.h"
#include "ace/Get_Opt.h"
-#include "ace/Argv_Type_Converter.h"
// who defines index macro?
#ifdef index
@@ -53,8 +52,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
return 1;
// Qt specific stuff for running with TAO...
- ACE_Argv_Type_Converter ct (argc, argv);
- QApplication app (argc, ct.get_ASCII_argv());
+ QApplication app (argc, argv);
TAO::QtResource_Loader qt_resources (&app);
try