summaryrefslogtreecommitdiffstats
path: root/kexi/migration/txt/txtmigrate.h
blob: e4b830c08c829aaed06727ef3780cf21a516576c (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
//
// C++ Interface: txtmigrate
//
// Description: 
//
//
// Author: Adam Pigg <[email protected]>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef KEXIMIGRATIONTXTMIGRATE_H
#define KEXIMIGRATIONTXTMIGRATE_H

#include <keximigrate.h>

namespace KexiMigration {

/**
@author Adam Pigg
*/
class TxtMigrate : public KexiMigrate
{
public:
    TxtMigrate();

    ~TxtMigrate();

};

};

#endif