diff options
Diffstat (limited to 'khexedit')
28 files changed, 40 insertions, 40 deletions
diff --git a/khexedit/bitswapwidget.h b/khexedit/bitswapwidget.h index d2ec6de..d07c009 100644 --- a/khexedit/bitswapwidget.h +++ b/khexedit/bitswapwidget.h @@ -29,7 +29,7 @@ class CDigitLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: CDigitLabel( TQWidget *parent, uint digit = 0, const char *name=0 ); @@ -71,7 +71,7 @@ inline uint CDigitLabel::value( void ) class CByteWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CByteWidget( TQWidget *parent, const char *name=0 ); diff --git a/khexedit/chartabledialog.h b/khexedit/chartabledialog.h index 6b7610b..c5a204c 100644 --- a/khexedit/chartabledialog.h +++ b/khexedit/chartabledialog.h @@ -35,7 +35,7 @@ class TQSpinBox; class CCharTableDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CCharTableDialog( TQWidget *parent=0, const char *name=0,bool modal=false ); diff --git a/khexedit/converterdialog.h b/khexedit/converterdialog.h index 544517b..8cfd51d 100644 --- a/khexedit/converterdialog.h +++ b/khexedit/converterdialog.h @@ -30,7 +30,7 @@ class CHexValidator; class CValidateLineEdit : public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: CValidateLineEdit( TQWidget *parent, int validateType, const char *name=0 ); @@ -54,7 +54,7 @@ class CValidateLineEdit : public TQLineEdit class CConverterDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CConverterDialog( TQWidget *parent, const char *name=0, bool modal=true ); diff --git a/khexedit/dialog.h b/khexedit/dialog.h index 61b4633..ad6c09c 100644 --- a/khexedit/dialog.h +++ b/khexedit/dialog.h @@ -64,7 +64,7 @@ const uint Find_Next = 7; class CGotoDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CGotoDialog( TQWidget *parent, const char *name = 0, bool modal = false ); @@ -91,7 +91,7 @@ class CGotoDialog : public KDialogBase class CFindDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum EOperation @@ -139,7 +139,7 @@ class CFindDialog : public KDialogBase class CFindNavigatorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CFindNavigatorDialog( TQWidget *parent=0, const char *name=0, @@ -169,7 +169,7 @@ class CFindNavigatorDialog : public KDialogBase class CReplaceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CReplaceDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); @@ -213,7 +213,7 @@ class CReplaceDialog : public KDialogBase class CReplacePromptDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CReplacePromptDialog( TQWidget *parent=0, const char *name=0, @@ -243,7 +243,7 @@ class CReplacePromptDialog : public KDialogBase class CFilterDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum EStackMode @@ -303,7 +303,7 @@ class CFilterDialog : public KDialogBase class CInsertDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CInsertDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); diff --git a/khexedit/draglabel.h b/khexedit/draglabel.h index 44f355b..999d502 100644 --- a/khexedit/draglabel.h +++ b/khexedit/draglabel.h @@ -32,7 +32,7 @@ class KURLDrag; class CDragLabel: public TQLabel { Q_OBJECT - TQ_OBJECT + public: CDragLabel( TQWidget *parent ); diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h index ee89134..392e74c 100644 --- a/khexedit/exportdialog.h +++ b/khexedit/exportdialog.h @@ -39,7 +39,7 @@ class KSimpleConfig; class CExportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum EPage diff --git a/khexedit/fileinfodialog.h b/khexedit/fileinfodialog.h index 816c972..cd1bd4a 100644 --- a/khexedit/fileinfodialog.h +++ b/khexedit/fileinfodialog.h @@ -36,7 +36,7 @@ class CListView; class CFileInfoDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CFileInfoDialog( TQWidget *parent=0, const char *name=0,bool modal=false ); diff --git a/khexedit/hexdrag.h b/khexedit/hexdrag.h index 7d4fd26..0f267f4 100644 --- a/khexedit/hexdrag.h +++ b/khexedit/hexdrag.h @@ -28,7 +28,7 @@ class CHexDrag : public TQDragObject { Q_OBJECT - TQ_OBJECT + public: CHexDrag( const TQByteArray &data, TQWidget *dragSource = 0, diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index 669d789..a417343 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -54,7 +54,7 @@ namespace KIO { class Job; } class CHexEditorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum EProgressMode diff --git a/khexedit/hexmanagerwidget.h b/khexedit/hexmanagerwidget.h index b04fbc8..a3956f1 100644 --- a/khexedit/hexmanagerwidget.h +++ b/khexedit/hexmanagerwidget.h @@ -75,7 +75,7 @@ class CFileKey class CTabBar : public TQTabBar { Q_OBJECT - TQ_OBJECT + public: CTabBar( TQWidget *parent=0, char *name=0 ); @@ -101,7 +101,7 @@ class CTabBar : public TQTabBar class CHexManagerWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum EConversionPosition diff --git a/khexedit/hextoolwidget.h b/khexedit/hextoolwidget.h index cdaaad6..94eb10c 100644 --- a/khexedit/hextoolwidget.h +++ b/khexedit/hextoolwidget.h @@ -34,7 +34,7 @@ class TQCheckBox; class CHexToolWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: CHexToolWidget( TQWidget *parent = 0, const char *name = 0 ); diff --git a/khexedit/hexvalidator.h b/khexedit/hexvalidator.h index 387fcbe..c15cb5c 100644 --- a/khexedit/hexvalidator.h +++ b/khexedit/hexvalidator.h @@ -26,7 +26,7 @@ class CHexValidator: public TQValidator { Q_OBJECT - TQ_OBJECT + public: enum EState diff --git a/khexedit/hexviewwidget.h b/khexedit/hexviewwidget.h index a958309..bccf654 100644 --- a/khexedit/hexviewwidget.h +++ b/khexedit/hexviewwidget.h @@ -40,7 +40,7 @@ class CScrollBar : public TQScrollBar { Q_OBJECT - TQ_OBJECT + public: CScrollBar( Qt::Orientation o, TQWidget *parent, const char *name = 0 ) @@ -62,7 +62,7 @@ class CScrollBar : public TQScrollBar class CDragManager : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum EDragActivateMode @@ -100,7 +100,7 @@ class CDragManager : public TQWidget class CHexViewWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: CHexViewWidget( TQWidget *parent, const char *name, CHexBuffer *hexBuffer ); diff --git a/khexedit/lib/kbufferdrag.h b/khexedit/lib/kbufferdrag.h index 3af0ebd..79a87d9 100644 --- a/khexedit/lib/kbufferdrag.h +++ b/khexedit/lib/kbufferdrag.h @@ -40,7 +40,7 @@ typedef KColTextExport* KColTextExportPtr; class KBufferDrag : public TQDragObject { Q_OBJECT - TQ_OBJECT + public: // TODO: make this call somewhat more generic diff --git a/khexedit/lib/kbytesedit.h b/khexedit/lib/kbytesedit.h index eedf025..a94fff6 100644 --- a/khexedit/lib/kbytesedit.h +++ b/khexedit/lib/kbytesedit.h @@ -57,7 +57,7 @@ class KBytesEditPrivate; class KHEXEDIT_EXPORT KBytesEdit : public KHexEdit { Q_OBJECT - TQ_OBJECT + //_PROPERTY( char * Data READ data ) TQ_PROPERTY( int DataSize READ dataSize ) TQ_PROPERTY( int MaxDataSize READ maxDataSize WRITE setMaxDataSize ) diff --git a/khexedit/lib/kcolumnsview.h b/khexedit/lib/kcolumnsview.h index 3323df9..d51e54c 100644 --- a/khexedit/lib/kcolumnsview.h +++ b/khexedit/lib/kcolumnsview.h @@ -42,7 +42,7 @@ class KColumnsViewPrivate; class KColumnsView : public TQScrollView { Q_OBJECT - TQ_OBJECT + friend class KColumn; diff --git a/khexedit/lib/khexedit.h b/khexedit/lib/khexedit.h index 7122f80..052914e 100644 --- a/khexedit/lib/khexedit.h +++ b/khexedit/lib/khexedit.h @@ -81,7 +81,7 @@ class KHEXEDIT_EXPORT KHexEdit : public KColumnsView friend class KCharEditor; Q_OBJECT - TQ_OBJECT + Q_ENUMS( KResizeStyle KCoding ) TQ_PROPERTY( bool OverwriteMode READ isOverwriteMode WRITE setOverwriteMode ) TQ_PROPERTY( bool OverwriteOnly READ isOverwriteOnly WRITE setOverwriteOnly ) diff --git a/khexedit/listview.h b/khexedit/listview.h index b9182bf..7f687cb 100644 --- a/khexedit/listview.h +++ b/khexedit/listview.h @@ -26,7 +26,7 @@ class CListView : public KListView { Q_OBJECT - TQ_OBJECT + public: CListView( TQWidget *parent=0, const char *name=0, int visibleItem=10 ); diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h index f44aade..b9c649e 100644 --- a/khexedit/optiondialog.h +++ b/khexedit/optiondialog.h @@ -43,7 +43,7 @@ class KFontChooser; class CColorListBox : public KListBox { Q_OBJECT - TQ_OBJECT + public: CColorListBox( TQWidget *parent=0, const char * name=0, WFlags f=0 ); @@ -93,7 +93,7 @@ class CColorListItem : public TQListBoxItem class COptionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum EPage diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.h b/khexedit/parts/kbytesedit/kbyteseditwidget.h index 42ae126..99bc684 100644 --- a/khexedit/parts/kbytesedit/kbyteseditwidget.h +++ b/khexedit/parts/kbytesedit/kbyteseditwidget.h @@ -43,7 +43,7 @@ class KBytesEditWidget : public TQWidget, public KHE::BytesEditInterface, public KHE::ZoomInterface, public KHE::ClipboardInterface { Q_OBJECT - TQ_OBJECT + public: /** constructor API as demanded by KGenericFactory */ diff --git a/khexedit/parts/kpart/khebrowserextension.h b/khexedit/parts/kpart/khebrowserextension.h index f962b0b..3115b8e 100644 --- a/khexedit/parts/kpart/khebrowserextension.h +++ b/khexedit/parts/kpart/khebrowserextension.h @@ -34,7 +34,7 @@ class KHexEditPart; class KHexEditBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: KHexEditBrowserExtension( KHexEditPart *P ); diff --git a/khexedit/parts/kpart/khepart.h b/khexedit/parts/kpart/khepart.h index 4c3fcd9..0ce0391 100644 --- a/khexedit/parts/kpart/khepart.h +++ b/khexedit/parts/kpart/khepart.h @@ -45,7 +45,7 @@ class KHexEdit; class KHexEditPart : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + friend class KHexEditBrowserExtension; diff --git a/khexedit/parts/kpart/khepartfactory.h b/khexedit/parts/kpart/khepartfactory.h index 15f821c..0883caa 100644 --- a/khexedit/parts/kpart/khepartfactory.h +++ b/khexedit/parts/kpart/khepartfactory.h @@ -27,7 +27,7 @@ class KAboutData; class KHexEditPartFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KHexEditPartFactory(); diff --git a/khexedit/printdialogpage.h b/khexedit/printdialogpage.h index 73c3714..2b88b2e 100644 --- a/khexedit/printdialogpage.h +++ b/khexedit/printdialogpage.h @@ -33,7 +33,7 @@ class TQSpinBox; class LayoutDialogPage : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: LayoutDialogPage( TQWidget *parent = 0, const char *name = 0 ); diff --git a/khexedit/searchbar.h b/khexedit/searchbar.h index 25b9011..b0aed20 100644 --- a/khexedit/searchbar.h +++ b/khexedit/searchbar.h @@ -33,7 +33,7 @@ class CHexValidator; class CSearchBar : public TQFrame { Q_OBJECT - TQ_OBJECT + public: CSearchBar( TQWidget *parent=0, const char *name=0, WFlags f=0 ); diff --git a/khexedit/statusbarprogress.h b/khexedit/statusbarprogress.h index 531c9aa..5601316 100644 --- a/khexedit/statusbarprogress.h +++ b/khexedit/statusbarprogress.h @@ -28,7 +28,7 @@ class CStatusBarProgress : public TQFrame, public TQRangeControl { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/khexedit/stringdialog.h b/khexedit/stringdialog.h index b854971..2726665 100644 --- a/khexedit/stringdialog.h +++ b/khexedit/stringdialog.h @@ -41,7 +41,7 @@ class CListView; class CStringDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CStringDialog( TQWidget *parent=0, const char *name = 0, bool modal=false ); diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index 6a8db9b..cb07e3c 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -48,7 +48,7 @@ class CDragLabel; class KHexEdit : public KMainWindow { Q_OBJECT - TQ_OBJECT + enum StatusBarId { |