~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/utilities/cameragui/albumselectdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080717202539-ttj4and3ds1ldgn1
Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *               pictures from camera
9
9
 * 
10
10
 * Copyright (C) 2005 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
11
 
 * Copyright (C) 2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
11
 * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
12
12
 *
13
13
 * This program is free software; you can redistribute it
14
14
 * and/or modify it under the terms of the GNU General
28
28
 
29
29
// Qt includes.
30
30
 
31
 
#include <qmap.h>
 
31
#include <qstring.h>
32
32
 
33
33
// KDE includes.
34
34
 
37
37
namespace Digikam
38
38
{
39
39
 
40
 
class FolderView;
41
 
class FolderItem;
42
40
class PAlbum;
43
41
class AlbumSelectDialogPrivate;
44
42
 
63
61
 
64
62
private slots:
65
63
 
66
 
    void slotAlbumAdded(Album* a);
67
 
    void slotAlbumDeleted(Album* a);
 
64
    void slotAlbumAdded(Album*);
 
65
    void slotAlbumDeleted(Album*);
68
66
    void slotAlbumsCleared();
69
67
    void slotSelectionChanged();
70
 
    void slotContextMenu(QListViewItem *item, const QPoint &, int);
 
68
    void slotContextMenu(QListViewItem *item, const QPoint&, int);
71
69
    void slotUser1();
 
70
    void slotSearchTextChanged(const QString&);
72
71
 
73
72
private:
74
73
 
75
 
    AlbumSelectDialogPrivate * d;
 
74
    AlbumSelectDialogPrivate *d;
76
75
};
77
76
 
78
77
}  // namespace Digikam