author | dwmw2 <dwmw2> | 2002-05-17 13:01:21 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-17 13:01:21 (UTC) |
commit | e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e (patch) (unidiff) | |
tree | 4a30a8a045049594c570e4e5c96a6018a044a4c5 | |
parent | d8d70e07a09a7c50021f6c85690b79b422d43df5 (diff) | |
download | opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.zip opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.tar.gz opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.tar.bz2 |
grrr. put qregexp.h back again
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmadplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp index 0adb503..3df23249 100644 --- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp +++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp | |||
@@ -33,12 +33,13 @@ | |||
33 | #include <locale.h> | 33 | #include <locale.h> |
34 | #include <math.h> | 34 | #include <math.h> |
35 | #include <assert.h> | 35 | #include <assert.h> |
36 | 36 | ||
37 | #include <qapplication.h> | 37 | #include <qapplication.h> |
38 | #include <qmessagebox.h> | 38 | #include <qmessagebox.h> |
39 | #include <qregexp.h> | ||
39 | 40 | ||
40 | #include <qpe/config.h> | 41 | #include <qpe/config.h> |
41 | 42 | ||
42 | // for network handling | 43 | // for network handling |
43 | #include <netinet/in.h> | 44 | #include <netinet/in.h> |
44 | #include <netdb.h> | 45 | #include <netdb.h> |