16 lines
228 B
C++
16 lines
228 B
C++
#ifndef AIMP1_H
|
|
#define AIMP1_H
|
|
#include "a.h"
|
|
|
|
class aImp1 : public Form1
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
aImp1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
|
~aImp1();
|
|
|
|
};
|
|
|
|
#endif // AIMP1_H
|