summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2003-03-04 14:24:58 (UTC)
committer mickeyl <mickeyl>2003-03-04 14:24:58 (UTC)
commit8642232f4435bc5341037527d1eb12d1f39781f4 (patch) (side-by-side diff)
tree495a20be66433317753e7b98aec57a0de8ca53b3 /noncore
parent3adca473d5440b00e15781627e00465350e9118b (diff)
downloadopie-8642232f4435bc5341037527d1eb12d1f39781f4.zip
opie-8642232f4435bc5341037527d1eb12d1f39781f4.tar.gz
opie-8642232f4435bc5341037527d1eb12d1f39781f4.tar.bz2
add missing header for x11 standalone build
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/mainwindow.cpp b/noncore/net/wellenreiter/gui/mainwindow.cpp
index 1185f84..d4988af 100644
--- a/noncore/net/wellenreiter/gui/mainwindow.cpp
+++ b/noncore/net/wellenreiter/gui/mainwindow.cpp
@@ -37,6 +37,7 @@
#include <opie/ofiledialog.h>
#else
#include "resource.h"
+#include <qapplication.h>
#include <qfiledialog.h>
#endif