You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
331 B
C++
16 lines
331 B
C++
#ifndef LIGHTINGDLGBASE_H
|
|
#define LIGHTINGDLGBASE_H
|
|
#include "lightingdlgbase.h"
|
|
|
|
class lightingdlgbase : public lightingdlgbaseBase
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
lightingdlgbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
|
~lightingdlgbase();
|
|
|
|
};
|
|
|
|
#endif // LIGHTINGDLGBASE_H
|