diff options
Diffstat (limited to 'kdeprint/kmdbentry.h')
-rw-r--r-- | kdeprint/kmdbentry.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kdeprint/kmdbentry.h b/kdeprint/kmdbentry.h index 901980a34..6de72c5ba 100644 --- a/kdeprint/kmdbentry.h +++ b/kdeprint/kmdbentry.h @@ -28,19 +28,19 @@ struct KDEPRINT_EXPORT KMDBEntry { // the file location of the driver - QString file; + TQString file; // normal information - QString manufacturer; - QString model; - QString modelname; + TQString manufacturer; + TQString model; + TQString modelname; // information used for auto-detection - QString pnpmanufacturer; - QString pnpmodel; + TQString pnpmanufacturer; + TQString pnpmodel; // short driver description (if any) - QString description; + TQString description; // tell whether this is the recommended driver - bool recommended; - QString drivercomment; + bool recommended; + TQString drivercomment; KMDBEntry(); bool validate(bool checkIt = true); |