From 7bf6b71e9d7eadc9311af6a839b3425297346c2c Mon Sep 17 00:00:00 2001 From: cniehaus Date: Thu, 19 Sep 2002 10:29:38 +0000 Subject: * nothing is hardcoded anylonger (thanks Max for the .conf-hint) * removing obsolete includes * making the PSE-data-widget a QWidget instead of a QDialog * removing one obsolete slot * making oxyDW private --- (limited to 'noncore/apps/oxygen/datawidgetui.h') 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 @@ -8,22 +8,18 @@ * * **************************************************************************/ #include "dataTable.h" -#include 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; }; -- cgit v0.9.0.2