comparison demos/browser/squeezelabel.d @ 94:87bb4e622f9e

more porting
author mandel
date Thu, 28 May 2009 22:11:52 +0000
parents 0654fc9bac95
children
comparison
equal deleted inserted replaced
93:55fd7080c4b9 94:87bb4e622f9e
39 ** 39 **
40 ****************************************************************************/ 40 ****************************************************************************/
41 module squeezelabel; 41 module squeezelabel;
42 42
43 43
44 import QtGui.QLabel; 44 import qt.gui.QLabel;
45 45
46 46
47 class SqueezeLabel : public QLabel 47 class SqueezeLabel : public QLabel
48 { 48 {
49 public: 49 public: