~ubuntu-branches/ubuntu/natty/digikam/natty

« back to all changes in this revision

Viewing changes to utilities/advancedrename/common/parseabledialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-08-26 19:25:16 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826192516-mkbdww0h5v2x4yoy
Tags: 2:1.4.0-0ubuntu1
* New upstream bugfix release (LP: #626751)
* Install the file NEWS as upstream changelog because "ChangeLog" is
  too verbose.
* Don't copy the desktop .pot file to imageplugins, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : a dialog that can be used to display a configuration
8
8
 *               dialog for a parseable
9
9
 *
10
 
 * Copyright (C) 2009 by Andi Clemens <andi dot clemens at gmx dot net>
 
10
 * Copyright (C) 2009-2010 by Andi Clemens <andi dot clemens at gmx dot net>
11
11
 *
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
34
34
 
35
35
class Parseable;
36
36
class ParseableDialogPriv;
 
37
 
37
38
class ParseableDialog : public KDialog
38
39
{
39
40
    Q_OBJECT