You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
krename/krename/pictureplugin.h

42 lines
1.5 KiB

/***************************************************************************
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