docs: describe the pmdaroot process interfaces
[pcp.git] / src / pmchart / aboutdialog.h
blob0f8bd812038dea5ef433c80d27aa33437d43c58d
1 /*
2 * Copyright (c) 2006-2007, Aconex. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
14 #ifndef ABOUTDIALOG_H
15 #define ABOUTDIALOG_H
17 #include "ui_aboutdialog.h"
19 class AboutDialog : public QDialog, public Ui::AboutDialog
21 Q_OBJECT
23 public:
24 AboutDialog(QWidget* parent);
26 public slots:
27 virtual void aboutOKButton_clicked();
30 #endif // ABOUTDIALOG_H