From 01b2fc89a105bf5b56bc1aa467343d14589dadd2 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Tue, 17 Sep 2002 16:56:50 +0000 Subject: Wow, Oxygen starts to become usable. The 2 added files are without any content sofar, will start that tomorrow or so. --- (limited to 'noncore/apps/oxygen/psewidget.h') diff --git a/noncore/apps/oxygen/psewidget.h b/noncore/apps/oxygen/psewidget.h new file mode 100644 index 0000000..ebdec94 --- a/dev/null +++ b/noncore/apps/oxygen/psewidget.h @@ -0,0 +1,29 @@ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * ( at your option ) any later version. * + * * + **************************************************************************/ +#ifndef _PSEWIDGET_H +#define _PSEWIDGET_H + +#include + +class QTable; +class QComboBox; +class QLabel; + + +class PSEWidget : public QWidget +{ + Q_OBJECT + + public: + PSEWidget(); + +}; + +#endif -- cgit v0.9.0.2