summaryrefslogtreecommitdiffstats
path: root/lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h
blob: 42551295a49b44a50547ef2184ac9ccd33fba472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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