~ubuntu-branches/debian/lenny/kipi-plugins/lenny

« back to all changes in this revision

Viewing changes to kipi-plugins/batchprocessimages/renameimagesdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-10-16 08:26:01 UTC
  • mfrom: (2.1.15 hardy)
  • Revision ID: james.westby@ubuntu.com-20081016082601-3f8ozqd96zwuuuki
Tags: 0.1.5-4
* Revert unsuccessful PicasaWebExport.patch 
  - this version suitable for inclusion in lenny
  - kipi plugins - picasa bug (Closes: #501771)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ============================================================
2
2
 *
3
 
 * Copyright (C) 2003-2005 Gilles CAULIER <caulier dot gilles at free.fr>
 
3
 * This file is a part of kipi-plugins project
 
4
 * http://www.kipi-plugins.org
 
5
 *
 
6
 * Date        : 2003-10-01
 
7
 * Description : a kipi plugin to batch process images
 
8
 *
 
9
 * Copyright (C) 2003-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
4
10
 * Copyright (C) 2005 by Owen Hirst <n8rider@sbcglobal.net>
5
11
 *
6
12
 * This program is free software; you can redistribute it
7
13
 * and/or modify it under the terms of the GNU General
8
14
 * Public License as published by the Free Software Foundation;
9
 
 * either version 2, or (at your option)
10
 
 * any later version.
11
 
 * 
 
15
 * either version 2, or (at your option) any later version.
 
16
 *
12
17
 * This program is distributed in the hope that it will be useful,
13
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
20
 * GNU General Public License for more details.
16
21
 *
17
 
 * You should have received a copy of the GNU General Public License
18
 
 * along with this program; if not, write to the Free Software
19
 
 * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Cambridge, MA 02110-1301, USA.
20
 
 *  
21
22
 * ============================================================ */
22
23
 
23
24
#ifndef RENAMEIMAGESDLG_H
24
25
#define RENAMEIMAGESDLG_H
25
26
 
 
27
// KDE includes.
 
28
 
26
29
#include <kdialogbase.h>
27
30
#include <kurl.h>
28
31
 
 
32
// Local includes
 
33
 
 
34
#include "kpaboutdata.h"
 
35
 
29
36
namespace KIPI
30
37
{
31
38
class Interface;
50
57
private:
51
58
 
52
59
    RenameImagesWidget* m_widget;
53
 
    
 
60
 
 
61
    KIPIPlugins::KPAboutData* m_about;
 
62
 
54
63
private slots:
55
64
 
56
65
    void slotHelp();