Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149527
b: refs/heads/master
c: 8d90c97
h: refs/heads/master
i:
  149525: 197c203
  149523: c8f5e8b
  149519: 33b3fba
v: v3
  • Loading branch information
Markus Heidelberg authored and Sam Ravnborg committed Jun 9, 2009
1 parent 931e691 commit 10bac02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: fbb86374445d97072dd994f1a4adf023bfd1e86e
refs/heads/master: 8d90c97e46930d01e9394bceb6276c7175136bdc
3 changes: 2 additions & 1 deletion trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <qapplication.h>
#include <qmainwindow.h>
#include <qdesktopwidget.h>
#include <qtoolbar.h>
#include <qlayout.h>
#include <qvbox.h>
Expand Down Expand Up @@ -1275,7 +1276,7 @@ ConfigMainWindow::ConfigMainWindow(void)
int x, y, width, height;
char title[256];

QWidget *d = configApp->desktop();
QDesktopWidget *d = configApp->desktop();
snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration"),
getenv("KERNELVERSION"));
setCaption(title);
Expand Down

0 comments on commit 10bac02

Please sign in to comment.