diff options
Diffstat (limited to 'khexedit')
28 files changed, 40 insertions, 40 deletions
diff --git a/khexedit/bitswapwidget.h b/khexedit/bitswapwidget.h index d07c009..7d5c409 100644 --- a/khexedit/bitswapwidget.h +++ b/khexedit/bitswapwidget.h @@ -28,7 +28,7 @@ class CDigitLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -70,7 +70,7 @@ inline uint CDigitLabel::value( void ) class CByteWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/chartabledialog.h b/khexedit/chartabledialog.h index c5a204c..11206a9 100644 --- a/khexedit/chartabledialog.h +++ b/khexedit/chartabledialog.h @@ -34,7 +34,7 @@ class TQSpinBox; class CCharTableDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/converterdialog.h b/khexedit/converterdialog.h index 8cfd51d..1ee1287 100644 --- a/khexedit/converterdialog.h +++ b/khexedit/converterdialog.h @@ -29,7 +29,7 @@ class CHexValidator; class CValidateLineEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: @@ -53,7 +53,7 @@ class CValidateLineEdit : public TQLineEdit class CConverterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/dialog.h b/khexedit/dialog.h index ad6c09c..6322c2d 100644 --- a/khexedit/dialog.h +++ b/khexedit/dialog.h @@ -63,7 +63,7 @@ const uint Find_Next = 7; class CGotoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -90,7 +90,7 @@ class CGotoDialog : public KDialogBase class CFindDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -138,7 +138,7 @@ class CFindDialog : public KDialogBase class CFindNavigatorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -168,7 +168,7 @@ class CFindNavigatorDialog : public KDialogBase class CReplaceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -212,7 +212,7 @@ class CReplaceDialog : public KDialogBase class CReplacePromptDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -242,7 +242,7 @@ class CReplacePromptDialog : public KDialogBase class CFilterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -302,7 +302,7 @@ class CFilterDialog : public KDialogBase class CInsertDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/draglabel.h b/khexedit/draglabel.h index 999d502..c4e48e5 100644 --- a/khexedit/draglabel.h +++ b/khexedit/draglabel.h @@ -31,7 +31,7 @@ class KURLDrag; class CDragLabel: public TQLabel { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h index 392e74c..c5fbfc5 100644 --- a/khexedit/exportdialog.h +++ b/khexedit/exportdialog.h @@ -38,7 +38,7 @@ class KSimpleConfig; class CExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/fileinfodialog.h b/khexedit/fileinfodialog.h index cd1bd4a..b94a83e 100644 --- a/khexedit/fileinfodialog.h +++ b/khexedit/fileinfodialog.h @@ -35,7 +35,7 @@ class CListView; class CFileInfoDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hexdrag.h b/khexedit/hexdrag.h index 0f267f4..0f26583 100644 --- a/khexedit/hexdrag.h +++ b/khexedit/hexdrag.h @@ -27,7 +27,7 @@ class CHexDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hexeditorwidget.h b/khexedit/hexeditorwidget.h index 030b135..b95b4aa 100644 --- a/khexedit/hexeditorwidget.h +++ b/khexedit/hexeditorwidget.h @@ -53,7 +53,7 @@ namespace TDEIO { class Job; } class CHexEditorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hexmanagerwidget.h b/khexedit/hexmanagerwidget.h index a3956f1..8c23bd8 100644 --- a/khexedit/hexmanagerwidget.h +++ b/khexedit/hexmanagerwidget.h @@ -74,7 +74,7 @@ class CFileKey class CTabBar : public TQTabBar { - Q_OBJECT + TQ_OBJECT public: @@ -100,7 +100,7 @@ class CTabBar : public TQTabBar class CHexManagerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hextoolwidget.h b/khexedit/hextoolwidget.h index 1a6ddf4..f04699b 100644 --- a/khexedit/hextoolwidget.h +++ b/khexedit/hextoolwidget.h @@ -33,7 +33,7 @@ class TQCheckBox; class CHexToolWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hexvalidator.h b/khexedit/hexvalidator.h index c15cb5c..396c2e7 100644 --- a/khexedit/hexvalidator.h +++ b/khexedit/hexvalidator.h @@ -25,7 +25,7 @@ class CHexValidator: public TQValidator { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/hexviewwidget.h b/khexedit/hexviewwidget.h index 358cab4..c439635 100644 --- a/khexedit/hexviewwidget.h +++ b/khexedit/hexviewwidget.h @@ -39,7 +39,7 @@ class CScrollBar : public TQScrollBar { - Q_OBJECT + TQ_OBJECT public: @@ -61,7 +61,7 @@ class CScrollBar : public TQScrollBar class CDragManager : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -99,7 +99,7 @@ class CDragManager : public TQWidget class CHexViewWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/lib/kbufferdrag.h b/khexedit/lib/kbufferdrag.h index e20fb43..8aea022 100644 --- a/khexedit/lib/kbufferdrag.h +++ b/khexedit/lib/kbufferdrag.h @@ -39,7 +39,7 @@ typedef KColTextExport* KColTextExportPtr; */ class TDEBufferDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/lib/kbytesedit.h b/khexedit/lib/kbytesedit.h index a94fff6..de9cd7d 100644 --- a/khexedit/lib/kbytesedit.h +++ b/khexedit/lib/kbytesedit.h @@ -56,7 +56,7 @@ class KBytesEditPrivate; //TODO: give the bytes edit widget an empty buffer as default class KHEXEDIT_EXPORT KBytesEdit : public KHexEdit { - Q_OBJECT + TQ_OBJECT //_PROPERTY( char * Data READ data ) TQ_PROPERTY( int DataSize READ dataSize ) diff --git a/khexedit/lib/kcolumnsview.h b/khexedit/lib/kcolumnsview.h index d51e54c..f728d44 100644 --- a/khexedit/lib/kcolumnsview.h +++ b/khexedit/lib/kcolumnsview.h @@ -41,7 +41,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 c44fb89..7b25536 100644 --- a/khexedit/lib/khexedit.h +++ b/khexedit/lib/khexedit.h @@ -80,7 +80,7 @@ class KHEXEDIT_EXPORT KHexEdit : public KColumnsView friend class KValueEditor; friend class KCharEditor; - Q_OBJECT + TQ_OBJECT TQ_ENUMS( KResizeStyle KCoding ) TQ_PROPERTY( bool OverwriteMode READ isOverwriteMode WRITE setOverwriteMode ) diff --git a/khexedit/listview.h b/khexedit/listview.h index 6fe963c..7a40e3c 100644 --- a/khexedit/listview.h +++ b/khexedit/listview.h @@ -25,7 +25,7 @@ class CListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/optiondialog.h b/khexedit/optiondialog.h index 9cf9e1e..8f0b831 100644 --- a/khexedit/optiondialog.h +++ b/khexedit/optiondialog.h @@ -42,7 +42,7 @@ class TDEFontChooser; class CColorListBox : public TDEListBox { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ class CColorListItem : public TQListBoxItem class COptionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.h b/khexedit/parts/kbytesedit/kbyteseditwidget.h index 99bc684..145383b 100644 --- a/khexedit/parts/kbytesedit/kbyteseditwidget.h +++ b/khexedit/parts/kbytesedit/kbyteseditwidget.h @@ -42,7 +42,7 @@ class KBytesEditWidget : public TQWidget, public KHE::BytesEditInterface, public KHE::ValueColumnInterface, public KHE::CharColumnInterface, public KHE::ZoomInterface, public KHE::ClipboardInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/parts/kpart/khebrowserextension.h b/khexedit/parts/kpart/khebrowserextension.h index 8096bef..c555de0 100644 --- a/khexedit/parts/kpart/khebrowserextension.h +++ b/khexedit/parts/kpart/khebrowserextension.h @@ -33,7 +33,7 @@ class KHexEditPart; */ class KHexEditBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/parts/kpart/khepart.h b/khexedit/parts/kpart/khepart.h index dcdba24..edc6ec7 100644 --- a/khexedit/parts/kpart/khepart.h +++ b/khexedit/parts/kpart/khepart.h @@ -44,7 +44,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 9d12317..e573e01 100644 --- a/khexedit/parts/kpart/khepartfactory.h +++ b/khexedit/parts/kpart/khepartfactory.h @@ -26,7 +26,7 @@ class TDEAboutData; class KHexEditPartFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/printdialogpage.h b/khexedit/printdialogpage.h index 2b88b2e..c08e31e 100644 --- a/khexedit/printdialogpage.h +++ b/khexedit/printdialogpage.h @@ -32,7 +32,7 @@ class TQSpinBox; class LayoutDialogPage : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/searchbar.h b/khexedit/searchbar.h index b0aed20..087f0f6 100644 --- a/khexedit/searchbar.h +++ b/khexedit/searchbar.h @@ -32,7 +32,7 @@ class CHexValidator; class CSearchBar : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/statusbarprogress.h b/khexedit/statusbarprogress.h index fb7e362..9446f7b 100644 --- a/khexedit/statusbarprogress.h +++ b/khexedit/statusbarprogress.h @@ -27,7 +27,7 @@ class CStatusBarProgress : public TQFrame, public TQRangeControl { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/stringdialog.h b/khexedit/stringdialog.h index 2726665..51d1fb2 100644 --- a/khexedit/stringdialog.h +++ b/khexedit/stringdialog.h @@ -40,7 +40,7 @@ class CListView; class CStringDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/khexedit/toplevel.h b/khexedit/toplevel.h index 6991a58..f343b03 100644 --- a/khexedit/toplevel.h +++ b/khexedit/toplevel.h @@ -47,7 +47,7 @@ class CDragLabel; class KHexEdit : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT enum StatusBarId |