summaryrefslogtreecommitdiffstats
path: root/kview/kviewviewer/imagesettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'kview/kviewviewer/imagesettings.h')
-rw-r--r--kview/kviewviewer/imagesettings.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kview/kviewviewer/imagesettings.h b/kview/kviewviewer/imagesettings.h
index 5d7bf88e..f627cbac 100644
--- a/kview/kviewviewer/imagesettings.h
+++ b/kview/kviewviewer/imagesettings.h
@@ -21,22 +21,22 @@
#include <kdeprint/kprintdialogpage.h>
-class QCheckBox;
+class TQCheckBox;
class ImageSettings : public KPrintDialogPage
{
Q_OBJECT
public:
- ImageSettings( QWidget * parent = 0, const char * name = 0 );
+ ImageSettings( TQWidget * parent = 0, const char * name = 0 );
~ImageSettings();
- void setOptions( const QMap<QString, QString> & opts );
- void getOptions( QMap<QString, QString> & opts, bool include_def = false );
- bool isValid( QString & msg );
+ void setOptions( const TQMap<TQString, TQString> & opts );
+ void getOptions( TQMap<TQString, TQString> & opts, bool include_def = false );
+ bool isValid( TQString & msg );
private:
- QCheckBox * m_pFitImage;
- QCheckBox * m_pCenter;
+ TQCheckBox * m_pFitImage;
+ TQCheckBox * m_pCenter;
};
// vim:sw=4:ts=4