diff options
author | ck <qt-info@nokia.com> | 2010-06-10 10:05:10 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-06-10 10:05:10 (GMT) |
commit | 1fc149fdc32e12043c9c2676e2a381e225886dbf (patch) | |
tree | 2abb02066e567acc483012d62bddd00da994ee3a /demos/spectrum | |
parent | c6468c19975e2d05b13f3cc60da46929ab44ea8d (diff) | |
download | Qt-1fc149fdc32e12043c9c2676e2a381e225886dbf.zip Qt-1fc149fdc32e12043c9c2676e2a381e225886dbf.tar.gz Qt-1fc149fdc32e12043c9c2676e2a381e225886dbf.tar.bz2 |
Demos: Fix compilation with namespace.
Diffstat (limited to 'demos/spectrum')
-rw-r--r-- | demos/spectrum/app/mainwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/spectrum/app/mainwidget.h b/demos/spectrum/app/mainwidget.h index b3dc352..ddab8b7 100644 --- a/demos/spectrum/app/mainwidget.h +++ b/demos/spectrum/app/mainwidget.h @@ -59,7 +59,6 @@ QT_FORWARD_DECLARE_CLASS(QLabel) QT_FORWARD_DECLARE_CLASS(QPushButton) QT_FORWARD_DECLARE_CLASS(QMenu) QT_FORWARD_DECLARE_CLASS(QAction) -QT_END_NAMESPACE /** * Main application widget, responsible for connecting the various UI |