summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/psewidget.cpp b/noncore/apps/oxygen/psewidget.cpp
index cf55635..4e002d1 100644
--- a/noncore/apps/oxygen/psewidget.cpp
+++ b/noncore/apps/oxygen/psewidget.cpp
@@ -10,9 +10,19 @@
#include <qpe/config.h>
#include <qlayout.h>
+#include <qlist.h>
#include "psewidget.h"
#include "oxyframe.h"
+
+Element::Element( const QString &name )
+{
+}
+
PSEWidget::PSEWidget() : QWidget()
{
+ QList<Element> elements;
+ elements.setAutoDelete( TRUE );
+ elements.append( new Element( "1" ) );
+
maingrid = new QGridLayout( 18 , 10 , -1 , "maingridlayout" );
OxyFrame *configobj = new OxyFrame(this);