summaryrefslogtreecommitdiffstats
path: root/k9author/k9importfiles.h
blob: c310643e431c04057314e33a67147c651ab03369 (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
42
43
//
// C++ Interface: k9importfiles
//
// Description: 
//
//
// Author: Jean-Michel PETIT <k9copy@free.fr>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef K9IMPORTFILES_H
#define K9IMPORTFILES_H

#include "k9common.h"

#include <tqobject.h>
#include <tdemdidefines.h>
#include <tdemdichildarea.h>
#include <tdemdimainfrm.h>

/**
	@author Jean-Michel PETIT <k9copy@free.fr>
*/

class k9Import;
class k9NewTitle;
class k9ImportFiles : public KMdiMainFrm
{
Q_OBJECT
  
public:
    k9ImportFiles(TQWidget *parent = 0, const char *name = 0);

    ~k9ImportFiles();
private:
    k9Import *m_k9Import;
    KMdiChildView *m_k9ImportView;
    k9NewTitle *m_k9NewTitle;
    KMdiChildView *m_k9NewTitleView;
};

#endif