[Uml-devel] Re: kdesdk/umbrello/umbrello

David Faure dfaure at klaralvdalens-datakonsult.se
Sat Sep 20 16:08:06 UTC 2003


On Sunday 21 September 2003 01:01, Jonathan Riddell wrote:
> CVS commit by jriddell: 
> 
> Remove all compiler warnings (hopefully).
> KLineEditDlg changed to KInputDialogue
> if you want this to work with KDE 3.1 libs you'll need to add
> 
> #if QT_VERSION < 0x030200
> # include <klineeditdlg.h>  //deprecated
> # define KInputDialog       KLineEditDlg
> #else
> # include <kinputdialog.h>
> #endif

Wrong, you should use #if !KDE_IS_VERSION(3,2)  instead.
This is dependent on kdelibs, not on Qt.

-- 
David Faure -- faure at kde.org, dfaure at klaralvdalens-datakonsult.se
Qt/KDE/KOffice developer
Klarälvdalens Datakonsult AB, Platform-independent software solutions




More information about the umbrello-devel mailing list