~ubuntu-branches/ubuntu/feisty/digikam/feisty

« back to all changes in this revision

Viewing changes to digikam/digikam/dio_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 19:09:01 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207190901-h7wo0kj1wv9d5b46
Tags: 1:0.9.0~rc2-0ubuntu1
* New upstream release
* Sync packaging with debian
* Removed obsolete patches 10_kdesvn_606804_dcraw-return-code.diff
  and 11_kdesvn_606805_file-extention-parsing.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
15
 * GNU General Public License for more details.
 
16
 *
16
17
 * ============================================================ */
17
18
 
18
19
#ifndef DIO_P_H
19
20
#define DIO_P_H
20
21
 
 
22
// QT includes.
 
23
 
21
24
#include <qobject.h>
22
25
 
23
26
namespace KIO
43
46
   void slotDone(KIO::Job* job);
44
47
};
45
48
 
46
 
}
 
49
} // namespace DIO
47
50
 
48
51
#endif /* DIO_P_H */