diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-17 22:27:50 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-17 22:27:50 -0700 |
commit | b9f0bc84c2c7c653aada59e76d08ee0962c4237a (patch) | |
tree | fe8e1d4c80b5fcc2f171266eb6291ee2231fb33d /qt-ui/kmessagewidget.h | |
parent | ce786bb8b3d1ede51533e1a42c05edce59e3210f (diff) | |
download | subsurface-b9f0bc84c2c7c653aada59e76d08ee0962c4237a.tar.gz |
Compile fix
Forgot to add this before pushing the previous commits
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/kmessagewidget.h')
-rw-r--r-- | qt-ui/kmessagewidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/kmessagewidget.h b/qt-ui/kmessagewidget.h index e35676a59..f49b421d6 100644 --- a/qt-ui/kmessagewidget.h +++ b/qt-ui/kmessagewidget.h @@ -20,8 +20,6 @@ #ifndef KMESSAGEWIDGET_H #define KMESSAGEWIDGET_H -#include <kdeui_export.h> - #include <QFrame> class KMessageWidgetPrivate; |