author | zautrix <zautrix> | 2005-03-11 07:56:35 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-11 07:56:35 (UTC) |
commit | ee802b5ac60e084365e60ee2bdc0b8a9e8e72c66 (patch) (unidiff) | |
tree | ee14e30b5bb0a9519cb211f94e917f985be42e5f | |
parent | b6845008e161e1bb355a32767c3e3f89ff8e5c01 (diff) | |
download | kdepimpi-ee802b5ac60e084365e60ee2bdc0b8a9e8e72c66.zip kdepimpi-ee802b5ac60e084365e60ee2bdc0b8a9e8e72c66.tar.gz kdepimpi-ee802b5ac60e084365e60ee2bdc0b8a9e8e72c66.tar.bz2 |
missing include
-rw-r--r-- | kabc/vcardparser/vcardtool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kabc/vcardparser/vcardtool.cpp b/kabc/vcardparser/vcardtool.cpp index 32b6c1e..0cf72c0 100644 --- a/kabc/vcardparser/vcardtool.cpp +++ b/kabc/vcardparser/vcardtool.cpp | |||
@@ -15,16 +15,17 @@ | |||
15 | You should have received a copy of the GNU Library General Public License | 15 | You should have received a copy of the GNU Library General Public License |
16 | along with this library; see the file COPYING.LIB. If not, write to | 16 | along with this library; see the file COPYING.LIB. If not, write to |
17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 | Boston, MA 02111-1307, USA. | 18 | Boston, MA 02111-1307, USA. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <qdatastream.h> | 21 | #include <qdatastream.h> |
22 | #include <qstring.h> | 22 | #include <qstring.h> |
23 | #include <qregexp.h> | ||
23 | 24 | ||
24 | #include "agent.h" | 25 | #include "agent.h" |
25 | #include "key.h" | 26 | #include "key.h" |
26 | #include "picture.h" | 27 | #include "picture.h" |
27 | #include "secrecy.h" | 28 | #include "secrecy.h" |
28 | #include "sound.h" | 29 | #include "sound.h" |
29 | 30 | ||
30 | #include "vcardtool.h" | 31 | #include "vcardtool.h" |