diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:52:55 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:52:55 +0000 |
commit | 5f5ee2367157176ed223b86343eb0a9e4022e020 (patch) | |
tree | 6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /khexedit/printdialogpage.h | |
parent | 4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff) | |
download | tdeutils-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/printdialogpage.h')
-rw-r--r-- | khexedit/printdialogpage.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/khexedit/printdialogpage.h b/khexedit/printdialogpage.h index bdc58f6..d25fd48 100644 --- a/khexedit/printdialogpage.h +++ b/khexedit/printdialogpage.h @@ -35,10 +35,10 @@ class LayoutDialogPage : public KPrintDialogPage Q_OBJECT public: - LayoutDialogPage( QWidget *parent = 0, const char *name = 0 ); + LayoutDialogPage( TQWidget *parent = 0, const char *name = 0 ); ~LayoutDialogPage( void ); - void getOptions( QMap<QString,QString>& opts, bool incldef = false ); + void getOptions( TQMap<TQString,TQString>& opts, bool incldef = false ); private slots: void slotDrawHeader( bool state ); @@ -50,20 +50,20 @@ class LayoutDialogPage : public KPrintDialogPage void readConfiguration( void ); void writeConfiguration( void ); - QString headerText( uint index ); - QString headerLine( uint index ); - int headerTextIndex( const QString & headerText ); - int headerLineIndex( const QString & headerLine ); + TQString headerText( uint index ); + TQString headerLine( uint index ); + int headerTextIndex( const TQString & headerText ); + int headerLineIndex( const TQString & headerLine ); struct SLayoutWidgets { - QSpinBox *marginSpin[4]; - QCheckBox *headerCheck; - QCheckBox *footerCheck; - QLabel *headerLabel[4]; - QComboBox *headerCombo[4]; - QLabel *footerLabel[4]; - QComboBox *footerCombo[4]; + TQSpinBox *marginSpin[4]; + TQCheckBox *headerCheck; + TQCheckBox *footerCheck; + TQLabel *headerLabel[4]; + TQComboBox *headerCombo[4]; + TQLabel *footerLabel[4]; + TQComboBox *footerCombo[4]; }; KSimpleConfig *mConfig; |