summaryrefslogtreecommitdiff
path: root/libopie2
authormickeyl <mickeyl>2003-09-25 18:11:35 (UTC)
committer mickeyl <mickeyl>2003-09-25 18:11:35 (UTC)
commit11370952060598f7c79f9df70289f74ecc7693a1 (patch) (unidiff)
tree23baa104e3994c9357ce0454e211cfc9b958408d /libopie2
parent2d97604243f83dc7d057656148112c8018677bba (diff)
downloadopie-11370952060598f7c79f9df70289f74ecc7693a1.zip
opie-11370952060598f7c79f9df70289f74ecc7693a1.tar.gz
opie-11370952060598f7c79f9df70289f74ecc7693a1.tar.bz2
fix wrong include
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/omenubar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/omenubar.cpp b/libopie2/opieui/omenubar.cpp
index bee2815..3279701 100644
--- a/libopie2/opieui/omenubar.cpp
+++ b/libopie2/opieui/omenubar.cpp
@@ -25,12 +25,12 @@
25    --        :-=` this library; see the file COPYING.LIB. 25    --        :-=` this library; see the file COPYING.LIB.
26 If not, write to the Free Software Foundation, 26 If not, write to the Free Software Foundation,
27 Inc., 59 Temple Place - Suite 330, 27 Inc., 59 Temple Place - Suite 330,
28 Boston, MA 02111-1307, USA. 28 Boston, MA 02111-1307, USA.
29*/ 29*/
30 30
31#include <omenubar.h> 31#include <opie2/omenubar.h>
32 32
33OMenuBar::OMenuBar(QWidget* parent, const char* name) 33OMenuBar::OMenuBar(QWidget* parent, const char* name)
34:OpieMenuBar(parent, name) 34:OpieMenuBar(parent, name)
35{ 35{
36} 36}