diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
commit | eba47f8f0637f451e21348187591e1f1fd58ac74 (patch) | |
tree | 448f10b95c656604acc331a3236c1e59bde5c1ad /libkscan/imgscaledialog.h | |
parent | c7e8736c69373f48b0401319757c742e8607431a (diff) | |
download | tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip |
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkscan/imgscaledialog.h')
-rw-r--r-- | libkscan/imgscaledialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkscan/imgscaledialog.h b/libkscan/imgscaledialog.h index 8bbe1963..6ab4cb78 100644 --- a/libkscan/imgscaledialog.h +++ b/libkscan/imgscaledialog.h @@ -20,7 +20,7 @@ #ifndef __IMGSCALEDIALOG_H__ #define __IMGSCALEDIALOG_H__ -#include <qlineedit.h> +#include <tqlineedit.h> #include <kdialogbase.h> @@ -35,7 +35,7 @@ class ImgScaleDialog : public KDialogBase Q_PROPERTY( int selected READ getSelected WRITE setSelValue ) public: - ImgScaleDialog( QWidget *parent, int curr_sel = 100, + ImgScaleDialog( TQWidget *parent, int curr_sel = 100, const char *name = 0 ); public slots: @@ -50,9 +50,9 @@ public slots: signals: void customScaleChange( int ); public slots: - void customChanged( const QString& ); + void customChanged( const TQString& ); private: - QLineEdit *leCust; + TQLineEdit *leCust; int selected; class ImgScaleDialogPrivate; |