Add missing include.
[kdepim.git] / kmailcvt / filter_opera.hxx
blob0aea49bd1740fe8f24b2e15ea21ee2fe93d1bebf
1 /***************************************************************************
2 filter_opera.hxx - Opera mail import
3 -------------------
4 begin : Januar 26 2005
5 copyright : (C) 2005 by Danny Kukawka
6 email : danny.kukawka@web.de
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef FILTER_OPERA_HXX
19 #define FILTER_OPERA_HXX
21 #include "filters.hxx"
23 /**
24 *imports opera account-archives into KMail
25 *@author Danny Kukawka
28 class FilterOpera : public Filter
30 public:
31 FilterOpera();
32 ~FilterOpera();
34 void import(FilterInfo *info);
35 void importBox( const QDir & importDir, const QStringList & , FilterInfo *info, const QString & accountName = QString());
36 void importRecursive(const QDir& maildir, FilterInfo *info, const QString &accountName = QString() );
39 #endif