From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khexedit/parts/kbytesedit/kbyteseditwidget.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'khexedit/parts/kbytesedit/kbyteseditwidget.h') diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.h b/khexedit/parts/kbytesedit/kbyteseditwidget.h index 78e4dba..72bfeb6 100644 --- a/khexedit/parts/kbytesedit/kbyteseditwidget.h +++ b/khexedit/parts/kbytesedit/kbyteseditwidget.h @@ -19,7 +19,7 @@ #define KBYTESEDITWIDGET_H // qt specific -#include +#include // kde specific #include #include @@ -38,7 +38,7 @@ class KBytesEdit; @author Friedrich W. H. Kossebau @version 0.1 **/ -class KBytesEditWidget : public QWidget, public KHE::BytesEditInterface, +class KBytesEditWidget : public TQWidget, public KHE::BytesEditInterface, public KHE::ValueColumnInterface, public KHE::CharColumnInterface, public KHE::ZoomInterface, public KHE::ClipboardInterface { @@ -46,7 +46,7 @@ class KBytesEditWidget : public QWidget, public KHE::BytesEditInterface, public: /** constructor API as demanded by KGenericFactory */ - KBytesEditWidget( QWidget *parent, const char *name, const QStringList & = QStringList() ); + KBytesEditWidget( TQWidget *parent, const char *name, const TQStringList & = TQStringList() ); public: // bytesedit interface /** hands over to the editor a new byte array. @@ -133,7 +133,7 @@ class KBytesEditWidget : public QWidget, public KHE::BytesEditInterface, /** sets the substitute character for "unprintable" chars * returns true if there was a change */ - virtual void setSubstituteChar( QChar SC ); + virtual void setSubstituteChar( TQChar SC ); /** sets the encoding of the char column. Default is KHE::LocalEncoding. * If the encoding is not available the format will not be changed. */ virtual void setEncoding( KEncoding C ); @@ -142,13 +142,13 @@ class KBytesEditWidget : public QWidget, public KHE::BytesEditInterface, */ virtual bool showUnprintable() const; /** returns the actually used substitute character for "unprintable" chars, default is '.' */ - virtual QChar substituteChar() const; + virtual TQChar substituteChar() const; /** */ virtual KEncoding encoding() const; public: // edit interface /** */ - virtual void insert( const QByteArray &D ); + virtual void insert( const TQByteArray &D ); /** de-/selects all data */ virtual void selectAll( bool select ); /** returns true if there is a selected range in the array */ -- cgit v1.2.1