[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Sat Sep 20 16:03:06 UTC 2003


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

to the relevant files


  M +22 -39    associationwidget.cpp   1.45
  M +42 -42    codedocument.cpp   1.9
  M +18 -17    codegenerationpolicy.cpp   1.4
  M +37 -37    codegenobjectwithtextblocks.cpp   1.6
  M +9 -10     floatingtext.cpp   1.23
  M +21 -21    hierarchicalcodeblock.cpp   1.9
  M +6 -7      objectwidget.cpp   1.26
  M +7 -7      ownedcodeblock.cpp   1.6
  M +13 -13    umldoc.cpp   1.69
  M +8 -4      umllistview.cpp   1.53
  M +14 -9     umlview.cpp   1.91
  M +1 -0      clipboard/umldrag.cpp   1.12
  M +14 -14    codegenerators/cppcodegenerationpolicy.cpp   1.5
  M +10 -10    codegenerators/cppheadercodeoperation.cpp   1.6
  M +8 -8      codegenerators/cppsourcecodeoperation.cpp   1.6
  M +16 -17    codegenerators/javacodegenerationpolicy.cpp   1.6
  M +13 -13    codegenerators/simplecodegenerator.cpp   1.6
  M +16 -16    codegenerators/xmlschemaclassifiercodedocument.cpp   1.6
  M +4 -4      diagram/associationwidget.cpp   1.6
  M +5 -5      diagram/pathsegment.cpp   1.2
  M +9 -10     diagram/toolbar.cpp   1.3
  M +6 -6      diagram/widgetset.cpp   1.3
  M +5 -4      dialogs/activitypage.cpp   1.6
  M +28 -28    dialogs/codeeditor.cpp   1.10
  M +5 -3      refactoring/refactoringassistant.cpp   1.13







More information about the umbrello-devel mailing list