Ananas Library 0.9.5
dimportdb.h
1/****************************************************************************
2** Form interface generated from reading ui file 'deditrc.ui'
3**
4** Created: Пнд Фев 13 14:06:55 2006
5** by: The User Interface Compiler ($Id: dimportdb.h,v 1.1 2006/02/28 15:07:05 gr Exp $)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef DIMPORTDB_H
11#define DIMPORTDB_H
12
13#include "ananasglobal.h"
14#include "deditrc.h"
15
16class ANANAS_EXPORT dImportDB : public dEditRC
17{
18 Q_OBJECT
19
20public:
21 dImportDB( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
22 ~dImportDB();
23
24
25protected slots:
26 virtual void languageChange();
27 virtual void onCFGFile();
28};
29
30#endif // DIMPORTDB_H
Definition dimportdb.h:17