summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-17 21:15:44 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:26:19 +0200
commit6ca5e6d65a74d794637953bfea85c42e3bf828dd (patch)
tree57e00a5a9247fe7e5f0dbc23d9502eb13eb4aec7 /kioslave
parentb445f15b35cf121d47fcad4547f6c96bbd31a52f (diff)
downloadtdebase-6ca5e6d65a74d794637953bfea85c42e3bf828dd.tar.gz
tdebase-6ca5e6d65a74d794637953bfea85c42e3bf828dd.zip
Fix tdebase FTBFS
(cherry picked from commit b92f4fbd165f03685928a50d85c34ba8729b7c48)
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/media/kcmodule/notifiermodule.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kioslave/media/kcmodule/notifiermodule.h b/kioslave/media/kcmodule/notifiermodule.h
index e284e87fe..88f06c97b 100644
--- a/kioslave/media/kcmodule/notifiermodule.h
+++ b/kioslave/media/kcmodule/notifiermodule.h
@@ -1,6 +1,6 @@
/* This file is part of the KDE Project
Copyright (c) 2005 Jean-Remy Falleri <jr.falleri@laposte.net>
- Copyright (c) 2005 Kévin Ottens <ervin ipsquad net>
+ Copyright (c) 2005 K�vin Ottens <ervin ipsquad net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -21,6 +21,7 @@
#define _NOTIFIERMODULE_H_
#include <kcmodule.h>
+#include <tqlistbox.h>
#include "notifiersettings.h"
#include "notifiermoduleview.h"