~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to kabc/distributionlistdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-05-24 02:37:35 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524023735-pzdgb22z38mhikzi
Tags: 4:4.4.80-0ubuntu1
* New upstream beta release:
  - Switch to dpkg-source 3.0 (quilt) format
  - Bump KDE build-depends
  - Disable 02_increase_fail_timeout.diff
  - Update 03_hide_akonadi_progressbar.diff
  - Add shared-desktop-ontologies to build-depends
  - Update various install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  dlg->exec();
49
49
  \endcode
50
50
*/
51
 
class KABC_EXPORT DistributionListDialog : public KDialog
 
51
class KABC_EXPORT_DEPRECATED DistributionListDialog : public KDialog
52
52
{
53
53
    Q_OBJECT
54
54
 
74
74
/**
75
75
  @short Helper class
76
76
*/
77
 
class KABC_EXPORT EmailSelector : public KDialog
 
77
class KABC_EXPORT_DEPRECATED EmailSelector : public KDialog
78
78
{
79
79
  public:
80
80
    /**