KMDI for KDE 3.1.x
Andras Mantia
amantia at kde.org
Tue Mar 30 23:26:08 UTC 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
AFAIK KDevelop3 should be compilable under KDE 3.1.x and even under KDE
3.0.x, and this is why you have a lib/qextmdi. In Quanta we are trying to do
the same and support KDE 3.1.x as well. The problem I see is the usage of
KTabWidget, which is not available under KDE 3.1.x. I found the following
weird:
kmdimainfrm.h:
class KMdiDocumentViewTabWidget * m_documentTabWidget;
....
class KTabWidget * tabWidget() const;
kmdimainfrm.cpp:
KTabWidget * KMdiMainFrm::tabWidget() const
{
return m_documentTabWidget;
}
kmdidocumentviewtabwidget.h:
#include <ktabwidget.h> <<< This does not exists on KDE 3.1.x!
#include <kmdidefines.h>
class KMdiDocumentViewTabWidget: public KTabWidget
...
So, how does it work for you? ;-)
Andras
- --
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFAaeZLTQdfac6L/08RAhY1AJ9YguqFPYOIYaEB30AKXgp8XrTs3QCdFMBr
8uhNuwc3tuiAQas6hDqk/AM=
=+DS2
-----END PGP SIGNATURE-----
More information about the KDevelop-devel
mailing list