aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
index 44c3e4acb..557c9f024 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
@@ -18,11 +18,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+#include <QMessageBox>
+#include <QTranslator>
+#include <QtPlugin>
#include "kdenotifyfactory.h"
#include "kdenotify.h"
#include "settingsdialog.h"
-#include <QtGui>
const GeneralProperties KdeNotifyFactory::properties() const
{