From 22b21fc392850974e2920804b641b1941140e46f Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 10 Sep 2008 13:31:07 +0000 Subject: We've got icons ... wee --- client/widgets/window.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/widgets') diff --git a/client/widgets/window.cc b/client/widgets/window.cc index 84e370c..fa44875 100644 --- a/client/widgets/window.cc +++ b/client/widgets/window.cc @@ -27,11 +27,15 @@ #include "window.h" #include "common.h" +#include + Window::Window(QDomNode &node, MacroWindow *macrowindow) : QWidget(NULL), Widget(node, macrowindow) { setWindowFlags(Qt::WindowContextHelpButtonHint | Qt::WindowSystemMenuHint); + setWindowIcon(QIcon(":/icons/icon.png")); + setCommonAttributes(this, node); setCommonLayout(this, node); -- cgit v1.2.3