Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54131
b: refs/heads/master
c: 63431e7
h: refs/heads/master
i:
  54129: 1cdf237
  54127: e48a97a
v: v3
  • Loading branch information
Marco Costalba authored and Sam Ravnborg committed May 2, 2007
1 parent 169bd7a commit 7638e49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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: f88d205501e35195444bdd41983e26546af3f56a
refs/heads/master: 63431e75691c410819023ab0e6cd047cbfcf64e2
5 changes: 4 additions & 1 deletion trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ void ConfigInfoView::contentsContextMenuEvent(QContextMenuEvent *e)
Parent::contentsContextMenuEvent(e);
}

ConfigSearchWindow::ConfigSearchWindow(QWidget* parent, const char *name)
ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name)
: Parent(parent, name), result(NULL)
{
setCaption("Search Config");
Expand All @@ -1206,6 +1206,9 @@ ConfigSearchWindow::ConfigSearchWindow(QWidget* parent, const char *name)
info = new ConfigInfoView(split, name);
connect(list->list, SIGNAL(menuChanged(struct menu *)),
info, SLOT(setInfo(struct menu *)));
connect(list->list, SIGNAL(menuChanged(struct menu *)),
parent, SLOT(setMenuLink(struct menu *)));

layout1->addWidget(split);

if (name) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/qconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class ConfigSearchWindow : public QDialog {
Q_OBJECT
typedef class QDialog Parent;
public:
ConfigSearchWindow(QWidget* parent, const char *name = 0);
ConfigSearchWindow(ConfigMainWindow* parent, const char *name = 0);

public slots:
void saveSettings(void);
Expand Down

0 comments on commit 7638e49

Please sign in to comment.