From b753c264b7acd26aba9f5a73c1fa0a7deb0b73a3 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Mon, 30 Sep 2002 13:05:45 +0000 Subject: fixed one typo I tried to fix the layouting problem but I give up. /me is to lame --- (limited to 'noncore/apps/oxygen/dataTable.h') diff --git a/noncore/apps/oxygen/dataTable.h b/noncore/apps/oxygen/dataTable.h index a4a3b18..f2eb71d 100644 --- a/noncore/apps/oxygen/dataTable.h +++ b/noncore/apps/oxygen/dataTable.h @@ -34,10 +34,11 @@ class OxydataWidget : public QWidget OxydataWidget(QWidget *parent=0); QLabel *left, *middle, *right; + void setLayout(); private: - OxydataTable *DataTable; void setTable() const; + OxydataTable *DataTable; public slots: void setElement( int ); -- cgit v0.9.0.2