summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.h
authorcniehaus <cniehaus>2002-09-30 13:05:45 (UTC)
committer cniehaus <cniehaus>2002-09-30 13:05:45 (UTC)
commitb753c264b7acd26aba9f5a73c1fa0a7deb0b73a3 (patch) (unidiff)
treea5579c7242791b2602a764a781051c7f9a298be1 /noncore/apps/oxygen/dataTable.h
parentece83520d6bf5c481275a3d4a8e792749119fa08 (diff)
downloadopie-b753c264b7acd26aba9f5a73c1fa0a7deb0b73a3.zip
opie-b753c264b7acd26aba9f5a73c1fa0a7deb0b73a3.tar.gz
opie-b753c264b7acd26aba9f5a73c1fa0a7deb0b73a3.tar.bz2
fixed one typo
I tried to fix the layouting problem but I give up. /me is to lame
Diffstat (limited to 'noncore/apps/oxygen/dataTable.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.h3
1 files changed, 2 insertions, 1 deletions
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
34 OxydataWidget(QWidget *parent=0); 34 OxydataWidget(QWidget *parent=0);
35 35
36 QLabel *left, *middle, *right; 36 QLabel *left, *middle, *right;
37 void setLayout();
37 38
38 private: 39 private:
39 OxydataTable *DataTable;
40 void setTable() const; 40 void setTable() const;
41 OxydataTable *DataTable;
41 42
42 public slots: 43 public slots:
43 void setElement( int ); 44 void setElement( int );