author | drw <drw> | 2005-06-15 22:56:39 (UTC) |
---|---|---|
committer | drw <drw> | 2005-06-15 22:56:39 (UTC) |
commit | f461773acd6e6d6c58d9ac0acea7600c1e341faf (patch) (unidiff) | |
tree | 7c3f157a94c620df3ba8bfc6e7f6089c8a93cdf6 | |
parent | 7ff2e7bd4620a574f3ff22a951a5904310cfd920 (diff) | |
download | opie-f461773acd6e6d6c58d9ac0acea7600c1e341faf.zip opie-f461773acd6e6d6c58d9ac0acea7600c1e341faf.tar.gz opie-f461773acd6e6d6c58d9ac0acea7600c1e341faf.tar.bz2 |
Forgot to remove include
-rw-r--r-- | noncore/apps/dagger/navbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/dagger/navbar.cpp b/noncore/apps/dagger/navbar.cpp index b28c677..62a8a95 100644 --- a/noncore/apps/dagger/navbar.cpp +++ b/noncore/apps/dagger/navbar.cpp | |||
@@ -17,13 +17,12 @@ file; see the file COPYING. If not, write to the Free Software Foundation, Inc., | |||
17 | 17 | ||
18 | #include "navbar.h" | 18 | #include "navbar.h" |
19 | 19 | ||
20 | #include <opie2/oresource.h> | 20 | #include <opie2/oresource.h> |
21 | 21 | ||
22 | #include <qpe/config.h> | 22 | #include <qpe/config.h> |
23 | #include <qpe/resource.h> | ||
24 | 23 | ||
25 | #include <qaction.h> | 24 | #include <qaction.h> |
26 | #include <qlineedit.h> | 25 | #include <qlineedit.h> |
27 | #include <qwhatsthis.h> | 26 | #include <qwhatsthis.h> |
28 | 27 | ||
29 | NavBar::NavBar( QMainWindow *parent ) | 28 | NavBar::NavBar( QMainWindow *parent ) |