summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/rename.h
blob: 757623e0da90f54d2e4289d2e226861aeecd86aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef RENAME_H
#define RENAME_H

#include "renamebase.h"

class Rename : public RenameBase
{
	Q_OBJECT

public:
	static QString rename(const QString &on, QWidget *parent);
	static QString getText(const QString &caption, const QString &secondLabel, QWidget *parent);

protected:
	Rename(QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags fl = 0);

};

#endif