author | llornkcor <llornkcor> | 2002-07-29 23:36:40 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-07-29 23:36:40 (UTC) |
commit | ce331dbef4c05d829f655707ea3bf22f3187340b (patch) (unidiff) | |
tree | d69bf0314427ed6b8bb49f3e7a7900ac88f6404d | |
parent | 3507cf869b041872b0547bb595c1cbf5c0501cb9 (diff) | |
download | opie-ce331dbef4c05d829f655707ea3bf22f3187340b.zip opie-ce331dbef4c05d829f655707ea3bf22f3187340b.tar.gz opie-ce331dbef4c05d829f655707ea3bf22f3187340b.tar.bz2 |
add qlineedit.h include
-rw-r--r-- | noncore/multimedia/opieplayer2/audiowidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/audiowidget.h b/noncore/multimedia/opieplayer2/audiowidget.h index 9bc924d..2b892be 100644 --- a/noncore/multimedia/opieplayer2/audiowidget.h +++ b/noncore/multimedia/opieplayer2/audiowidget.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <qstring.h> | 8 | #include <qstring.h> |
9 | #include <qslider.h> | 9 | #include <qslider.h> |
10 | #include <qframe.h> | 10 | #include <qframe.h> |
11 | #include <qlineedit.h> | ||
11 | 12 | ||
12 | 13 | ||
13 | class QPixmap; | 14 | class QPixmap; |