summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/fviewer.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/opie-sh/fviewer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/opie-sh/fviewer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/fviewer.h b/noncore/tools/opie-sh/fviewer.h
index cd5206c..e0b3813 100644
--- a/noncore/tools/opie-sh/fviewer.h
+++ b/noncore/tools/opie-sh/fviewer.h
@@ -8,29 +8,28 @@ version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <qwidget.h>
#include <qfile.h>
#include <qtextstream.h>
#include <qtextbrowser.h>
#include <qlayout.h>
#include <qtimer.h>
#include <qdir.h>
-#include <qpe/resource.h>
class FViewer :public QWidget
{
Q_OBJECT
public:
FViewer(QString icon, QString filename, QString title, QWidget *parent=0, const char*name=0);
private:
QFile *file;
QTextBrowser *textView;
QTextStream *stream;
QTimer *timer;
};