summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 20622db..5399c81 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -5,25 +5,21 @@
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* ( at your option ) any later version. *
* *
**************************************************************************/
#include "dataTable.h"
-#include <qdialog.h>
class QComboBox;
-class dataWidgetUI : public QDialog
+class dataWidgetUI : public QWidget
{
Q_OBJECT
public:
dataWidgetUI();
- OxydataWidget *oxyDW;
private:
OxydataTable *DataTable;
QComboBox *dataCombo;
-
- private slots:
- void slotShowData(int);
+ OxydataWidget *oxyDW;
};