author | mickeyl <mickeyl> | 2003-09-25 18:11:35 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-09-25 18:11:35 (UTC) |
commit | 11370952060598f7c79f9df70289f74ecc7693a1 (patch) (side-by-side diff) | |
tree | 23baa104e3994c9357ce0454e211cfc9b958408d | |
parent | 2d97604243f83dc7d057656148112c8018677bba (diff) | |
download | opie-11370952060598f7c79f9df70289f74ecc7693a1.zip opie-11370952060598f7c79f9df70289f74ecc7693a1.tar.gz opie-11370952060598f7c79f9df70289f74ecc7693a1.tar.bz2 |
fix wrong include
-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 @@ -19,18 +19,18 @@ _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU ..}^=.= = ; Library General Public License for more ++= -. .` .: details. : = ...= . :.=- -. .:....=;==+<; You should have received a copy of the GNU -_. . . )=. = Library General Public License along with -- :-=` 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) { } |