diff --git a/ark/ace.h b/ark/ace.h index 4a1c971..ad45945 100644 --- a/ark/ace.h +++ b/ark/ace.h @@ -31,7 +31,7 @@ class TDEProcess; // TODO: Remove me! class AceArch : public Arch { - Q_OBJECT + TQ_OBJECT public: AceArch( ArkWidget *, const TQString & ); diff --git a/ark/ar.h b/ark/ar.h index 896ea73..5e32d2b 100644 --- a/ark/ar.h +++ b/ark/ar.h @@ -38,7 +38,7 @@ class ArkWidget; class ArArch : public Arch { - Q_OBJECT + TQ_OBJECT public: ArArch( ArkWidget *_gui, diff --git a/ark/arch.h b/ark/arch.h index 8d35252..61a3f13 100644 --- a/ark/arch.h +++ b/ark/arch.h @@ -75,7 +75,7 @@ typedef TQValueList< TQPair< TQString, TQt::AlignmentFlags > > ColumnList; */ class Arch : public TQObject { - Q_OBJECT + TQ_OBJECT protected: diff --git a/ark/archiveformatdlg.h b/ark/archiveformatdlg.h index 136236f..733358a 100644 --- a/ark/archiveformatdlg.h +++ b/ark/archiveformatdlg.h @@ -27,7 +27,7 @@ class ArchiveFormatDlg: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ArchiveFormatDlg( TQWidget * parent, const TQString & defaultType ); diff --git a/ark/arj.h b/ark/arj.h index 13d45b4..b85c305 100644 --- a/ark/arj.h +++ b/ark/arj.h @@ -38,7 +38,7 @@ class ArkWidget; class ArjArch : public Arch { - Q_OBJECT + TQ_OBJECT public: ArjArch( ArkWidget *_gui, const TQString & _fileName ); virtual ~ArjArch() { } diff --git a/ark/ark_part.h b/ark/ark_part.h index 49af555..78ca5a4 100644 --- a/ark/ark_part.h +++ b/ark/ark_part.h @@ -45,7 +45,7 @@ namespace TDEIO class ArkBrowserExtension: public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: ArkBrowserExtension( KParts::ReadOnlyPart * parent, const char * name = 0L ); @@ -55,7 +55,7 @@ public slots: class ArkStatusBarExtension: public KParts::StatusBarExtension { - Q_OBJECT + TQ_OBJECT public: ArkStatusBarExtension( KParts::ReadWritePart * parent ); @@ -87,7 +87,7 @@ private: class ArkPart: public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: ArkPart( TQWidget *parentWidget, const char *widgetName, TQObject *parent, diff --git a/ark/arkapp.h b/ark/arkapp.h index 787513d..1d98fa3 100644 --- a/ark/arkapp.h +++ b/ark/arkapp.h @@ -51,7 +51,7 @@ class EqualKey // This class follows the singleton pattern. class ArkApplication : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: virtual int newInstance(); diff --git a/ark/arkviewer.h b/ark/arkviewer.h index af04c80..88cdbf1 100644 --- a/ark/arkviewer.h +++ b/ark/arkviewer.h @@ -27,7 +27,7 @@ class ArkViewer : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/ark/arkwidget.h b/ark/arkwidget.h index 6d7bd5e..4767ba8 100644 --- a/ark/arkwidget.h +++ b/ark/arkwidget.h @@ -58,7 +58,7 @@ class SearchBar; class ArkWidget : public TQVBox { - Q_OBJECT + TQ_OBJECT public: ArkWidget( TQWidget *parent=0, const char *name=0 ); diff --git a/ark/compressedfile.h b/ark/compressedfile.h index 16d84fb..d3eba30 100644 --- a/ark/compressedfile.h +++ b/ark/compressedfile.h @@ -43,7 +43,7 @@ class ArkWidget; // class CompressedFile : public Arch { - Q_OBJECT + TQ_OBJECT public: CompressedFile( ArkWidget *_gui, const TQString & _fileName, const TQString &_openAsMimeType ); diff --git a/ark/extractiondialog.h b/ark/extractiondialog.h index da2f6e9..0b5a229 100644 --- a/ark/extractiondialog.h +++ b/ark/extractiondialog.h @@ -40,7 +40,7 @@ class KURLRequester; class ExtractionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/ark/filelistview.h b/ark/filelistview.h index d4f7438..58ecfcb 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -75,7 +75,7 @@ typedef TQValueList< TQPair< TQString, TQt::AlignmentFlags > > ColumnList; class FileListView: public TDEListView { - Q_OBJECT + TQ_OBJECT public: FileListView( TQWidget *parent = 0, const char* name = 0 ); diff --git a/ark/lha.h b/ark/lha.h index 8babd1d..a7ccc30 100644 --- a/ark/lha.h +++ b/ark/lha.h @@ -37,7 +37,7 @@ class ArkWidget; class LhaArch : public Arch { - Q_OBJECT + TQ_OBJECT public: LhaArch( ArkWidget *, const TQString & ); diff --git a/ark/mainwindow.h b/ark/mainwindow.h index b77dec5..d0b7a89 100644 --- a/ark/mainwindow.h +++ b/ark/mainwindow.h @@ -40,7 +40,7 @@ class ArkWidget; class MainWindow: public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: MainWindow( TQWidget *parent=0, const char *name=0 ); diff --git a/ark/rar.h b/ark/rar.h index 1476214..6496bc3 100644 --- a/ark/rar.h +++ b/ark/rar.h @@ -36,7 +36,7 @@ class ArkWidget; class RarArch : public Arch { - Q_OBJECT + TQ_OBJECT public: RarArch( ArkWidget *_gui, const TQString & _fileName ); diff --git a/ark/searchbar.h b/ark/searchbar.h index c4a1396..7a9a6f9 100644 --- a/ark/searchbar.h +++ b/ark/searchbar.h @@ -31,7 +31,7 @@ class TDEActionCollection; class SearchBar: public TDEListViewSearchLine { - Q_OBJECT + TQ_OBJECT public: SearchBar( TQWidget* parent, TDEActionCollection* aC, const char * name = 0 ); diff --git a/ark/sevenzip.h b/ark/sevenzip.h index 8eaadc5..2c16079 100644 --- a/ark/sevenzip.h +++ b/ark/sevenzip.h @@ -28,7 +28,7 @@ class SevenZipArch : public Arch { - Q_OBJECT + TQ_OBJECT public: SevenZipArch( ArkWidget *, const TQString & ); diff --git a/ark/tar.h b/ark/tar.h index 63a6187..ccf7e5d 100644 --- a/ark/tar.h +++ b/ark/tar.h @@ -55,7 +55,7 @@ class TarListingThread; class TarArch : public Arch { - Q_OBJECT + TQ_OBJECT public: TarArch( ArkWidget *_gui, const TQString & _filename, diff --git a/ark/zip.h b/ark/zip.h index 1e31f76..760030c 100644 --- a/ark/zip.h +++ b/ark/zip.h @@ -37,7 +37,7 @@ class ArkWidget; class ZipArch : public Arch { - Q_OBJECT + TQ_OBJECT public: ZipArch( ArkWidget *_gui, const TQString & _fileName ); diff --git a/ark/zoo.h b/ark/zoo.h index 4ee2f24..492d5ef 100644 --- a/ark/zoo.h +++ b/ark/zoo.h @@ -35,7 +35,7 @@ class ArkWidget; class ZooArch : public Arch { - Q_OBJECT + TQ_OBJECT public: ZooArch( ArkWidget *, const TQString & ); diff --git a/charselectapplet/charselectapplet.h b/charselectapplet/charselectapplet.h index aa23ed3..d2dcc57 100644 --- a/charselectapplet/charselectapplet.h +++ b/charselectapplet/charselectapplet.h @@ -35,7 +35,7 @@ class TDEAboutData; class ConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -57,7 +57,7 @@ private: class CharTable : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -96,7 +96,7 @@ private: class CharSelectApplet : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcalc/dlabel.h b/kcalc/dlabel.h index fe226b5..bf54b22 100644 --- a/kcalc/dlabel.h +++ b/kcalc/dlabel.h @@ -37,7 +37,7 @@ class TDEActionCollection; class DispLogic : public KCalcDisplay { -Q_OBJECT +TQ_OBJECT public: diff --git a/kcalc/kcalc.h b/kcalc/kcalc.h index e596d9e..ab857db 100644 --- a/kcalc/kcalc.h +++ b/kcalc/kcalc.h @@ -60,7 +60,7 @@ class Constants; class KCalculator : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcalc/kcalc_button.h b/kcalc/kcalc_button.h index a5b26be..ac7aa0f 100644 --- a/kcalc/kcalc_button.h +++ b/kcalc/kcalc_button.h @@ -60,7 +60,7 @@ public: class KCalcButton : public KPushButton { -Q_OBJECT +TQ_OBJECT public: @@ -89,7 +89,7 @@ protected: class KSquareButton : public KCalcButton { -Q_OBJECT +TQ_OBJECT public: diff --git a/kcalc/kcalc_const_button.h b/kcalc/kcalc_const_button.h index 0658571..88e73e1 100644 --- a/kcalc/kcalc_const_button.h +++ b/kcalc/kcalc_const_button.h @@ -30,7 +30,7 @@ class KCalcConstButton : public KCalcButton { -Q_OBJECT +TQ_OBJECT public: diff --git a/kcalc/kcalc_const_menu.h b/kcalc/kcalc_const_menu.h index 2718ed9..1cb6ba3 100644 --- a/kcalc/kcalc_const_menu.h +++ b/kcalc/kcalc_const_menu.h @@ -38,7 +38,7 @@ struct science_constant{ class KCalcConstMenu : public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcalc/kcalcdisplay.h b/kcalc/kcalcdisplay.h index 92dc83a..99e3abd 100644 --- a/kcalc/kcalcdisplay.h +++ b/kcalc/kcalcdisplay.h @@ -78,7 +78,7 @@ enum NumBase { class KCalcDisplay : public TQLabel { -Q_OBJECT +TQ_OBJECT public: diff --git a/kcharselect/kcharselectdia.h b/kcharselect/kcharselectdia.h index 62f07c2..c2b3742 100644 --- a/kcharselect/kcharselectdia.h +++ b/kcharselect/kcharselectdia.h @@ -24,7 +24,7 @@ static const char *version = "v1.1"; class KCharSelectDia : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/disklist.h b/kdf/disklist.h index fe22dbf..019b848 100644 --- a/kdf/disklist.h +++ b/kdf/disklist.h @@ -94,7 +94,7 @@ private: /***************************************************************************/ class DiskList : public TQObject -{ Q_OBJECT +{ TQ_OBJECT public: DiskList( TQObject *parent=0, const char *name=0 ); diff --git a/kdf/disks.h b/kdf/disks.h index 0a0d529..2ca286d 100644 --- a/kdf/disks.h +++ b/kdf/disks.h @@ -39,7 +39,7 @@ class DiskEntry : public TQObject { - Q_OBJECT + TQ_OBJECT public: DiskEntry(TQObject *parent=0, const char *name=0); diff --git a/kdf/kcmdf.h b/kdf/kcmdf.h index c321deb..6cb56a8 100644 --- a/kdf/kcmdf.h +++ b/kdf/kcmdf.h @@ -32,7 +32,7 @@ class KDiskFreeWidget : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/kdf.h b/kdf/kdf.h index c365294..7097306 100644 --- a/kdf/kdf.h +++ b/kdf/kdf.h @@ -30,7 +30,7 @@ /***************************************************************/ class KDFTopLevel : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/kdfconfig.h b/kdf/kdfconfig.h index d5c2993..955a1a7 100644 --- a/kdf/kdfconfig.h +++ b/kdf/kdfconfig.h @@ -41,7 +41,7 @@ class CListView; class KDFConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT class CTabName diff --git a/kdf/kdfwidget.h b/kdf/kdfwidget.h index 872379f..057761f 100644 --- a/kdf/kdfwidget.h +++ b/kdf/kdfwidget.h @@ -91,7 +91,7 @@ class CListViewItem : public TQListViewItem class KDFWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/kwikdisk.h b/kdf/kwikdisk.h index ce8db57..68bf44c 100644 --- a/kdf/kwikdisk.h +++ b/kdf/kwikdisk.h @@ -41,7 +41,7 @@ */ class KwikDisk : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: KwikDisk(); diff --git a/kdf/listview.h b/kdf/listview.h index f8a8424..d100131 100644 --- a/kdf/listview.h +++ b/kdf/listview.h @@ -27,7 +27,7 @@ class CListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/mntconfig.h b/kdf/mntconfig.h index 8e510cd..d247012 100644 --- a/kdf/mntconfig.h +++ b/kdf/mntconfig.h @@ -45,7 +45,7 @@ class TQListViewItem; class MntConfigWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdf/optiondialog.h b/kdf/optiondialog.h index c56f8a2..77efa05 100644 --- a/kdf/optiondialog.h +++ b/kdf/optiondialog.h @@ -27,7 +27,7 @@ class MntConfigWidget; class COptionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kedit/kedit.h b/kedit/kedit.h index 9751b57..93a0d02 100644 --- a/kedit/kedit.h +++ b/kedit/kedit.h @@ -47,7 +47,7 @@ namespace TDEIO { class Job; } class TopLevel : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: @@ -205,7 +205,7 @@ private slots: }; class SettingsDialog: public TDEConfigDialog { -Q_OBJECT +TQ_OBJECT public: diff --git a/kedit/ktextfiledlg.h b/kedit/ktextfiledlg.h index d6d7ad6..8c1968e 100644 --- a/kedit/ktextfiledlg.h +++ b/kedit/ktextfiledlg.h @@ -36,7 +36,7 @@ class KURL; */ class KTextFileDialog : public KFileDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kfloppy/floppy.h b/kfloppy/floppy.h index 240181c..901494f 100644 --- a/kfloppy/floppy.h +++ b/kfloppy/floppy.h @@ -43,7 +43,7 @@ class KFActionQueue; class FloppyData : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kfloppy/format.h b/kfloppy/format.h index 2da577c..c0caa15 100644 --- a/kfloppy/format.h +++ b/kfloppy/format.h @@ -65,7 +65,7 @@ */ class KFAction : public TQObject { -Q_OBJECT +TQ_OBJECT public: @@ -115,7 +115,7 @@ signals: */ class KFActionQueue : public KFAction { -Q_OBJECT +TQ_OBJECT public: @@ -175,7 +175,7 @@ class TDEProcess; class FloppyAction : public KFAction { -Q_OBJECT +TQ_OBJECT public: diff --git a/kfloppy/zip.h b/kfloppy/zip.h index cb02d18..2bf2830 100644 --- a/kfloppy/zip.h +++ b/kfloppy/zip.h @@ -46,7 +46,7 @@ class TDEConfig; class ZipFormat : public DiskFormat { -Q_OBJECT +TQ_OBJECT public: diff --git a/kgpg/keygener.h b/kgpg/keygener.h index 59c73b8..0645a6a 100644 --- a/kgpg/keygener.h +++ b/kgpg/keygener.h @@ -24,7 +24,7 @@ class KLineEdit; class keyGenerate : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: keyGenerate(TQWidget *parent=0, const char *name=0); diff --git a/kgpg/keyinfowidget.h b/kgpg/keyinfowidget.h index 6d00d3b..c61a5d5 100644 --- a/kgpg/keyinfowidget.h +++ b/kgpg/keyinfowidget.h @@ -32,7 +32,7 @@ class KProcIO; class KgpgKeyInfo : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kgpg/keyservers.h b/kgpg/keyservers.h index 51e98a8..11db80b 100644 --- a/kgpg/keyservers.h +++ b/kgpg/keyservers.h @@ -30,7 +30,7 @@ class searchRes; class keyServer : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: keyServer(TQWidget *parent=0, const char *name=0,bool modal=false,bool autoClose=false); diff --git a/kgpg/kgpg.h b/kgpg/kgpg.h index e797d28..409f92b 100644 --- a/kgpg/kgpg.h +++ b/kgpg/kgpg.h @@ -43,7 +43,7 @@ class popupPublic; class MyView : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -121,7 +121,7 @@ signals: class kgpgapplet : public KSystemTray//KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: @@ -145,7 +145,7 @@ class TDECmdLineArgs; class KgpgAppletApp : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT friend class kgpgapplet; public: diff --git a/kgpg/kgpgeditor.h b/kgpg/kgpgeditor.h index 4f8a9fb..4b6d2c3 100644 --- a/kgpg/kgpgeditor.h +++ b/kgpg/kgpgeditor.h @@ -35,7 +35,7 @@ class KgpgView; class KgpgApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT friend class KgpgView; diff --git a/kgpg/kgpginterface.h b/kgpg/kgpginterface.h index 2433c72..0dc2654 100644 --- a/kgpg/kgpginterface.h +++ b/kgpg/kgpginterface.h @@ -36,7 +36,7 @@ class KLed; class KgpgInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -389,7 +389,7 @@ private: class Md5Widget :public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Md5Widget(TQWidget *parent=0, const char *name=0,KURL url=KURL()); diff --git a/kgpg/kgpglibrary.h b/kgpg/kgpglibrary.h index 267b7f6..965201c 100644 --- a/kgpg/kgpglibrary.h +++ b/kgpg/kgpglibrary.h @@ -30,7 +30,7 @@ class KProgress; class KgpgLibrary : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kgpg/kgpgoptions.h b/kgpg/kgpgoptions.h index 272384e..7411908 100644 --- a/kgpg/kgpgoptions.h +++ b/kgpg/kgpgoptions.h @@ -38,7 +38,7 @@ class KSimpleConfig; class kgpgOptions : public TDEConfigDialog { - Q_OBJECT + TQ_OBJECT public: kgpgOptions(TQWidget *parent=0, const char *name=0); diff --git a/kgpg/kgpgview.h b/kgpg/kgpgview.h index bca013e..54fbcb5 100644 --- a/kgpg/kgpgview.h +++ b/kgpg/kgpgview.h @@ -40,7 +40,7 @@ class TQDragEnterEvent; class MyEditor : public KTextEdit { - Q_OBJECT + TQ_OBJECT public: @@ -68,7 +68,7 @@ signals: class KgpgView : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class MyEditor; public: diff --git a/kgpg/listkeys.h b/kgpg/listkeys.h index 55af3b5..a0269c6 100644 --- a/kgpg/listkeys.h +++ b/kgpg/listkeys.h @@ -67,7 +67,7 @@ struct gpgKey class KgpgSelKey : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -91,7 +91,7 @@ public slots: class KeyView : public TDEListView { - Q_OBJECT + TQ_OBJECT friend class listKeys; public: @@ -143,7 +143,7 @@ protected: class mySearchLine: public TDEListViewSearchLine { - Q_OBJECT + TQ_OBJECT public: mySearchLine(TQWidget *parent = 0, KeyView *listView = 0, const char *name = 0); @@ -161,7 +161,7 @@ virtual bool itemMatches(const TQListViewItem *item, const TQString & s) const; class listKeys : public TDEMainWindow, virtual public KeyInterface { friend class KeyView; - Q_OBJECT + TQ_OBJECT public: diff --git a/kgpg/popuppublic.h b/kgpg/popuppublic.h index 7f860f6..a8e0327 100644 --- a/kgpg/popuppublic.h +++ b/kgpg/popuppublic.h @@ -31,7 +31,7 @@ class KProcIO; class popupPublic : public KDialogBase //TQDialog { - Q_OBJECT + TQ_OBJECT public: 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 diff --git a/kjots/KJotsMain.h b/kjots/KJotsMain.h index 0f24e5a..b9dfb3c 100644 --- a/kjots/KJotsMain.h +++ b/kjots/KJotsMain.h @@ -81,7 +81,7 @@ class KJotsEdit; class KJotsMain : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kjots/kjotsbookmarks.h b/kjots/kjotsbookmarks.h index ebf08d4..c71c15f 100644 --- a/kjots/kjotsbookmarks.h +++ b/kjots/kjotsbookmarks.h @@ -29,7 +29,7 @@ class KJotsMain; class KJotsBookmarks : public TQObject, public KBookmarkOwner { - Q_OBJECT + TQ_OBJECT public: diff --git a/kjots/kjotsedit.h b/kjots/kjotsedit.h index a85d3d0..6506fab 100644 --- a/kjots/kjotsedit.h +++ b/kjots/kjotsedit.h @@ -29,7 +29,7 @@ class KJotsPage; class KJotsEdit : public KEdit { - Q_OBJECT + TQ_OBJECT public: KJotsEdit (TQWidget* parent=0, const char* name=0); diff --git a/kjots/kjotsentry.h b/kjots/kjotsentry.h index 45c165d..1f1adc5 100644 --- a/kjots/kjotsentry.h +++ b/kjots/kjotsentry.h @@ -48,7 +48,7 @@ namespace TDEIO class KJotsEntryBase : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: KJotsEntryBase(TDEListView*, TQListViewItem*); @@ -98,7 +98,7 @@ class KJotsEntryBase : public TQObject, public TDEListViewItem class KJotsBook : public KJotsEntryBase { - Q_OBJECT + TQ_OBJECT public: KJotsBook(TDEListView*, TQListViewItem* after = 0); @@ -142,7 +142,7 @@ class KJotsBook : public KJotsEntryBase // class KJotsPage : public KJotsEntryBase { - Q_OBJECT + TQ_OBJECT public: KJotsPage(KJotsBook* parent, TQListViewItem* after = 0); diff --git a/klaptopdaemon/acpi.h b/klaptopdaemon/acpi.h index 68adb46..0fa3c9c 100644 --- a/klaptopdaemon/acpi.h +++ b/klaptopdaemon/acpi.h @@ -39,7 +39,7 @@ class TQPushButton; class AcpiConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: AcpiConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/apm.h b/klaptopdaemon/apm.h index 74510ee..829f4e5 100644 --- a/klaptopdaemon/apm.h +++ b/klaptopdaemon/apm.h @@ -39,7 +39,7 @@ class TQPushButton; class ApmConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: ApmConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/battery.h b/klaptopdaemon/battery.h index b93be4b..84f8d10 100644 --- a/klaptopdaemon/battery.h +++ b/klaptopdaemon/battery.h @@ -44,7 +44,7 @@ class TQLabel; class BatteryConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: BatteryConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/buttons.h b/klaptopdaemon/buttons.h index d66d20e..96ca27b 100644 --- a/klaptopdaemon/buttons.h +++ b/klaptopdaemon/buttons.h @@ -39,7 +39,7 @@ class KComboBox; class ButtonsConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: ButtonsConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/daemondock.h b/klaptopdaemon/daemondock.h index 920ae26..821714c 100644 --- a/klaptopdaemon/daemondock.h +++ b/klaptopdaemon/daemondock.h @@ -40,7 +40,7 @@ class TDEPopupMenu; class laptop_dock : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: diff --git a/klaptopdaemon/kpcmcia.h b/klaptopdaemon/kpcmcia.h index 1040268..baca74c 100644 --- a/klaptopdaemon/kpcmcia.h +++ b/klaptopdaemon/kpcmcia.h @@ -177,7 +177,7 @@ private: class KPCMCIA : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/klaptopdaemon/kpcmciainfo.h b/klaptopdaemon/kpcmciainfo.h index f6c1a67..43cefd4 100644 --- a/klaptopdaemon/kpcmciainfo.h +++ b/klaptopdaemon/kpcmciainfo.h @@ -38,7 +38,7 @@ class KPushButton; #include class KPCMCIAInfo : public KDialog { -Q_OBJECT +TQ_OBJECT public: @@ -77,7 +77,7 @@ class TQLabel; class KPCMCIAInfoPage : public TQFrame { -Q_OBJECT +TQ_OBJECT public: KPCMCIAInfoPage(KPCMCIACard *card, TQWidget *parent = NULL, const char *name = 0); diff --git a/klaptopdaemon/krichtextlabel.h b/klaptopdaemon/krichtextlabel.h index abd83c8..a01e609 100644 --- a/klaptopdaemon/krichtextlabel.h +++ b/klaptopdaemon/krichtextlabel.h @@ -33,7 +33,7 @@ * TQLabel */ class TDEUI_EXPORT KRichTextLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: diff --git a/klaptopdaemon/laptop_daemon.h b/klaptopdaemon/laptop_daemon.h index 19fb45e..2c4fad1 100644 --- a/klaptopdaemon/laptop_daemon.h +++ b/klaptopdaemon/laptop_daemon.h @@ -73,7 +73,7 @@ private: class laptop_dock; class laptop_daemon: public KDEDModule { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/klaptopdaemon/main.h b/klaptopdaemon/main.h index 8e3f660..1e8ef96 100644 --- a/klaptopdaemon/main.h +++ b/klaptopdaemon/main.h @@ -43,7 +43,7 @@ class ButtonsConfig; class LaptopModule : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/klaptopdaemon/pcmcia.h b/klaptopdaemon/pcmcia.h index ea915d6..5a081cf 100644 --- a/klaptopdaemon/pcmcia.h +++ b/klaptopdaemon/pcmcia.h @@ -40,7 +40,7 @@ class PcmciaConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: PcmciaConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/power.h b/klaptopdaemon/power.h index ec9c1b4..645e1bd 100644 --- a/klaptopdaemon/power.h +++ b/klaptopdaemon/power.h @@ -40,7 +40,7 @@ class KDoubleSpinBox; class PowerConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: PowerConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/profile.h b/klaptopdaemon/profile.h index c518c92..df48e2c 100644 --- a/klaptopdaemon/profile.h +++ b/klaptopdaemon/profile.h @@ -41,7 +41,7 @@ class KComboBox; class ProfileConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: ProfileConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/sony.h b/klaptopdaemon/sony.h index 5339aaf..88baaf9 100644 --- a/klaptopdaemon/sony.h +++ b/klaptopdaemon/sony.h @@ -40,7 +40,7 @@ class TQPushButton; class SonyConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: SonyConfig( TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/warning.h b/klaptopdaemon/warning.h index 5c07ed0..cadcef9 100644 --- a/klaptopdaemon/warning.h +++ b/klaptopdaemon/warning.h @@ -40,7 +40,7 @@ class KComboBox; class WarningConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: WarningConfig(int x, TQWidget *parent=0, const char* name=0); diff --git a/klaptopdaemon/xautolock.h b/klaptopdaemon/xautolock.h index de43be0..12a7eea 100644 --- a/klaptopdaemon/xautolock.h +++ b/klaptopdaemon/xautolock.h @@ -19,7 +19,7 @@ // class XAutoLock : public TQWidget { - Q_OBJECT + TQ_OBJECT public: XAutoLock(); diff --git a/kmilo/generic/generic_monitor.h b/kmilo/generic/generic_monitor.h index 6968d2c..9ec3184 100644 --- a/kmilo/generic/generic_monitor.h +++ b/kmilo/generic/generic_monitor.h @@ -37,7 +37,7 @@ namespace KMilo { class GenericMonitor : public Monitor { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmilo/kmilo_kvaio/kcmkvaio/main.h b/kmilo/kmilo_kvaio/kcmkvaio/main.h index e976d40..52e04ca 100644 --- a/kmilo/kmilo_kvaio/kcmkvaio/main.h +++ b/kmilo/kmilo_kvaio/kcmkvaio/main.h @@ -30,7 +30,7 @@ class KCMKVaioGeneral; class KVaioModule : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kmilo/kmilo_kvaio/kmilo_kvaio.h b/kmilo/kmilo_kvaio/kmilo_kvaio.h index dcef77f..0f8e81b 100644 --- a/kmilo/kmilo_kvaio/kmilo_kvaio.h +++ b/kmilo/kmilo_kvaio/kmilo_kvaio.h @@ -33,7 +33,7 @@ class KVaio; class KMiloKVaio : public KMilo::Monitor { -// Q_OBJECT +// TQ_OBJECT public: diff --git a/kmilo/kmilo_kvaio/kvaio.h b/kmilo/kmilo_kvaio/kvaio.h index 867ef4c..0ee3a5c 100644 --- a/kmilo/kmilo_kvaio/kvaio.h +++ b/kmilo/kmilo_kvaio/kvaio.h @@ -54,7 +54,7 @@ class KMiloKVaio; */ class KVaio : public TQObject { - Q_OBJECT + TQ_OBJECT public: // KVaio(TQObject *parent = 0, const char *name =0); diff --git a/kmilo/kmilo_kvaio/kvaiodriverinterface.h b/kmilo/kmilo_kvaio/kvaiodriverinterface.h index 2ca7a46..3e41ac6 100644 --- a/kmilo/kmilo_kvaio/kvaiodriverinterface.h +++ b/kmilo/kmilo_kvaio/kvaiodriverinterface.h @@ -33,7 +33,7 @@ class TQSocketNotifier; class KVaioDriverInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: KVaioDriverInterface(TQObject *parent=0); diff --git a/kmilo/kmilod/defaultskin.h b/kmilo/kmilod/defaultskin.h index 48badba..1e6cc55 100644 --- a/kmilo/kmilod/defaultskin.h +++ b/kmilo/kmilod/defaultskin.h @@ -30,7 +30,7 @@ class DefaultWidget; class DefaultSkin : public TQObject, public KMilo::DisplaySkin { - Q_OBJECT + TQ_OBJECT public: DefaultSkin(); diff --git a/kmilo/kmilod/kmilod.h b/kmilo/kmilod/kmilod.h index 232a4b5..58d9fd5 100644 --- a/kmilo/kmilod/kmilod.h +++ b/kmilo/kmilod/kmilod.h @@ -34,7 +34,7 @@ namespace KMilo { class KMiloInterface; class KMiloD : public KDEDModule { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/kmilo/kmilod/kmilointerface.h b/kmilo/kmilod/kmilointerface.h index d420543..540b565 100644 --- a/kmilo/kmilod/kmilointerface.h +++ b/kmilo/kmilod/kmilointerface.h @@ -30,7 +30,7 @@ namespace KMilo { // FIXME: make put the methods into .cpp file when the header is installed. class KMiloInterface : public TQObject { - Q_OBJECT + TQ_OBJECT public: KMiloInterface(KMiloD *p) : TQObject() { _p = p; } diff --git a/kmilo/thinkpad/kcmthinkpad/main.h b/kmilo/thinkpad/kcmthinkpad/main.h index d7c8682..174ea38 100644 --- a/kmilo/thinkpad/kcmthinkpad/main.h +++ b/kmilo/thinkpad/kcmthinkpad/main.h @@ -30,7 +30,7 @@ class KCMThinkPadGeneral; class KCMThinkpadModule : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/KMultiFormListBox/indexWindow.h b/kregexpeditor/KMultiFormListBox/indexWindow.h index cf15393..a841bc0 100644 --- a/kregexpeditor/KMultiFormListBox/indexWindow.h +++ b/kregexpeditor/KMultiFormListBox/indexWindow.h @@ -40,7 +40,7 @@ **/ class indexWindow : public TQWidget{ -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h index 5077496..f9cab74 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h @@ -34,7 +34,7 @@ */ class KMultiFormListBoxMultiVisible :public TQScrollView, KMultiFormListBoxShower { -Q_OBJECT +TQ_OBJECT friend class KMultiFormListBox; diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h index 2b3a555..8f4e27a 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h @@ -37,7 +37,7 @@ class WindowListboxItem; */ class KMultiFormListBoxWindowed :public TQWidget, KMultiFormListBoxShower { -Q_OBJECT +TQ_OBJECT friend class KMultiFormListBox; diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h index 1918625..f9917d0 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h @@ -62,7 +62,7 @@ class KMultiFormListBoxMultiVisible; **/ class KMultiFormListBox : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h index 957f3ab..a5b2974 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h @@ -47,7 +47,7 @@ **/ class KMultiFormListBoxEntry : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h index d8775a5..c7e5851 100644 --- a/kregexpeditor/auxbuttons.h +++ b/kregexpeditor/auxbuttons.h @@ -25,7 +25,7 @@ class TQToolButton; class AuxButtons :public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/characterswidget.h b/kregexpeditor/characterswidget.h index 1450d97..af0faf9 100644 --- a/kregexpeditor/characterswidget.h +++ b/kregexpeditor/characterswidget.h @@ -122,7 +122,7 @@ public: */ class CharacterEdits : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CharacterEdits(TQWidget *parent = 0, const char *name = 0); diff --git a/kregexpeditor/charselector.h b/kregexpeditor/charselector.h index 611ab19..70a2bbc 100644 --- a/kregexpeditor/charselector.h +++ b/kregexpeditor/charselector.h @@ -26,7 +26,7 @@ class LimitedCharLineEdit; class CharSelector :public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/compoundwidget.h b/kregexpeditor/compoundwidget.h index 746f33a..3be5e73 100644 --- a/kregexpeditor/compoundwidget.h +++ b/kregexpeditor/compoundwidget.h @@ -59,7 +59,7 @@ private: */ class CompoundWidget :public SingleContainerWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/dcbutton.h b/kregexpeditor/dcbutton.h index 451d1b3..daec605 100644 --- a/kregexpeditor/dcbutton.h +++ b/kregexpeditor/dcbutton.h @@ -27,7 +27,7 @@ class TQMouseEvent; */ class DoubleClickButton :public TQToolButton { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/editorwindow.h b/kregexpeditor/editorwindow.h index f1ff424..e249b6a 100644 --- a/kregexpeditor/editorwindow.h +++ b/kregexpeditor/editorwindow.h @@ -45,7 +45,7 @@ class TQHBoxLayout; */ class RegExpEditorWindow :public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/kregexpeditorgui.h b/kregexpeditor/kregexpeditorgui.h index 17ff05c..f0e3f4e 100644 --- a/kregexpeditor/kregexpeditorgui.h +++ b/kregexpeditor/kregexpeditorgui.h @@ -36,7 +36,7 @@ class KRegExpEditorPrivate; **/ class KDE_EXPORT KRegExpEditorGUI :public TQWidget, public KRegExpEditorInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp ) public: @@ -66,7 +66,7 @@ private: class KDE_EXPORT KRegExpEditorGUIDialog : public KDialogBase, public KRegExpEditorInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp ) public: diff --git a/kregexpeditor/kregexpeditorprivate.h b/kregexpeditor/kregexpeditorprivate.h index 9cff2cf..9e1eabb 100644 --- a/kregexpeditor/kregexpeditorprivate.h +++ b/kregexpeditor/kregexpeditorprivate.h @@ -45,7 +45,7 @@ class TQToolButton; **/ class KRegExpEditorPrivate :public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/lookaheadwidget.h b/kregexpeditor/lookaheadwidget.h index 14efee0..5c51d81 100644 --- a/kregexpeditor/lookaheadwidget.h +++ b/kregexpeditor/lookaheadwidget.h @@ -23,7 +23,7 @@ class LookAheadRegExp; class LookAheadWidget :public SingleContainerWidget { - Q_OBJECT + TQ_OBJECT public: LookAheadWidget( RegExpEditorWindow* editorWindow, RegExpType tp, TQWidget* parent, const char* name = 0 ); diff --git a/kregexpeditor/qt-only/compat.h b/kregexpeditor/qt-only/compat.h index bf8e9ee..16d7263 100644 --- a/kregexpeditor/qt-only/compat.h +++ b/kregexpeditor/qt-only/compat.h @@ -36,7 +36,7 @@ TQString i18n( const TQString& a, const TQString& b); class KDialogBase :public TQDialog { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ private: class KMessageBox :public TQMessageBox { - Q_OBJECT + TQ_OBJECT public: enum ButtonCode { Ok = 1, Cancel = 2, Yes = 3, No = 4, Continue = 5 }; diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index a0306e2..7778bcb 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -28,7 +28,7 @@ class TQSignalMapper; class RegExpButtons :public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/regexpwidget.h b/kregexpeditor/regexpwidget.h index 8a4ba41..30f63bd 100644 --- a/kregexpeditor/regexpwidget.h +++ b/kregexpeditor/regexpwidget.h @@ -31,7 +31,7 @@ class RegExpEditorWindow; */ class RegExpWidget :public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/repeatwidget.h b/kregexpeditor/repeatwidget.h index c740717..ba6e38c 100644 --- a/kregexpeditor/repeatwidget.h +++ b/kregexpeditor/repeatwidget.h @@ -32,7 +32,7 @@ class RepeatRegExp; */ class RepeatRangeWindow :public TQVBox { -Q_OBJECT +TQ_OBJECT public: @@ -71,7 +71,7 @@ private: */ class RepeatWidget :public SingleContainerWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/scrollededitorwindow.h b/kregexpeditor/scrollededitorwindow.h index 8a40a3c..9ea0445 100644 --- a/kregexpeditor/scrollededitorwindow.h +++ b/kregexpeditor/scrollededitorwindow.h @@ -29,7 +29,7 @@ class RegExp; */ class RegExpScrolledEditorWindow :public TQWidget { - Q_OBJECT + TQ_OBJECT public: RegExpScrolledEditorWindow( TQWidget *parent = 0, const char* name = 0); diff --git a/kregexpeditor/selectablelineedit.h b/kregexpeditor/selectablelineedit.h index 5cdb1a0..9f26869 100644 --- a/kregexpeditor/selectablelineedit.h +++ b/kregexpeditor/selectablelineedit.h @@ -33,7 +33,7 @@ class RegExpWidget; */ class SelectableLineEdit :public TQLineEdit { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/singlecontainerwidget.h b/kregexpeditor/singlecontainerwidget.h index 268e599..7218db4 100644 --- a/kregexpeditor/singlecontainerwidget.h +++ b/kregexpeditor/singlecontainerwidget.h @@ -24,7 +24,7 @@ */ class SingleContainerWidget :public RegExpWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/textwidget.h b/kregexpeditor/textwidget.h index cd8d8f8..2b0639f 100644 --- a/kregexpeditor/textwidget.h +++ b/kregexpeditor/textwidget.h @@ -29,7 +29,7 @@ class TextRegExp; */ class TextWidget : public RegExpWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kregexpeditor/userdefinedregexps.h b/kregexpeditor/userdefinedregexps.h index 1cbb989..0ec1be9 100644 --- a/kregexpeditor/userdefinedregexps.h +++ b/kregexpeditor/userdefinedregexps.h @@ -27,7 +27,7 @@ class RegExp; class UserDefinedRegExps :public TQDockWindow { -Q_OBJECT +TQ_OBJECT public: diff --git a/kregexpeditor/verifier.h b/kregexpeditor/verifier.h index abc6adf..952e216 100644 --- a/kregexpeditor/verifier.h +++ b/kregexpeditor/verifier.h @@ -25,7 +25,7 @@ class TQLabel; class SyntaxHighlighter; class Verifier :public TQTextEdit { -Q_OBJECT +TQ_OBJECT public: Verifier( TQWidget* parent, const char* name = 0 ); diff --git a/kregexpeditor/verifybuttons.h b/kregexpeditor/verifybuttons.h index f700643..2f43857 100644 --- a/kregexpeditor/verifybuttons.h +++ b/kregexpeditor/verifybuttons.h @@ -27,7 +27,7 @@ class TQPopupMenu; class VerifyButtons :public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksim/generalprefs.h b/ksim/generalprefs.h index 997cbac..e945c26 100644 --- a/ksim/generalprefs.h +++ b/ksim/generalprefs.h @@ -42,7 +42,7 @@ namespace KSim class GeneralPrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: GeneralPrefs(TQWidget *parent, const char *name=0); @@ -65,7 +65,7 @@ namespace KSim class ClockPrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ClockPrefs(TQWidget *parent, const char *name=0); @@ -83,7 +83,7 @@ namespace KSim class UptimePrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: UptimePrefs(TQWidget *parent, const char *name=0); @@ -118,7 +118,7 @@ namespace KSim class MemoryPrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MemoryPrefs(TQWidget *parent, const char *name=0); @@ -155,7 +155,7 @@ namespace KSim class SwapPrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SwapPrefs(TQWidget *parent, const char *name=0); diff --git a/ksim/ksim.h b/ksim/ksim.h index 36903fb..50e0232 100644 --- a/ksim/ksim.h +++ b/ksim/ksim.h @@ -34,7 +34,7 @@ namespace KSim class PanelExtension : public KPanelExtension { - Q_OBJECT + TQ_OBJECT public: PanelExtension( const TQString & configFile, Type type, diff --git a/ksim/ksimframe.h b/ksim/ksimframe.h index 87f5389..58a2b6b 100644 --- a/ksim/ksimframe.h +++ b/ksim/ksimframe.h @@ -33,7 +33,7 @@ namespace KSim */ class Frame : public TQWidget, public KSim::Base { - Q_OBJECT + TQ_OBJECT public: Frame(int type, TQWidget *parent, const char *name = 0); diff --git a/ksim/ksimpref.h b/ksim/ksimpref.h index 6eda8d9..60a6902 100644 --- a/ksim/ksimpref.h +++ b/ksim/ksimpref.h @@ -72,7 +72,7 @@ namespace KSim class KDE_EXPORT ConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ConfigDialog(KSim::Config *config, TQWidget *parent, const char *name = 0); diff --git a/ksim/ksimsysinfo.h b/ksim/ksimsysinfo.h index 89b8598..1f9cc38 100644 --- a/ksim/ksimsysinfo.h +++ b/ksim/ksimsysinfo.h @@ -33,7 +33,7 @@ namespace KSim class Sysinfo : public TQWidget, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/ksim/ksimview.h b/ksim/ksimview.h index 7495076..067324d 100644 --- a/ksim/ksimview.h +++ b/ksim/ksimview.h @@ -48,7 +48,7 @@ namespace KSim class KDE_EXPORT MainView : public TQWidget, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP public: diff --git a/ksim/library/chart.h b/ksim/library/chart.h index e2e7494..be075bf 100644 --- a/ksim/library/chart.h +++ b/ksim/library/chart.h @@ -35,7 +35,7 @@ namespace KSim */ class KDE_EXPORT Chart : public TQWidget, public KSim::Base { - Q_OBJECT + TQ_OBJECT public: enum DataType { DataIn = 0, DataOut }; diff --git a/ksim/library/label.h b/ksim/library/label.h index dce2adc..aad3285 100644 --- a/ksim/library/label.h +++ b/ksim/library/label.h @@ -36,7 +36,7 @@ namespace KSim */ class KDE_EXPORT Label : public TQWidget, public KSim::Base { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/ksim/library/led.h b/ksim/library/led.h index 510f959..bcc256d 100644 --- a/ksim/library/led.h +++ b/ksim/library/led.h @@ -106,7 +106,7 @@ namespace KSim */ class KDE_EXPORT LedLabel : public KSim::Progress { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/ksim/library/pluginloader.h b/ksim/library/pluginloader.h index 912297c..477828e 100644 --- a/ksim/library/pluginloader.h +++ b/ksim/library/pluginloader.h @@ -63,7 +63,7 @@ namespace KSim */ class KDE_EXPORT PluginLoader : public TQObject { - Q_OBJECT + TQ_OBJECT friend class MainView; public: diff --git a/ksim/library/pluginmodule.h b/ksim/library/pluginmodule.h index b93a98e..805141f 100644 --- a/ksim/library/pluginmodule.h +++ b/ksim/library/pluginmodule.h @@ -113,7 +113,7 @@ namespace KSim */ class KDE_EXPORT PluginPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** @@ -162,7 +162,7 @@ namespace KSim */ class KDE_EXPORT PluginView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/ksim/library/progress.h b/ksim/library/progress.h index c857000..9780e64 100644 --- a/ksim/library/progress.h +++ b/ksim/library/progress.h @@ -32,7 +32,7 @@ namespace KSim */ class KDE_EXPORT Progress : public KSim::Label { - Q_OBJECT + TQ_OBJECT public: enum ProgressType { Panel, Meter }; diff --git a/ksim/monitorprefs.h b/ksim/monitorprefs.h index 477210d..26f6d7b 100644 --- a/ksim/monitorprefs.h +++ b/ksim/monitorprefs.h @@ -29,7 +29,7 @@ namespace KSim class MonitorPrefs : public TDEListView { - Q_OBJECT + TQ_OBJECT public: MonitorPrefs(TQWidget *parent, const char *name=0); diff --git a/ksim/monitors/cpu/ksimcpu.h b/ksim/monitors/cpu/ksimcpu.h index 1ca3fca..9f9dd99 100644 --- a/ksim/monitors/cpu/ksimcpu.h +++ b/ksim/monitors/cpu/ksimcpu.h @@ -51,7 +51,7 @@ class CpuPlugin : public KSim::PluginObject class CpuView : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: CpuView(KSim::PluginObject *parent, const char *name); @@ -200,7 +200,7 @@ class CpuView : public KSim::PluginView class CpuConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: CpuConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/disk/ksimdisk.h b/ksim/monitors/disk/ksimdisk.h index 3cf62d1..079efbe 100644 --- a/ksim/monitors/disk/ksimdisk.h +++ b/ksim/monitors/disk/ksimdisk.h @@ -54,7 +54,7 @@ class DiskPlugin : public KSim::PluginObject class DiskView : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: DiskView(KSim::PluginObject *parent, const char *name); @@ -131,7 +131,7 @@ class DiskView : public KSim::PluginView class DiskConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: DiskConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/filesystem/filesystemwidget.h b/ksim/monitors/filesystem/filesystemwidget.h index 2a8f116..6e7f330 100644 --- a/ksim/monitors/filesystem/filesystemwidget.h +++ b/ksim/monitors/filesystem/filesystemwidget.h @@ -29,7 +29,7 @@ class TQVBoxLayout; class FilesystemWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: FilesystemWidget(TQWidget *parent, const char *name); diff --git a/ksim/monitors/filesystem/fsystemconfig.h b/ksim/monitors/filesystem/fsystemconfig.h index fe37957..8322bcd 100644 --- a/ksim/monitors/filesystem/fsystemconfig.h +++ b/ksim/monitors/filesystem/fsystemconfig.h @@ -32,7 +32,7 @@ class TQListBoxItem; class FsystemConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: FsystemConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/filesystem/ksimfsystem.h b/ksim/monitors/filesystem/ksimfsystem.h index 1583ba1..63e192c 100644 --- a/ksim/monitors/filesystem/ksimfsystem.h +++ b/ksim/monitors/filesystem/ksimfsystem.h @@ -47,7 +47,7 @@ class PluginModule : public KSim::PluginObject class Fsystem : public KSim::PluginView, public FsystemIface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/ksim/monitors/i8k/ksimi8k.h b/ksim/monitors/i8k/ksimi8k.h index e7eb3df..492af64 100644 --- a/ksim/monitors/i8k/ksimi8k.h +++ b/ksim/monitors/i8k/ksimi8k.h @@ -49,7 +49,7 @@ class I8KPlugin : public KSim::PluginObject class I8KView : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: I8KView(KSim::PluginObject *parent, const char *name); @@ -81,7 +81,7 @@ class I8KView : public KSim::PluginView class I8TDEConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: I8TDEConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/lm_sensors/ksimsensors.h b/ksim/monitors/lm_sensors/ksimsensors.h index 9c1e801..f53082d 100644 --- a/ksim/monitors/lm_sensors/ksimsensors.h +++ b/ksim/monitors/lm_sensors/ksimsensors.h @@ -47,7 +47,7 @@ class PluginModule : public KSim::PluginObject class SensorsView : public KSim::PluginView, public KSimSensorsIface { - Q_OBJECT + TQ_OBJECT public: SensorsView(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/lm_sensors/sensorbase.h b/ksim/monitors/lm_sensors/sensorbase.h index 948a09b..8882920 100644 --- a/ksim/monitors/lm_sensors/sensorbase.h +++ b/ksim/monitors/lm_sensors/sensorbase.h @@ -90,7 +90,7 @@ class SensorList : public TQValueList class SensorBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: static SensorBase *self(); diff --git a/ksim/monitors/lm_sensors/sensorsconfig.h b/ksim/monitors/lm_sensors/sensorsconfig.h index dff799e..7922433 100644 --- a/ksim/monitors/lm_sensors/sensorsconfig.h +++ b/ksim/monitors/lm_sensors/sensorsconfig.h @@ -35,7 +35,7 @@ class TQTimer; class SensorsConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: SensorsConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/mail/ksimmail.h b/ksim/monitors/mail/ksimmail.h index d40ee33..1d1ff80 100644 --- a/ksim/monitors/mail/ksimmail.h +++ b/ksim/monitors/mail/ksimmail.h @@ -38,7 +38,7 @@ public: class MailView : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: MailView( KSim::PluginObject* parent, const char* name ); @@ -52,7 +52,7 @@ private slots: class MailLabel : public KSim::Label { - Q_OBJECT + TQ_OBJECT public: MailLabel( TQWidget* parent ); @@ -78,7 +78,7 @@ private: class MailConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: MailConfig( KSim::PluginObject* parent, const char* name ); diff --git a/ksim/monitors/net/ksimnet.h b/ksim/monitors/net/ksimnet.h index 5da4165..c699112 100644 --- a/ksim/monitors/net/ksimnet.h +++ b/ksim/monitors/net/ksimnet.h @@ -42,7 +42,7 @@ class NetPlugin : public KSim::PluginObject class NetView : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: NetView(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/net/netconfig.h b/ksim/monitors/net/netconfig.h index 2a62158..6e43933 100644 --- a/ksim/monitors/net/netconfig.h +++ b/ksim/monitors/net/netconfig.h @@ -32,7 +32,7 @@ class TQListViewItem; class NetConfig : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: NetConfig(KSim::PluginObject *parent, const char *name); diff --git a/ksim/monitors/net/netdialog.h b/ksim/monitors/net/netdialog.h index 1c6cd85..f75692a 100644 --- a/ksim/monitors/net/netdialog.h +++ b/ksim/monitors/net/netdialog.h @@ -34,7 +34,7 @@ class KURLRequester; class NetDialog : public TQTabDialog { - Q_OBJECT + TQ_OBJECT public: NetDialog(TQWidget *parent, const char *name = 0); diff --git a/ksim/monitors/snmp/browsedialog.h b/ksim/monitors/snmp/browsedialog.h index a6a7904..910a3e0 100644 --- a/ksim/monitors/snmp/browsedialog.h +++ b/ksim/monitors/snmp/browsedialog.h @@ -38,7 +38,7 @@ namespace Snmp class BrowseDialog : public BrowseDialogBase { - Q_OBJECT + TQ_OBJECT public: BrowseDialog( const HostConfig &hostConfig, const TQString ¤tOid, TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/chartmonitor.h b/ksim/monitors/snmp/chartmonitor.h index bcf5f19..c128de3 100644 --- a/ksim/monitors/snmp/chartmonitor.h +++ b/ksim/monitors/snmp/chartmonitor.h @@ -30,7 +30,7 @@ namespace Snmp class ChartMonitor : public KSim::Chart { - Q_OBJECT + TQ_OBJECT public: ChartMonitor( const MonitorConfig &config, TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/configpage.h b/ksim/monitors/snmp/configpage.h index 3311284..03246f9 100644 --- a/ksim/monitors/snmp/configpage.h +++ b/ksim/monitors/snmp/configpage.h @@ -78,7 +78,7 @@ class Plugin; class ConfigPage : public KSim::PluginPage { - Q_OBJECT + TQ_OBJECT public: ConfigPage( Plugin *parent, const char *name ); diff --git a/ksim/monitors/snmp/hostdialog.h b/ksim/monitors/snmp/hostdialog.h index 9508d77..3b5cb6c 100644 --- a/ksim/monitors/snmp/hostdialog.h +++ b/ksim/monitors/snmp/hostdialog.h @@ -32,7 +32,7 @@ namespace Snmp class HostDialog : public HostDialogBase { - Q_OBJECT + TQ_OBJECT public: HostDialog( TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/labelmonitor.h b/ksim/monitors/snmp/labelmonitor.h index a6f277c..73a54d5 100644 --- a/ksim/monitors/snmp/labelmonitor.h +++ b/ksim/monitors/snmp/labelmonitor.h @@ -32,7 +32,7 @@ namespace Snmp class LabelMonitor : public KSim::Label { - Q_OBJECT + TQ_OBJECT public: LabelMonitor( const MonitorConfig &config, TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/monitor.h b/ksim/monitors/snmp/monitor.h index 56bd03b..e56f81c 100644 --- a/ksim/monitors/snmp/monitor.h +++ b/ksim/monitors/snmp/monitor.h @@ -33,7 +33,7 @@ namespace Snmp class Monitor : public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: Monitor( const HostConfig &host, const Identifier &oid, int refresh, TQObject *parent = 0, const char *name = 0 ); diff --git a/ksim/monitors/snmp/monitordialog.h b/ksim/monitors/snmp/monitordialog.h index e778cd7..bbb1ecb 100644 --- a/ksim/monitors/snmp/monitordialog.h +++ b/ksim/monitors/snmp/monitordialog.h @@ -31,7 +31,7 @@ namespace Snmp class MonitorDialog : public MonitorDialogBase { - Q_OBJECT + TQ_OBJECT public: MonitorDialog( const HostConfigMap &hosts, TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/probedialog.h b/ksim/monitors/snmp/probedialog.h index cf5833a..b307435 100644 --- a/ksim/monitors/snmp/probedialog.h +++ b/ksim/monitors/snmp/probedialog.h @@ -37,7 +37,7 @@ class Monitor; class ProbeDialog : public KProgressDialog { - Q_OBJECT + TQ_OBJECT public: ProbeDialog( const HostConfig &hostConfig, TQWidget *parent, const char *name = 0 ); diff --git a/ksim/monitors/snmp/proberesultdialog.h b/ksim/monitors/snmp/proberesultdialog.h index 30529d7..47a758c 100644 --- a/ksim/monitors/snmp/proberesultdialog.h +++ b/ksim/monitors/snmp/proberesultdialog.h @@ -32,7 +32,7 @@ namespace Snmp class ProbeResultDialog : public ProbeResultDialogBase { - Q_OBJECT + TQ_OBJECT public: ProbeResultDialog( const HostConfig &hostConfig, const ProbeDialog::ProbeResultList &probeResults, diff --git a/ksim/monitors/snmp/view.h b/ksim/monitors/snmp/view.h index 497001a..6ddae38 100644 --- a/ksim/monitors/snmp/view.h +++ b/ksim/monitors/snmp/view.h @@ -34,7 +34,7 @@ class Plugin; class View : public KSim::PluginView { - Q_OBJECT + TQ_OBJECT public: View( Plugin *parent, const char *name ); diff --git a/ksim/monitors/snmp/walker.h b/ksim/monitors/snmp/walker.h index cf9e145..64052cf 100644 --- a/ksim/monitors/snmp/walker.h +++ b/ksim/monitors/snmp/walker.h @@ -35,7 +35,7 @@ namespace Snmp class Walker : public TQObject, public TQThread { - Q_OBJECT + TQ_OBJECT public: Walker( const HostConfig &host, const Identifier &startOid, TQObject *parent, const char *name = 0 ); diff --git a/ksim/themeprefs.h b/ksim/themeprefs.h index 8fca089..828d649 100644 --- a/ksim/themeprefs.h +++ b/ksim/themeprefs.h @@ -75,7 +75,7 @@ namespace KSim class ThemePrefs : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ThemePrefs(TQWidget *parent, const char *name=0); diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index b331007..5efb0b3 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -28,7 +28,7 @@ class KTimerJob : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -90,7 +90,7 @@ class KTimerJob : public TQObject { class KTimerPref : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: KTimerPref( TQWidget *parent=0, const char *name = 0 ); diff --git a/superkaramba/src/bar.h b/superkaramba/src/bar.h index 3c0562a..09dbd96 100644 --- a/superkaramba/src/bar.h +++ b/superkaramba/src/bar.h @@ -17,7 +17,7 @@ class Bar : public Meter { -Q_OBJECT +TQ_OBJECT public: Bar(karamba* k,int ix,int iy,int iw,int ih ); diff --git a/superkaramba/src/clickarea.h b/superkaramba/src/clickarea.h index d062da1..9e05946 100644 --- a/superkaramba/src/clickarea.h +++ b/superkaramba/src/clickarea.h @@ -39,7 +39,7 @@ **/ class ClickArea : public Meter { - Q_OBJECT + TQ_OBJECT public: ClickArea(karamba* k, int x, int y, int w, int h ); diff --git a/superkaramba/src/clickmap.h b/superkaramba/src/clickmap.h index 33fbf0e..98d68dd 100644 --- a/superkaramba/src/clickmap.h +++ b/superkaramba/src/clickmap.h @@ -22,7 +22,7 @@ **/ class ClickMap : public Meter { -Q_OBJECT +TQ_OBJECT public: ClickMap(karamba* k, int x, int y, int w, int h); diff --git a/superkaramba/src/cpusensor.h b/superkaramba/src/cpusensor.h index e239edb..0d02334 100644 --- a/superkaramba/src/cpusensor.h +++ b/superkaramba/src/cpusensor.h @@ -16,7 +16,7 @@ class CPUSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: CPUSensor( TQString cpuNbr, int interval ); diff --git a/superkaramba/src/datesensor.h b/superkaramba/src/datesensor.h index 67c66db..b0cbdfc 100644 --- a/superkaramba/src/datesensor.h +++ b/superkaramba/src/datesensor.h @@ -26,7 +26,7 @@ private: class DateSensor : public Sensor { -Q_OBJECT +TQ_OBJECT public: DateSensor( int interval ); diff --git a/superkaramba/src/disksensor.h b/superkaramba/src/disksensor.h index 7207dd2..4f88237 100644 --- a/superkaramba/src/disksensor.h +++ b/superkaramba/src/disksensor.h @@ -18,7 +18,7 @@ #include class DiskSensor : public Sensor { -Q_OBJECT +TQ_OBJECT public: DiskSensor(int msec ); diff --git a/superkaramba/src/graph.h b/superkaramba/src/graph.h index 8c1b3a8..ca11715 100644 --- a/superkaramba/src/graph.h +++ b/superkaramba/src/graph.h @@ -17,7 +17,7 @@ class Graph : public Meter { -Q_OBJECT +TQ_OBJECT public: diff --git a/superkaramba/src/imagelabel.h b/superkaramba/src/imagelabel.h index 1346c2e..57d90e9 100644 --- a/superkaramba/src/imagelabel.h +++ b/superkaramba/src/imagelabel.h @@ -46,7 +46,7 @@ namespace TDEIO { class Effect : public TQObject { -Q_OBJECT +TQ_OBJECT public: @@ -102,7 +102,7 @@ public: class ImageLabel : public Meter { -Q_OBJECT +TQ_OBJECT public: diff --git a/superkaramba/src/input.h b/superkaramba/src/input.h index 6e1601a..9bf7fdb 100644 --- a/superkaramba/src/input.h +++ b/superkaramba/src/input.h @@ -35,7 +35,7 @@ class Input : public Meter { -Q_OBJECT +TQ_OBJECT public: Input(karamba* k, int ix, int iy, int iw, int ih); diff --git a/superkaramba/src/karamba.h b/superkaramba/src/karamba.h index 6930c5c..57843d7 100644 --- a/superkaramba/src/karamba.h +++ b/superkaramba/src/karamba.h @@ -111,7 +111,7 @@ class LineParser; class karamba : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -326,7 +326,7 @@ private slots: */ class DesktopChangeSlot : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -347,7 +347,7 @@ class DesktopChangeSlot : public TQObject /** SignalBridge is an ungulate that lives in the forests of wild Wisconsin. */ class SignalBridge : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/superkaramba/src/karambaapp.h b/superkaramba/src/karambaapp.h index 330a6ed..8e53914 100644 --- a/superkaramba/src/karambaapp.h +++ b/superkaramba/src/karambaapp.h @@ -38,7 +38,7 @@ class TDEAboutData; class KarambaApplication : public TDEApplication { - Q_OBJECT + TQ_OBJECT friend class KarambaIface; diff --git a/superkaramba/src/kwidgetlistbox.h b/superkaramba/src/kwidgetlistbox.h index 680df49..d791337 100644 --- a/superkaramba/src/kwidgetlistbox.h +++ b/superkaramba/src/kwidgetlistbox.h @@ -30,7 +30,7 @@ typedef bool (*show_callback) (int index, TQWidget* widget, void* data); class KWidgetListbox : public TQTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/superkaramba/src/memsensor.h b/superkaramba/src/memsensor.h index 56a91a5..cf00e1d 100644 --- a/superkaramba/src/memsensor.h +++ b/superkaramba/src/memsensor.h @@ -23,7 +23,7 @@ class MemSensor : public Sensor { -Q_OBJECT +TQ_OBJECT public: diff --git a/superkaramba/src/meter.h b/superkaramba/src/meter.h index 810a8aa..64609e8 100644 --- a/superkaramba/src/meter.h +++ b/superkaramba/src/meter.h @@ -22,7 +22,7 @@ class karamba; class Meter : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/superkaramba/src/networksensor.h b/superkaramba/src/networksensor.h index 5e93517..9ad8eab 100644 --- a/superkaramba/src/networksensor.h +++ b/superkaramba/src/networksensor.h @@ -24,7 +24,7 @@ class NetworkSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: NetworkSensor( TQString device, int interval ); diff --git a/superkaramba/src/programsensor.h b/superkaramba/src/programsensor.h index 672d0e7..cd75405 100644 --- a/superkaramba/src/programsensor.h +++ b/superkaramba/src/programsensor.h @@ -18,7 +18,7 @@ #include class ProgramSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: ProgramSensor(const TQString &programName, int msec=1000, TQString encoding="" ); diff --git a/superkaramba/src/richtextlabel.h b/superkaramba/src/richtextlabel.h index cae19c6..3d2cb2a 100644 --- a/superkaramba/src/richtextlabel.h +++ b/superkaramba/src/richtextlabel.h @@ -23,7 +23,7 @@ class RichTextLabel : public Meter { - Q_OBJECT + TQ_OBJECT public: RichTextLabel(karamba*); diff --git a/superkaramba/src/rsssensor.h b/superkaramba/src/rsssensor.h index 4361dca..4872504 100644 --- a/superkaramba/src/rsssensor.h +++ b/superkaramba/src/rsssensor.h @@ -21,7 +21,7 @@ **/ class RssSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: RssSensor( const TQString &source, int interval, const TQString &format, const TQString &encoding=TQString() ); diff --git a/superkaramba/src/sensor.h b/superkaramba/src/sensor.h index 1fa34b1..50faea0 100644 --- a/superkaramba/src/sensor.h +++ b/superkaramba/src/sensor.h @@ -20,7 +20,7 @@ class Sensor : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/superkaramba/src/sensorsensor.h b/superkaramba/src/sensorsensor.h index c2692ef..1aca4cc 100644 --- a/superkaramba/src/sensorsensor.h +++ b/superkaramba/src/sensorsensor.h @@ -19,7 +19,7 @@ **/ class SensorSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: SensorSensor(int interval, char tempUnit); diff --git a/superkaramba/src/showdesktop.h b/superkaramba/src/showdesktop.h index 22d847f..c26a650 100644 --- a/superkaramba/src/showdesktop.h +++ b/superkaramba/src/showdesktop.h @@ -29,7 +29,7 @@ class KWinModule; */ class ShowDesktop : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/superkaramba/src/systemtray.h b/superkaramba/src/systemtray.h index dbbbed6..ba2d87c 100644 --- a/superkaramba/src/systemtray.h +++ b/superkaramba/src/systemtray.h @@ -33,7 +33,7 @@ typedef long unsigned int Atom; class Systemtray : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Systemtray(TQWidget* parent); diff --git a/superkaramba/src/taskmanager.h b/superkaramba/src/taskmanager.h index ceb62ff..0626b50 100644 --- a/superkaramba/src/taskmanager.h +++ b/superkaramba/src/taskmanager.h @@ -48,7 +48,7 @@ class TaskManager; */ class Task: public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString name READ name ) TQ_PROPERTY( TQString visibleName READ visibleName ) @@ -375,7 +375,7 @@ private: */ class Startup: public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString text READ text ) TQ_PROPERTY( TQString bin READ bin ) @@ -431,7 +431,7 @@ typedef TQPtrList StartupList; */ class TaskManager : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( int currentDesktop READ currentDesktop ) TQ_PROPERTY( int numberOfDesktops READ numberOfDesktops ) diff --git a/superkaramba/src/textfilesensor.h b/superkaramba/src/textfilesensor.h index 930407a..656f3c6 100644 --- a/superkaramba/src/textfilesensor.h +++ b/superkaramba/src/textfilesensor.h @@ -36,7 +36,7 @@ class TextFileSensor : public Sensor { -Q_OBJECT +TQ_OBJECT public: TextFileSensor( const TQString &fileName, bool rdf, int interval, const TQString &encoding=TQString() ); diff --git a/superkaramba/src/textlabel.h b/superkaramba/src/textlabel.h index df730d1..8fc167e 100644 --- a/superkaramba/src/textlabel.h +++ b/superkaramba/src/textlabel.h @@ -22,7 +22,7 @@ class TextLabel : public Meter { -Q_OBJECT +TQ_OBJECT public: enum ScrollType { ScrollNone, ScrollNormal, diff --git a/superkaramba/src/themesdlg.h b/superkaramba/src/themesdlg.h index 1e73288..095f2c9 100644 --- a/superkaramba/src/themesdlg.h +++ b/superkaramba/src/themesdlg.h @@ -39,7 +39,7 @@ class KArchiveDirectory; class ThemesDlg : public ThemesLayout { - Q_OBJECT + TQ_OBJECT public: diff --git a/superkaramba/src/themewidget.h b/superkaramba/src/themewidget.h index 2481cb8..f57918c 100644 --- a/superkaramba/src/themewidget.h +++ b/superkaramba/src/themewidget.h @@ -29,7 +29,7 @@ class ThemeWidget : public ThemeWidgetLayout { - Q_OBJECT + TQ_OBJECT public: ThemeWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/superkaramba/src/xmmssensor.h b/superkaramba/src/xmmssensor.h index 20727b1..2e83967 100644 --- a/superkaramba/src/xmmssensor.h +++ b/superkaramba/src/xmmssensor.h @@ -22,7 +22,7 @@ class XMMSSensor : public Sensor { - Q_OBJECT + TQ_OBJECT public: XMMSSensor( int interval, const TQString &encoding=TQString() ); diff --git a/tdefilereplace/commandengine.h b/tdefilereplace/commandengine.h index 36bcfcb..ad14578 100644 --- a/tdefilereplace/commandengine.h +++ b/tdefilereplace/commandengine.h @@ -28,7 +28,7 @@ class TDEProcess; class CommandEngine : public TQObject { - Q_OBJECT + TQ_OBJECT private: TQString m_processOutput; diff --git a/tdefilereplace/kaddstringdlg.h b/tdefilereplace/kaddstringdlg.h index 276573e..6ca518c 100644 --- a/tdefilereplace/kaddstringdlg.h +++ b/tdefilereplace/kaddstringdlg.h @@ -27,7 +27,7 @@ */ class KAddStringDlg : public KAddStringDlgS { - Q_OBJECT + TQ_OBJECT private: RCOptions* m_option; diff --git a/tdefilereplace/knewprojectdlg.h b/tdefilereplace/knewprojectdlg.h index 82e65e6..6f23b77 100644 --- a/tdefilereplace/knewprojectdlg.h +++ b/tdefilereplace/knewprojectdlg.h @@ -28,7 +28,7 @@ class TDEConfig; class KNewProjectDlg : public KNewProjectDlgS { - Q_OBJECT + TQ_OBJECT private: diff --git a/tdefilereplace/koptionsdlg.h b/tdefilereplace/koptionsdlg.h index 78375e5..718ccb5 100644 --- a/tdefilereplace/koptionsdlg.h +++ b/tdefilereplace/koptionsdlg.h @@ -32,7 +32,7 @@ class TDEConfig; class KOptionsDlg : public KOptionsDlgS { - Q_OBJECT + TQ_OBJECT public: KOptionsDlg(RCOptions* info, TQWidget *parent, const char *name); diff --git a/tdefilereplace/tdefilereplace.h b/tdefilereplace/tdefilereplace.h index 2742a5c..73256ee 100644 --- a/tdefilereplace/tdefilereplace.h +++ b/tdefilereplace/tdefilereplace.h @@ -25,7 +25,7 @@ Shell application for the TDEFileReplace part. */ class TDEFileReplace : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: TDEFileReplace(); diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h index 4495ae9..7e841cd 100644 --- a/tdefilereplace/tdefilereplacepart.h +++ b/tdefilereplace/tdefilereplacepart.h @@ -31,7 +31,7 @@ class TDEFileReplaceView; class TDEFileReplacePart: public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT private: //MEMBERS diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h index 4e554e8..f4e5cab 100644 --- a/tdefilereplace/tdefilereplaceview.h +++ b/tdefilereplace/tdefilereplaceview.h @@ -56,7 +56,7 @@ class coord */ class TDEFileReplaceView : public TDEFileReplaceViewWdg { - Q_OBJECT + TQ_OBJECT public://Constructors TDEFileReplaceView(RCOptions* info, TQWidget *parent,const char *name); diff --git a/tdelirc/irkick/irkick.h b/tdelirc/irkick/irkick.h index cecc26b..a3b7cc3 100644 --- a/tdelirc/irkick/irkick.h +++ b/tdelirc/irkick/irkick.h @@ -41,7 +41,7 @@ public: class IRKick: public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdelirc/irkick/tdelircclient.h b/tdelirc/irkick/tdelircclient.h index 68c1906..a3da5df 100644 --- a/tdelirc/irkick/tdelircclient.h +++ b/tdelirc/irkick/tdelircclient.h @@ -28,7 +28,7 @@ class TQSocketNotifier; class KLircClient: public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/tdelirc/kcmlirc/addaction.h b/tdelirc/kcmlirc/addaction.h index 3a3f22f..135f89d 100644 --- a/tdelirc/kcmlirc/addaction.h +++ b/tdelirc/kcmlirc/addaction.h @@ -26,7 +26,7 @@ class TQListViewItem; class AddAction : public AddActionBase { - Q_OBJECT + TQ_OBJECT int curPage; diff --git a/tdelirc/kcmlirc/editaction.h b/tdelirc/kcmlirc/editaction.h index 8b19b6a..20b7da1 100644 --- a/tdelirc/kcmlirc/editaction.h +++ b/tdelirc/kcmlirc/editaction.h @@ -25,7 +25,7 @@ class EditAction : public EditActionBase { - Q_OBJECT + TQ_OBJECT IRAIt theAction; TQMap applicationMap, functionMap; diff --git a/tdelirc/kcmlirc/editmode.h b/tdelirc/kcmlirc/editmode.h index 5de0836..669e991 100644 --- a/tdelirc/kcmlirc/editmode.h +++ b/tdelirc/kcmlirc/editmode.h @@ -20,7 +20,7 @@ */ class EditMode : public EditModeBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdelirc/kcmlirc/kcmlirc.h b/tdelirc/kcmlirc/kcmlirc.h index c187642..e062534 100644 --- a/tdelirc/kcmlirc/kcmlirc.h +++ b/tdelirc/kcmlirc/kcmlirc.h @@ -30,7 +30,7 @@ class Remote; class KCMLirc: public TDECModule, virtual public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdelirc/kcmlirc/modeslist.h b/tdelirc/kcmlirc/modeslist.h index d6a4b25..e60ba00 100644 --- a/tdelirc/kcmlirc/modeslist.h +++ b/tdelirc/kcmlirc/modeslist.h @@ -24,7 +24,7 @@ class ModesList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: virtual bool acceptDrag(TQDropEvent *) const; diff --git a/tdessh/sshdlg.h b/tdessh/sshdlg.h index 2856f7a..752a764 100644 --- a/tdessh/sshdlg.h +++ b/tdessh/sshdlg.h @@ -14,7 +14,7 @@ class TDEsshDialog : public KPasswordDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdewallet/allyourbase.h b/tdewallet/allyourbase.h index e5e78ee..defc408 100644 --- a/tdewallet/allyourbase.h +++ b/tdewallet/allyourbase.h @@ -96,7 +96,7 @@ class TDEWalletFolderItem : public TDEListViewItem { }; class TDEWalletEntryList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: TDEWalletEntryList(TQWidget *parent, const char *name = 0L); @@ -133,7 +133,7 @@ class TDEWalletItem : public TQIconViewItem { class TDEWalletIconView : public TDEIconView { - Q_OBJECT + TQ_OBJECT public: TDEWalletIconView(TQWidget *parent, const char *name = 0L); diff --git a/tdewallet/konfigurator/konfigurator.h b/tdewallet/konfigurator/konfigurator.h index f133912..85599a4 100644 --- a/tdewallet/konfigurator/konfigurator.h +++ b/tdewallet/konfigurator/konfigurator.h @@ -27,7 +27,7 @@ class WalletConfigWidget; class TQListViewItem; class TDEWalletConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: TDEWalletConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList& = TQStringList()); diff --git a/tdewallet/kwmapeditor.h b/tdewallet/kwmapeditor.h index cad9c6a..484155f 100644 --- a/tdewallet/kwmapeditor.h +++ b/tdewallet/kwmapeditor.h @@ -28,7 +28,7 @@ class TDEAction; class TDEActionCollection; class KWMapEditor : public TQTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdewallet/tdewalleteditor.h b/tdewallet/tdewalleteditor.h index 4000bb2..64f408b 100644 --- a/tdewallet/tdewalleteditor.h +++ b/tdewallet/tdewalleteditor.h @@ -35,7 +35,7 @@ class TDEWalletEntryList; class KWMapEditor; class TDEWalletEditor : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdewallet/tdewalletmanager.h b/tdewallet/tdewalletmanager.h index 081c6bb..01b3f54 100644 --- a/tdewallet/tdewalletmanager.h +++ b/tdewallet/tdewalletmanager.h @@ -31,7 +31,7 @@ class DCOPRef; class TDEWalletManager : public TDEMainWindow, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdewallet/tdewalletpopup.h b/tdewallet/tdewalletpopup.h index 2b4ba86..7f82ba1 100644 --- a/tdewallet/tdewalletpopup.h +++ b/tdewallet/tdewalletpopup.h @@ -25,7 +25,7 @@ #include class TDEWalletPopup : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: