aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/Globals.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-11-11 09:14:40 -0500
committerKen Moore <ken@ixsystems.com>2016-11-11 09:14:40 -0500
commit4a73dcc40afd2257588cee0656119dfe985efa3e (patch)
treeb0d592767b4a1b701fa06553547cdf4f1198157a /src-qt5/core/lumina-desktop/Globals.h
parentIf lumina-textedit is opened without any arguments, automatically open a blan... (diff)
downloadlumina-4a73dcc40afd2257588cee0656119dfe985efa3e.tar.gz
lumina-4a73dcc40afd2257588cee0656119dfe985efa3e.tar.bz2
lumina-4a73dcc40afd2257588cee0656119dfe985efa3e.zip
Oops - forgot to add some files to the previous commits.
Diffstat (limited to 'src-qt5/core/lumina-desktop/Globals.h')
-rw-r--r--src-qt5/core/lumina-desktop/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/Globals.h b/src-qt5/core/lumina-desktop/Globals.h
index 3df48741..15e7a4b6 100644
--- a/src-qt5/core/lumina-desktop/Globals.h
+++ b/src-qt5/core/lumina-desktop/Globals.h
@@ -18,6 +18,7 @@
#include <QIcon>
#include <QWidget>
#include <QAction>
+#include <QToolButton>
#include <unistd.h>
#include <stdio.h>
bgstack15