summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.cpp
authorcniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
committer cniehaus <cniehaus>2002-11-23 11:18:40 (UTC)
commit1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0 (patch) (unidiff)
treebb82d65366084d0a8c4cc7e7cee23fbbf01a1c8a /noncore/apps/oxygen/dataTable.cpp
parentb1cbaa84c29decb743687e970eedcd4a238771ad (diff)
downloadopie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.zip
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.gz
opie-1aa77f5f197f63ba9a154fdcae9d6f55eebe12a0.tar.bz2
move stuff around, use iterators, make things translatable
Diffstat (limited to 'noncore/apps/oxygen/dataTable.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index f3984be..661eb5a 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -25,7 +25,9 @@
25#include <qlayout.h> 25#include <qlayout.h>
26#include <qpe/qpeapplication.h> 26#include <qpe/qpeapplication.h>
27 27
28OxydataWidget::OxydataWidget(QWidget *parent) : QWidget(parent) 28#include <qstringlist.h>
29
30OxydataWidget::OxydataWidget(QWidget *parent, const char *name, QStringList *list ) : QWidget( parent,name )
29{ 31{
30 QGridLayout *qgrid = new QGridLayout( this, 2,1 ); 32 QGridLayout *qgrid = new QGridLayout( this, 2,1 );
31 33