summaryrefslogtreecommitdiff
path: root/CIAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-10 13:03:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-10 13:03:46 +0000
commit1243607bad2bba4211594d6fe91770e214b6844e (patch)
tree09738c299f04b17231cf3edfe8e6a5645fb55d1a /CIAO/examples
parente6b31ec1029f0b7018ae1362664fd3b8c73fead1 (diff)
downloadATCD-1243607bad2bba4211594d6fe91770e214b6844e.tar.gz
Tue Mar 10 13:03:08 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Display/NavDisplayGUI_exec/RootPanel.cpp: Fixed compile warning
Diffstat (limited to 'CIAO/examples')
-rw-r--r--CIAO/examples/Display/NavDisplayGUI_exec/RootPanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Display/NavDisplayGUI_exec/RootPanel.cpp b/CIAO/examples/Display/NavDisplayGUI_exec/RootPanel.cpp
index 47ebb88b81d..1b315816efd 100644
--- a/CIAO/examples/Display/NavDisplayGUI_exec/RootPanel.cpp
+++ b/CIAO/examples/Display/NavDisplayGUI_exec/RootPanel.cpp
@@ -13,7 +13,7 @@
RootPanel::RootPanel(Q3Canvas &c, QWidget *parent, const char *name)
: QMainWindow(parent, name), canvas(c)
{
- QSplitter *s1 = new QSplitter( Qt::Orientation::Vertical, this , "main" );
+ QSplitter *s1 = new QSplitter( Qt::Vertical, this , "main" );
navview = new MapView(canvas, s1);
s1->moveToFirst(navview);