From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkscan/scanparams.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'libkscan/scanparams.h') diff --git a/libkscan/scanparams.h b/libkscan/scanparams.h index c80e1ce6..7508cdb9 100644 --- a/libkscan/scanparams.h +++ b/libkscan/scanparams.h @@ -23,11 +23,11 @@ #include "kscandevice.h" #include "scansourcedialog.h" -#include -#include +#include +#include -#include -#include +#include +#include /** *@author Klaas Freitag @@ -35,12 +35,12 @@ class GammaDialog; class KScanOptSet; -class QScrollView; +class TQScrollView; class KLed; -class QProgressDialog; -class QPushButton; -class QCheckBox; -class QButtonGroup; +class TQProgressDialog; +class TQPushButton; +class TQCheckBox; +class TQButtonGroup; typedef enum { ID_SANE_DEBUG, ID_QT_IMGIO, ID_SCAN } ScanMode; @@ -48,10 +48,10 @@ class ScanParams : public QVBox { Q_OBJECT public: - ScanParams( QWidget *parent, const char *name = 0); + ScanParams( TQWidget *parent, const char *name = 0); ~ScanParams(); #if 0 - QSize sizeHint( ); + TQSize sizeHint( ); #endif bool connectDevice( KScanDevice* ); @@ -64,7 +64,7 @@ public slots: * between 0 and 1000, which are interpreted as tenth of percent of the * whole image dimensions. **/ -void slCustomScanSize( QRect ); +void slCustomScanSize( TQRect ); /** * sets the scan area to the default, which is the whole area. @@ -147,7 +147,7 @@ void slSourceSelect( void ); private: - QScrollView* scannerParams( ); + TQScrollView* scannerParams( ); void virtualScannerParams( void ); void createNoScannerMsg( void ); void initialise( KScanOption* ); @@ -157,21 +157,21 @@ private: KScanDevice *sane_device; KScanOption *virt_filename; - QCheckBox *cb_gray_preview; - QPushButton *pb_edit_gtable; - QPushButton *pb_source_sel; + TQCheckBox *cb_gray_preview; + TQPushButton *pb_edit_gtable; + TQPushButton *pb_source_sel; ADF_BEHAVE adf; - QButtonGroup *bg_virt_scan_mode; + TQButtonGroup *bg_virt_scan_mode; ScanMode scan_mode; - QDir last_virt_scan_path; + TQDir last_virt_scan_path; KScanOption *xy_resolution_bind; KScanOptSet *startupOptset; - QProgressDialog *progressDialog; + TQProgressDialog *progressDialog; - QPixmap pixLineArt, pixGray, pixColor, pixHalftone, pixMiniFloppy; + TQPixmap pixLineArt, pixGray, pixColor, pixHalftone, pixMiniFloppy; KLed *m_led; bool m_firstGTEdit; -- cgit v1.2.3