[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    compile error in kimageshop
From:       Christian Bucher <bucher () vernetzt ! at>
Date:       1999-09-26 19:49:55
[Download RAW message or body]

make[3]: Entering directory `/pub/local/src/koffice/CVS/koffice/kimageshop/tools'
/bin/sh ../../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. \
                -I./.. -I./../widgets -I./../dialogs -I../dialogs
-I../../lib -I../../lib/kofficeui -I../../lib/kofficeui -I../../lib/kofficecore \
                -I../../lib/kofficecore -I../../lib/koml
-I../../lib/koml -I../../lib/store -I../../lib/store -I/opt/kde-cvs/include \
                -I/usr/local/src/qt-2.0.1/include  -I/usr/X11R6/include
-I/usr/local/include    -O2 -c movetool.cc
In file included from movetool.h:27,
                 from movetool.cc:24:
../tool.h:36: conflicting return type specified for virtual function `class QCString \
                Tool::toolName()'
../kimageshop.h:134:   overriding definition as `char * \
::KImageShop::Tool::toolName()'




in kimageshop.h:134

    virtual char* toolName() = 0;

changed to

    virtual QCString toolName() = 0;

in kimageshop.h:153

    char* toolName();

changed to

    QCString toolName();



christian

-- 
+-------------------------------------------------------------------
> Christian Bucher
> phone: +43 1 5488640 mobil: +43 676 4208334
> mailto:bucher@vernetzt.at
+-------------------------------------------------------------------


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic