summaryrefslogtreecommitdiffstats
path: root/lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h')
-rw-r--r--lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h b/lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h
new file mode 100644
index 0000000..4255129
--- /dev/null
+++ b/lib/tqwtplot3d/examples/mesh2/src/lightingdlgbaseimpl.h
@@ -0,0 +1,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