Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149525
b: refs/heads/master
c: 7298b93
h: refs/heads/master
i:
  149523: c8f5e8b
v: v3
  • Loading branch information
Markus Heidelberg authored and Sam Ravnborg committed Jun 9, 2009
1 parent c3f5d7a commit 197c203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98403a91389d11edd954e8f89dcffc3db525657f
refs/heads/master: 7298b936017859fce4906e38f485c131520fe857
6 changes: 3 additions & 3 deletions trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *nam
layout1->addLayout(layout2);

split = new QSplitter(this);
split->setOrientation(QSplitter::Vertical);
split->setOrientation(Qt::Vertical);
list = new ConfigView(split, name);
list->list->mode = listMode;
info = new ConfigInfoView(split, name);
Expand Down Expand Up @@ -1290,14 +1290,14 @@ ConfigMainWindow::ConfigMainWindow(void)
move(x, y);

split1 = new QSplitter(this);
split1->setOrientation(QSplitter::Horizontal);
split1->setOrientation(Qt::Horizontal);
setCentralWidget(split1);

menuView = new ConfigView(split1, "menu");
menuList = menuView->list;

split2 = new QSplitter(split1);
split2->setOrientation(QSplitter::Vertical);
split2->setOrientation(Qt::Vertical);

// create config tree
configView = new ConfigView(split2, "config");
Expand Down

0 comments on commit 197c203

Please sign in to comment.