summaryrefslogtreecommitdiffstats
path: root/khexedit/chartabledialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
commit5f5ee2367157176ed223b86343eb0a9e4022e020 (patch)
tree6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /khexedit/chartabledialog.h
parent4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff)
downloadtdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz
tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit/chartabledialog.h')
-rw-r--r--khexedit/chartabledialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/khexedit/chartabledialog.h b/khexedit/chartabledialog.h
index a35246b..09f1485 100644
--- a/khexedit/chartabledialog.h
+++ b/khexedit/chartabledialog.h
@@ -37,26 +37,26 @@ class CCharTableDialog : public KDialogBase
Q_OBJECT
public:
- CCharTableDialog( QWidget *parent=0, const char *name=0,bool modal=false );
+ CCharTableDialog( TQWidget *parent=0, const char *name=0,bool modal=false );
~CCharTableDialog( void );
signals:
- void assign( const QByteArray &buf );
+ void assign( const TQByteArray &buf );
protected slots:
virtual void slotUser1( void );
- virtual void startAssign( QListViewItem * );
+ virtual void startAssign( TQListViewItem * );
protected:
- virtual void resizeEvent( QResizeEvent *e );
- virtual void showEvent( QShowEvent *e );
+ virtual void resizeEvent( TQResizeEvent *e );
+ virtual void showEvent( TQShowEvent *e );
private:
void createListData( void );
void setColumnWidth( void );
private:
- QSpinBox *mInputCountSpin;
+ TQSpinBox *mInputCountSpin;
CListView *mCharacterList;
};