summaryrefslogtreecommitdiffstats
path: root/hyperui/mainwindow.cpp
diff options
context:
space:
mode:
authorAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 12:44:41 -0300
committerAdriano Rezende <adriano.rezende@openbossa.org>2009-11-17 13:43:23 -0300
commitf503aa16629e3163b3d50d08444b68c04d961340 (patch)
tree123ada7426513f4e00874e569f3fbdd63d1cc808 /hyperui/mainwindow.cpp
parenta1ab255d5e5c93652998c4e6085094d5bdcfea14 (diff)
HyperUI: Changed source code to use Resource from shared
Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
Diffstat (limited to 'hyperui/mainwindow.cpp')
-rw-r--r--hyperui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperui/mainwindow.cpp b/hyperui/mainwindow.cpp
index 80f6687..e759003 100644
--- a/hyperui/mainwindow.cpp
+++ b/hyperui/mainwindow.cpp
@@ -33,7 +33,7 @@
#include <QPainter>
#include <QGraphicsRectItem>
-#include "global.h"
+#include "resource.h"
#include "mainwindow.h"
#include "pageview.h"
#include "menuview.h"