summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/AboutBox.h
blob: 63ac8bb79b8c89d0b9326e2a3c4400e29156470d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2008 Nanorex, Inc.  See LICENSE file for details.

#ifndef ABOUTBOX_H
#define ABOUTBOX_H

#include <QDialog>

#include "ui_AboutBox.h"

class AboutBox : public QDialog, private Ui_AboutBox {
	Q_OBJECT
	
	public:
		AboutBox(QWidget *parent = 0);
};

#endif