~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/resources/openchange/lzfutest.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Harald Sitter
  • Date: 2009-06-27 04:40:05 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627044005-4y2vm9xz7rvmzi4p
Tags: 4:4.2.95svn20090701-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Bump build-deps
* Remove akonadi-kde and libmaildir4 packages
  - remove akonadi-kde.install and libmaildir4.install
  - remove libmaildir4 from debian/rules
  - remove akonadi-kde and libmaildir4 from depends
  - remove akonadi-kde and libmaildir4 from installgen
* Update kdepim-dev.install
* Update kpilot.install
* Add akonadi-kde and libmaildir4 transitional packages

[ Harald Sitter ]
* KAddressbook replaces Kontact << 4.2.85 (LP: #378373)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  Copyright (c) 2007 Brad Hards <bradh@frogmouth.net>
 
3
 
 
4
  This library is free software; you can redistribute it and/or modify
 
5
  it under the terms of the GNU Library General Public License as
 
6
  published by the Free Software Foundation; either version 2 of the
 
7
  License, or (at your option) any later version.
 
8
 
 
9
  This library is distributed in the hope that it will be useful, but
 
10
  WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
  Library General Public License for more details.
 
13
 
 
14
  You should have received a copy of the GNU Library General Public
 
15
  License along with this library; see the file COPYING.LIB.  If not,
 
16
  write to the Free Software Foundation, Inc., 51 Franklin Street,
 
17
  Fifth Floor, Boston, MA 02110-1301, USA.
 
18
*/
 
19
#ifndef LZFUTEST_H
 
20
#define LZFUTEST_H
 
21
 
 
22
#include <QtCore/QObject>
 
23
 
 
24
class LzfuTest : public QObject
 
25
{
 
26
  Q_OBJECT
 
27
  private slots:
 
28
    void testDecompress_data();
 
29
    void testDecompress();
 
30
};
 
31
 
 
32
#endif