Diffstat (limited to 'libopie2/opieui/omenubar.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opieui/omenubar.cpp | 2 |
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 @@ -- :-=` this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <omenubar.h> +#include <opie2/omenubar.h> OMenuBar::OMenuBar(QWidget* parent, const char* name) :OpieMenuBar(parent, name) { } |