summaryrefslogtreecommitdiffstats
path: root/krename/pictureplugin.h
blob: 2d95c6ac1a37d958a018f386b23aff3188d8d8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/***************************************************************************
                          pictureplugin.h  -  description
                             -------------------
    begin                : Son Apr 14 2002
    copyright            : (C) 2002 by Dominik Seichter
    email                : domseichter@web.de
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef PICTUREPLUGIN_H
#define PICTUREPLUGIN_H

#include "batchrenamer.h"
#include "pluginloader.h"
#include "fileplugin.h"

class TQVBoxLayout;
class TQHBoxLayout;
class TQString;
class TQWidget;
class PicturePlugin : public FilePlugin  {
    Q_OBJECT
  
    public:
        PicturePlugin();
    
        const TQString getName() const;
        const TQString getAccelName() const;
        const TQString getPattern() const;
        TQString processFile( BatchRenamer* b, int i, TQString token, int );
};

#endif