~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to utilities/kipiiface/kipiimagecollectionselector.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2010-04-09 21:30:01 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409213001-4bfyibrd359rn7o3
Tags: 2:1.2.0-0ubuntu1
* New upstream release (LP: #560576)
* Remove all patches, fixed upstream
  - Remove quilt build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include "searchtextbar.h"
41
41
#include "albummanager.h"
42
42
 
43
 
class QWidget;
44
 
class QTreeWidget;
45
 
 
46
43
namespace Digikam
47
44
{
48
45
class KipiInterface;
61
58
 
62
59
private:
63
60
 
64
 
    void populateTreeView(const AlbumList& aList, QTreeWidget *view);
65
 
 
66
 
private Q_SLOTS: 
67
 
 
68
 
    void slotAlbumsSearchTextChanged(const SearchTextSettings&);
69
 
    void slotTagsSearchTextChanged(const SearchTextSettings&);
70
 
    void slotSearchesSearchTextChanged(const SearchTextSettings&);
71
 
 
72
 
private:
73
 
 
74
61
    KipiImageCollectionSelectorPriv* const d;
75
62
};
76
63