aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/macunifiedtoolbar/preferenceswindow.cpp1
-rw-r--r--examples/macunifiedtoolbar/preferenceswindow.h6
-rw-r--r--examples/macunifiedtoolbar/window.cpp1
-rw-r--r--examples/macunifiedtoolbar/window.h5
4 files changed, 2 insertions, 11 deletions
diff --git a/examples/macunifiedtoolbar/preferenceswindow.cpp b/examples/macunifiedtoolbar/preferenceswindow.cpp
index c10f937..488ef5f 100644
--- a/examples/macunifiedtoolbar/preferenceswindow.cpp
+++ b/examples/macunifiedtoolbar/preferenceswindow.cpp
@@ -40,7 +40,6 @@
****************************************************************************/
#include "preferenceswindow.h"
-#include "ui_preferenceswindow.h"
#include <QMacNativeToolBar>
#include <QTimer>
diff --git a/examples/macunifiedtoolbar/preferenceswindow.h b/examples/macunifiedtoolbar/preferenceswindow.h
index 12d0937..0accb83 100644
--- a/examples/macunifiedtoolbar/preferenceswindow.h
+++ b/examples/macunifiedtoolbar/preferenceswindow.h
@@ -43,11 +43,7 @@
#define PREFERENCESWINDOW_H
#include <QMainWindow>
-
-namespace Ui
-{
- class PreferencesWindow;
-}
+#include "ui_preferenceswindow.h"
class PreferencesWindow : public QMainWindow
{
diff --git a/examples/macunifiedtoolbar/window.cpp b/examples/macunifiedtoolbar/window.cpp
index 6a61612..dde27e3 100644
--- a/examples/macunifiedtoolbar/window.cpp
+++ b/examples/macunifiedtoolbar/window.cpp
@@ -40,7 +40,6 @@
****************************************************************************/
#include "window.h"
-#include "ui_window.h"
#include "preferenceswindow.h"
#include <QMacNativeToolBar>
#include <QDesktopWidget>
diff --git a/examples/macunifiedtoolbar/window.h b/examples/macunifiedtoolbar/window.h
index bb0a249..7f0dc54 100644
--- a/examples/macunifiedtoolbar/window.h
+++ b/examples/macunifiedtoolbar/window.h
@@ -44,10 +44,7 @@
#include <QWidget>
#include "qmactoolbutton.h"
-
-namespace Ui {
-class Window;
-}
+#include "ui_window.h"
class WindowPrivate;
class Window : public QWidget