summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec/qtrec.h
authorllornkcor <llornkcor>2003-11-12 21:00:27 (UTC)
committer llornkcor <llornkcor>2003-11-12 21:00:27 (UTC)
commitaec97f423ccc42f803f09ccf743b42e36363cc26 (patch) (unidiff)
tree7281736f94213dd9b8810b47e86633bf7e788240 /noncore/multimedia/opierec/qtrec.h
parentd9a835f8672d0fb485335e9fc85c35a430320ce2 (diff)
downloadopie-aec97f423ccc42f803f09ccf743b42e36363cc26.zip
opie-aec97f423ccc42f803f09ccf743b42e36363cc26.tar.gz
opie-aec97f423ccc42f803f09ccf743b42e36363cc26.tar.bz2
opierec doesnot need iostream.h
Diffstat (limited to 'noncore/multimedia/opierec/qtrec.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/qtrec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/qtrec.h b/noncore/multimedia/opierec/qtrec.h
index 5d6ed62..ada3270 100644
--- a/noncore/multimedia/opierec/qtrec.h
+++ b/noncore/multimedia/opierec/qtrec.h
@@ -1,23 +1,22 @@
1/**************************************************************************** 1/****************************************************************************
2 ** Created: Thu Jan 17 11:19:45 2002 2 ** Created: Thu Jan 17 11:19:45 2002
3copyright 2002 by L.J. Potter ljp@llornkcor.com 3copyright 2002 by L.J. Potter ljp@llornkcor.com
4****************************************************************************/ 4****************************************************************************/
5#ifndef QTREC_H 5#ifndef QTREC_H
6#define QTREC_H 6#define QTREC_H
7#define VERSION 1.0 7#define VERSION 1.0
8 8
9#include <qpe/ir.h> 9#include <qpe/ir.h>
10 10
11#include <iostream.h>
12#include <qfile.h> 11#include <qfile.h>
13#include <qimage.h> 12#include <qimage.h>
14#include <qlineedit.h> 13#include <qlineedit.h>
15#include <qpixmap.h> 14#include <qpixmap.h>
16#include <qvariant.h> 15#include <qvariant.h>
17#include <qwidget.h> 16#include <qwidget.h>
18#include <stdio.h> 17#include <stdio.h>
19#include <stdlib.h> 18#include <stdlib.h>
20 19
21#include "device.h" 20#include "device.h"
22#include "wavFile.h" 21#include "wavFile.h"
23 22