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

« back to all changes in this revision

Viewing changes to utilities/searchwindow/searchtabheader.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:
35
35
namespace Digikam
36
36
{
37
37
 
 
38
class Album;
38
39
class SAlbum;
39
40
class SearchWindow;
40
41
class SearchTabHeaderPriv;
50
51
 
51
52
public Q_SLOTS:
52
53
 
53
 
    void selectedSearchChanged(SAlbum *album);
 
54
    void selectedSearchChanged(Album *album);
54
55
    void editSearch(SAlbum *album);
55
56
    void newKeywordSearch();
56
57
    void newAdvancedSearch();