comparison generator/typesystem_gui-java.java @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 34a37904ff77
children
comparison
equal deleted inserted replaced
313:cb7fb9195175 314:80b52f5e97b6
289 } 289 }
290 */ 290 */
291 }// class 291 }// class
292 292
293 class QImage___ extends QImage { 293 class QImage___ extends QImage {
294 private import qt.qtd.Str; 294 private import qtd.String;
295 295
296 public this(string[] xpm) { 296 public this(string[] xpm) {
297 this(toStringzArray(xpm)); 297 this(toStringzArray(xpm));
298 } 298 }
299 /* 299 /*
475 475
476 }// class 476 }// class
477 477
478 class QPixmap___ extends QPixmap { 478 class QPixmap___ extends QPixmap {
479 479
480 private import qt.qtd.Str; 480 private import qtd.String;
481 481
482 public this(string[] xpm) { 482 public this(string[] xpm) {
483 this(toStringzArray(xpm)); 483 this(toStringzArray(xpm));
484 } 484 }
485 485