From atlantik-devel Mon Jul 29 04:23:38 2002 From: Chad Nouis Date: Mon, 29 Jul 2002 04:23:38 +0000 To: atlantik-devel Subject: [atlantik-devel] Compile Error from CVS Build X-MARC-Message: https://marc.info/?l=atlantik-devel&m=102791664911935 Compiling the kdegames package from the CVS sources yields the following error: display_widget.cpp: In method `void BoardDisplay::buttonPressed ()': display_widget.cpp:62: cannot convert `const QObject *' to `QObject *' in initialization make[3]: *** [display_widget.lo] Error 1 This can be fixed by changing atlantik/libatlantikui/display_widget.cpp line 62 from: QObject *o = QObject::sender(); to: QObject *o = const_cast (QObject::sender()); It's ugly, but I had to do it to allow compiling to work again. Chad Nouis __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com _______________________________________________ atlantik-devel mailing list atlantik-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-devel