diff --git a/kcron/ktapp.h b/kcron/ktapp.h index f133291..775d8d2 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -33,7 +33,7 @@ class CTHost; */ class KTApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT friend class KTView; diff --git a/kcron/ktprintopt.h b/kcron/ktprintopt.h index 60ace3f..9d6cef5 100644 --- a/kcron/ktprintopt.h +++ b/kcron/ktprintopt.h @@ -30,7 +30,7 @@ class TDEAccel; class KTPrintOpt : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/kttask.h b/kcron/kttask.h index 40d1f6e..c77c008 100644 --- a/kcron/kttask.h +++ b/kcron/kttask.h @@ -30,7 +30,7 @@ class CTTask; */ class KTTask : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/ktvariable.h b/kcron/ktvariable.h index ea3ca2f..38adc08 100644 --- a/kcron/ktvariable.h +++ b/kcron/ktvariable.h @@ -32,7 +32,7 @@ class CTVariable; */ class KTVariable : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcron/ktview.h b/kcron/ktview.h index ced800a..da16550 100644 --- a/kcron/ktview.h +++ b/kcron/ktview.h @@ -33,7 +33,7 @@ class CTTask; */ class KTView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h index 0d2809f..b24bfff 100644 --- a/kdat/ArchiveInfoWidget.h +++ b/kdat/ArchiveInfoWidget.h @@ -31,7 +31,7 @@ class Archive; * @short Display/edit information about an archive index. */ class ArchiveInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT Archive* _archive; TQLineEdit* _archiveName; diff --git a/kdat/BackupDlg.h b/kdat/BackupDlg.h index 57bd333..c0822eb 100644 --- a/kdat/BackupDlg.h +++ b/kdat/BackupDlg.h @@ -36,7 +36,7 @@ class TarParser; * @short Status dialog for backing up files. */ class BackupDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TDEProcess* _proc; TarParser* _tarParser; diff --git a/kdat/BackupOptDlg.h b/kdat/BackupOptDlg.h index 0ad4fd8..88f44f0 100644 --- a/kdat/BackupOptDlg.h +++ b/kdat/BackupOptDlg.h @@ -28,7 +28,7 @@ class BackupProfileWidget; * @short Display/edit the parameters for a backup operation. */ class BackupOptDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT BackupProfileWidget* _profile; public: diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h index 246c4d2..8ff1bd0 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -27,7 +27,7 @@ class BackupProfileWidget; * @short Display/edit information about a backup profile. */ class BackupProfileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT BackupProfile* _backupProfile; TQLineEdit* _name; diff --git a/kdat/BackupProfileManager.h b/kdat/BackupProfileManager.h index 040e9fa..84adf43 100644 --- a/kdat/BackupProfileManager.h +++ b/kdat/BackupProfileManager.h @@ -38,7 +38,7 @@ * The BackupProfileManager follows the Singleton pattern. */ class BackupProfileManager : public TQObject { - Q_OBJECT + TQ_OBJECT static BackupProfileManager* _instance; diff --git a/kdat/BackupProfileWidget.h b/kdat/BackupProfileWidget.h index 5090774..4fd4060 100644 --- a/kdat/BackupProfileWidget.h +++ b/kdat/BackupProfileWidget.h @@ -34,7 +34,7 @@ class BackupProfile; * @short Display/edit the parameters for a backup operation. */ class BackupProfileWidget : public KTabCtl { - Q_OBJECT + TQ_OBJECT TQLineEdit* _archiveName; TQComboBox* _workingDir; diff --git a/kdat/FileInfoWidget.h b/kdat/FileInfoWidget.h index 36e26e4..618ba06 100644 --- a/kdat/FileInfoWidget.h +++ b/kdat/FileInfoWidget.h @@ -27,7 +27,7 @@ class TQLabel; * @short Display information about a local file. */ class FileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQLabel* _fileName; TQLabel* _ctime; diff --git a/kdat/FormatOptDlg.h b/kdat/FormatOptDlg.h index b4d6c13..9186202 100644 --- a/kdat/FormatOptDlg.h +++ b/kdat/FormatOptDlg.h @@ -29,7 +29,7 @@ class TQLineEdit; * @short Display/edit options for formatting a tape. */ class FormatOptDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TQString _name; int _size; diff --git a/kdat/IndexDlg.h b/kdat/IndexDlg.h index 0d13741..14d6eb7 100644 --- a/kdat/IndexDlg.h +++ b/kdat/IndexDlg.h @@ -37,7 +37,7 @@ class TarParser; * @short Status dialog for recreating a tape index. */ class IndexDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT TarParser* _tarParser; Tape* _tape; diff --git a/kdat/InfoShellWidget.h b/kdat/InfoShellWidget.h index f461fb9..ad0ded6 100644 --- a/kdat/InfoShellWidget.h +++ b/kdat/InfoShellWidget.h @@ -25,7 +25,7 @@ * @short A suitable parent for the info widgets. */ class InfoShellWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kdat/KDatMainWindow.h b/kdat/KDatMainWindow.h index f709f5f..34772dc 100644 --- a/kdat/KDatMainWindow.h +++ b/kdat/KDatMainWindow.h @@ -52,7 +52,7 @@ class TapeInfoWidget; * @short The KDat main window. Everything happens from here. */ class KDatMainWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT private: diff --git a/kdat/LoggerWidget.h b/kdat/LoggerWidget.h index 00e80c9..221962b 100644 --- a/kdat/LoggerWidget.h +++ b/kdat/LoggerWidget.h @@ -27,7 +27,7 @@ class TQMultiLineEdit; * @short A titled logging widget with a save option. */ class LoggerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQMultiLineEdit* _mle; public: diff --git a/kdat/Node.h b/kdat/Node.h index 81e1757..5a55aed 100644 --- a/kdat/Node.h +++ b/kdat/Node.h @@ -816,7 +816,7 @@ public: * @short This node represents a tape drive. */ class TapeDriveNode : public TQObject, public Node { - Q_OBJECT + TQ_OBJECT MountedArchiveNode* findArchiveNode( Archive* archive ); @@ -874,7 +874,7 @@ public slots: * @short This node represents the root of the tape index subtree. */ class TapeIndexRootNode : public TQObject, public Node { - Q_OBJECT + TQ_OBJECT TapeNode* findTapeNode( Tape* tape ); @@ -981,7 +981,7 @@ public: * @short This node represents the root of the backup profile subtree. */ class BackupProfileRootNode : public TQObject, public Node { - Q_OBJECT + TQ_OBJECT BackupProfileNode* findBackupProfileNode( BackupProfile* backupProfile ); diff --git a/kdat/Options.h b/kdat/Options.h index 7543897..237ab75 100644 --- a/kdat/Options.h +++ b/kdat/Options.h @@ -27,7 +27,7 @@ class TDEConfig; * @short The central repository for user preferences. */ class Options : public TQObject { - Q_OBJECT + TQ_OBJECT TDEConfig* _config; int _defaultTapeSize; diff --git a/kdat/OptionsDlg.h b/kdat/OptionsDlg.h index db62244..9359639 100644 --- a/kdat/OptionsDlg.h +++ b/kdat/OptionsDlg.h @@ -28,7 +28,7 @@ class OptionsDlgWidget; * @short Display/edit user preferences. */ class OptionsDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT private slots: void slotOK(); diff --git a/kdat/TapeDrive.h b/kdat/TapeDrive.h index dea4dbf..8e6bc1c 100644 --- a/kdat/TapeDrive.h +++ b/kdat/TapeDrive.h @@ -27,7 +27,7 @@ class Tape; * @short An OO interface to the tape drive. */ class TapeDrive : public TQObject { - Q_OBJECT + TQ_OBJECT int _fd; bool _readOnly; diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index c0f4476..c5b3bf9 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -29,7 +29,7 @@ class File; * @short Display information about a tape file. */ class TapeFileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT File* _file; TQLabel* _fileName; diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index 106adcd..4d9cf0a 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -32,7 +32,7 @@ class Tape; * @short Display/edit information about a tape index. */ class TapeInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT Tape* _tape; TQLineEdit* _tapeName; diff --git a/kdat/TapeManager.h b/kdat/TapeManager.h index 2a7bd02..06cbb6c 100644 --- a/kdat/TapeManager.h +++ b/kdat/TapeManager.h @@ -42,7 +42,7 @@ * The TapeManager follows the Singleton pattern. */ class TapeManager : public TQObject { - Q_OBJECT + TQ_OBJECT static TapeManager* _instance; diff --git a/kdat/TarParser.h b/kdat/TarParser.h index c9301aa..ee01226 100644 --- a/kdat/TarParser.h +++ b/kdat/TarParser.h @@ -167,7 +167,7 @@ union record * @short A parser for GNU tar archives. */ class TarParser : public TQObject { - Q_OBJECT + TQ_OBJECT char _buf[512]; int _bufIdx; diff --git a/kdat/VerifyDlg.h b/kdat/VerifyDlg.h index fbde1da..bb330f3 100644 --- a/kdat/VerifyDlg.h +++ b/kdat/VerifyDlg.h @@ -36,7 +36,7 @@ class TapeDrive; * @short Status dialog for verifying/restoring parts of an archive. */ class VerifyDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT bool _restore; TDEProcess* _proc; diff --git a/kdat/VerifyOptDlg.h b/kdat/VerifyOptDlg.h index a08d80e..c1444f8 100644 --- a/kdat/VerifyOptDlg.h +++ b/kdat/VerifyOptDlg.h @@ -31,7 +31,7 @@ class TQLineEdit; * have been combined into a single dialog. */ class VerifyOptDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT bool _restore; TQString _workingDir; diff --git a/kdat/ktreeview.h b/kdat/ktreeview.h index 4cb7958..a6031c4 100644 --- a/kdat/ktreeview.h +++ b/kdat/ktreeview.h @@ -398,7 +398,7 @@ typedef bool (*KForEvery) class KTreeView : public TQGridView { friend class KTreeViewItem; - Q_OBJECT + TQ_OBJECT public: /** diff --git a/knetworkconf/knetworkconf/kadddevicecontainer.h b/knetworkconf/knetworkconf/kadddevicecontainer.h index fec8c2f..8eca304 100644 --- a/knetworkconf/knetworkconf/kadddevicecontainer.h +++ b/knetworkconf/knetworkconf/kadddevicecontainer.h @@ -45,7 +45,7 @@ Network interface configuration dialog. This dialog contains the KAddDeviceDlg a */ class KAddDeviceContainer : public KDialog { - Q_OBJECT + TQ_OBJECT public: KAddDeviceContainer(TQWidget *parent = 0, const char *name = 0); diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h index 66408aa..cb2d8b4 100644 --- a/knetworkconf/knetworkconf/knetworkconf.h +++ b/knetworkconf/knetworkconf/knetworkconf.h @@ -75,7 +75,7 @@ /** KNetworkConf is the base class of the project */ class KNetworkConf : public KNetworkConfDlg, public DCOPObject { - Q_OBJECT + TQ_OBJECT public: /** construtor */ diff --git a/knetworkconf/knetworkconf/knetworkconfigparser.h b/knetworkconf/knetworkconf/knetworkconfigparser.h index 461241d..e8b65d9 100644 --- a/knetworkconf/knetworkconf/knetworkconfigparser.h +++ b/knetworkconf/knetworkconf/knetworkconfigparser.h @@ -58,7 +58,7 @@ */ class KNetworkConfigParser : public TQObject { - Q_OBJECT + TQ_OBJECT public: KNetworkConfigParser(); diff --git a/knetworkconf/knetworkconf/knetworkconfmodule.h b/knetworkconf/knetworkconf/knetworkconfmodule.h index 772a65e..ac5f3ff 100644 --- a/knetworkconf/knetworkconf/knetworkconfmodule.h +++ b/knetworkconf/knetworkconf/knetworkconfmodule.h @@ -24,7 +24,7 @@ class KNetworkConfModule : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/debAptInterface.h b/kpackage/debAptInterface.h index af5d7d1..c0be5c5 100644 --- a/kpackage/debAptInterface.h +++ b/kpackage/debAptInterface.h @@ -37,7 +37,7 @@ class DEBAPT: public DEB { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/debDpkgInterface.h b/kpackage/debDpkgInterface.h index 7fe8064..ff28833 100644 --- a/kpackage/debDpkgInterface.h +++ b/kpackage/debDpkgInterface.h @@ -37,7 +37,7 @@ class cacheObj; class DEBDPKG: public DEB { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/debInterface.h b/kpackage/debInterface.h index 8a0e784..a2b0152 100644 --- a/kpackage/debInterface.h +++ b/kpackage/debInterface.h @@ -53,7 +53,7 @@ class cacheObj; class DEB: public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/fbsdInterface.h b/kpackage/fbsdInterface.h index 2d55aa3..074119f 100644 --- a/kpackage/fbsdInterface.h +++ b/kpackage/fbsdInterface.h @@ -46,7 +46,7 @@ class bsdPortsIndexItem; class fbsdInterface : public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/findf.h b/kpackage/findf.h index 44bd9cd..41d5ecb 100644 --- a/kpackage/findf.h +++ b/kpackage/findf.h @@ -51,7 +51,7 @@ class FindF : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/gentooInterface.h b/kpackage/gentooInterface.h index 8d38794..49eef27 100644 --- a/kpackage/gentooInterface.h +++ b/kpackage/gentooInterface.h @@ -25,7 +25,7 @@ class Gentoo : public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/kissInterface.h b/kpackage/kissInterface.h index 27d2b04..aa44401 100644 --- a/kpackage/kissInterface.h +++ b/kpackage/kissInterface.h @@ -42,7 +42,7 @@ class cacheObj; class KISS: public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/kpPty.h b/kpackage/kpPty.h index bb88a12..3c26180 100644 --- a/kpackage/kpPty.h +++ b/kpackage/kpPty.h @@ -39,7 +39,7 @@ class kpKProcIO: public KProcIO { - Q_OBJECT + TQ_OBJECT public: @@ -53,7 +53,7 @@ public: ////////////////////////////////////////////////////////////////////////////// class kpPty: public TQObject -{ Q_OBJECT +{ TQ_OBJECT public: kpPty(); diff --git a/kpackage/kpTerm.h b/kpackage/kpTerm.h index 66b7bea..da6254e 100644 --- a/kpackage/kpTerm.h +++ b/kpackage/kpTerm.h @@ -44,7 +44,7 @@ ////////////////////////////////////////////////////////////////////////////// class kpTerm: public TQTextEdit { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ signals: class kpRun: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/kpackage.h b/kpackage/kpackage.h index dfdcc93..3315e55 100644 --- a/kpackage/kpackage.h +++ b/kpackage/kpackage.h @@ -62,7 +62,7 @@ class kpRun; ////////////////////////////////////////////////////////////////////////////// class KPACKAGE : public TQWidget { - Q_OBJECT + TQ_OBJECT ///////////// METHODS ------------------------------------------------------ @@ -222,7 +222,7 @@ private: class KPKG : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT enum { Tback = 1, diff --git a/kpackage/kplview.h b/kpackage/kplview.h index 73f5823..4f5eb57 100644 --- a/kpackage/kplview.h +++ b/kpackage/kplview.h @@ -49,7 +49,7 @@ class packageDisplayWidget; //////////////////////////////////////////////////////////////////////// class KpTreeList: public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/managementWidget.h b/kpackage/managementWidget.h index 5fbe49b..f8fa276 100644 --- a/kpackage/managementWidget.h +++ b/kpackage/managementWidget.h @@ -70,7 +70,7 @@ class managementWidget; class KpListViewSearchLine : public TDEListViewSearchLine { - Q_OBJECT + TQ_OBJECT public: @@ -89,7 +89,7 @@ private: class managementWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT ///////////// METHODS ------------------------------------------------------ diff --git a/kpackage/options.h b/kpackage/options.h index 375c0c1..63a37a3 100644 --- a/kpackage/options.h +++ b/kpackage/options.h @@ -61,7 +61,7 @@ class TQRadioButton; ////////////////////////////////////////////////////////////////////////////// class Options : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/packageDisplay.h b/kpackage/packageDisplay.h index 5a1faf4..2402c87 100644 --- a/kpackage/packageDisplay.h +++ b/kpackage/packageDisplay.h @@ -56,7 +56,7 @@ class TQTextEdit; class packageDisplayWidget; class kpFileList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -85,7 +85,7 @@ public slots: class packageDisplayWidget : public TQTabWidget { - Q_OBJECT + TQ_OBJECT friend class kpFileList; diff --git a/kpackage/packageProperties.h b/kpackage/packageProperties.h index 75a6ee8..6de512d 100644 --- a/kpackage/packageProperties.h +++ b/kpackage/packageProperties.h @@ -51,7 +51,7 @@ class packageInfo; class packagePropertiesWidget : public KTextBrowser { - Q_OBJECT + TQ_OBJECT ///////////// METHODS ------------------------------------------------------ public: diff --git a/kpackage/pkgInterface.h b/kpackage/pkgInterface.h index 05d4089..be7346c 100644 --- a/kpackage/pkgInterface.h +++ b/kpackage/pkgInterface.h @@ -68,7 +68,7 @@ public: ////////////////////////////////////////////////////////////////////////////// class pkgInterface: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/pkgOptions.h b/kpackage/pkgOptions.h index 1d93708..22a8c8e 100644 --- a/kpackage/pkgOptions.h +++ b/kpackage/pkgOptions.h @@ -51,7 +51,7 @@ class KPushButton; class pkgOptions : public KDialog { - Q_OBJECT + TQ_OBJECT public: pkgOptions( pkgInterface *pki, TQWidget *parent=0, const TQString &caption=TQString()); @@ -133,7 +133,7 @@ protected: /////////////////////////////////////////////////////////////////////////// class pkgOptionsI: public pkgOptions { - Q_OBJECT + TQ_OBJECT public: pkgOptionsI(pkgInterface *pkg, TQWidget *parent = 0); @@ -144,7 +144,7 @@ public: /////////////////////////////////////////////////////////////////////////// class pkgOptionsU: public pkgOptions { - Q_OBJECT + TQ_OBJECT public: pkgOptionsU(pkgInterface *pkg, TQWidget *parent = 0); diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h index b502621..7ba2a6e 100644 --- a/kpackage/procbuf.h +++ b/kpackage/procbuf.h @@ -36,7 +36,7 @@ #define PROCBUF class Modal : public KDialog { - Q_OBJECT + TQ_OBJECT public: Modal(TQString msg, TQWidget *parent, const char * name ); @@ -45,7 +45,7 @@ public: class procbuf: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/rpmInterface.h b/kpackage/rpmInterface.h index 8113284..36d18de 100644 --- a/kpackage/rpmInterface.h +++ b/kpackage/rpmInterface.h @@ -40,7 +40,7 @@ class cacheObj; class RPM : public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/search.h b/kpackage/search.h index 0fc2b4d..1207336 100644 --- a/kpackage/search.h +++ b/kpackage/search.h @@ -45,7 +45,7 @@ class TQCheckBox; class Search : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/slackInterface.h b/kpackage/slackInterface.h index 5f3958a..bfb2c33 100644 --- a/kpackage/slackInterface.h +++ b/kpackage/slackInterface.h @@ -40,7 +40,7 @@ class cacheObj; class SLACK: public pkgInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/tdeio.h b/kpackage/tdeio.h index 30c35b8..524dd4f 100644 --- a/kpackage/tdeio.h +++ b/kpackage/tdeio.h @@ -39,7 +39,7 @@ class Kio: public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ private slots: class Kiod: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kpackage/updateLoc.h b/kpackage/updateLoc.h index 5c48b81..7dd49aa 100644 --- a/kpackage/updateLoc.h +++ b/kpackage/updateLoc.h @@ -59,7 +59,7 @@ class KComboBox; ////////////////////////////////////////////////////////////////////////////// class dpanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -97,7 +97,7 @@ private: ////////////////////////////////////////////////////////////////////////////// class apanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ private: ////////////////////////////////////////////////////////////////////////////// class updateLoc : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -160,7 +160,7 @@ public: ////////////////////////////////////////////////////////////////////////////// class aUpdateLoc : public updateLoc { - Q_OBJECT + TQ_OBJECT public: @@ -200,7 +200,7 @@ private: ////////////////////////////////////////////////////////////////////////////// class pdUpdateLoc : public updateLoc { - Q_OBJECT + TQ_OBJECT public: @@ -242,7 +242,7 @@ private: ////////////////////////////////////////////////////////////////////////////// class cUpdateLoc : public updateLoc { - Q_OBJECT + TQ_OBJECT public: @@ -284,7 +284,7 @@ private: class Locations : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ActionList.h b/ksysv/ActionList.h index 4af1f84..68290f5 100644 --- a/ksysv/ActionList.h +++ b/ksysv/ActionList.h @@ -105,7 +105,7 @@ private: class ActionList : public TQObject, private TQPtrStack { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/OldView.h b/ksysv/OldView.h index 53eeb7a..617eb88 100644 --- a/ksysv/OldView.h +++ b/ksysv/OldView.h @@ -46,7 +46,7 @@ class KSVTopLevel; class KSVContent : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/PreferencesDialog.h b/ksysv/PreferencesDialog.h index 40b27c3..62660fd 100644 --- a/ksysv/PreferencesDialog.h +++ b/ksysv/PreferencesDialog.h @@ -16,7 +16,7 @@ class KSVConfig; class KSVPreferences : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/Properties.h b/ksysv/Properties.h index 9816478..d7df744 100644 --- a/ksysv/Properties.h +++ b/ksysv/Properties.h @@ -16,7 +16,7 @@ class KSVData; class KSVServicePropertiesDialog : public KPropertiesDialog { - Q_OBJECT + TQ_OBJECT public: @@ -42,7 +42,7 @@ private: class KSVEntryPropertiesDialog : public KPropertiesDialog { - Q_OBJECT + TQ_OBJECT public: @@ -67,7 +67,7 @@ private: class KSVEntryPage : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ private: class KSVServicesPage : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/RunlevelAuthIcon.h b/ksysv/RunlevelAuthIcon.h index 2ecda60..323fef4 100644 --- a/ksysv/RunlevelAuthIcon.h +++ b/ksysv/RunlevelAuthIcon.h @@ -9,7 +9,7 @@ class TQFileInfo; class RunlevelAuthIcon : public KAuthIcon { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY (int refreshInterval READ refreshInterval WRITE setRefreshInterval) diff --git a/ksysv/ServiceDlg.h b/ksysv/ServiceDlg.h index 0b84b19..2c1f622 100644 --- a/ksysv/ServiceDlg.h +++ b/ksysv/ServiceDlg.h @@ -25,7 +25,7 @@ class TQComboBox; class ServiceDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/SpinBox.h b/ksysv/SpinBox.h index 00369d3..55aae77 100644 --- a/ksysv/SpinBox.h +++ b/ksysv/SpinBox.h @@ -9,7 +9,7 @@ class KSVSpinBox : public TQSpinBox, public TDECompletionBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/TopWidget.h b/ksysv/TopWidget.h index 522d535..4fe17e5 100644 --- a/ksysv/TopWidget.h +++ b/ksysv/TopWidget.h @@ -38,7 +38,7 @@ class RunlevelAuthIcon; class KSVTopLevel : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/kscroller.h b/ksysv/kscroller.h index 0a573c2..bc59b69 100644 --- a/ksysv/kscroller.h +++ b/ksysv/kscroller.h @@ -15,7 +15,7 @@ class TQScrollBar; */ class KScroller : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvapplication.h b/ksysv/ksvapplication.h index 35ce616..5da7ab6 100644 --- a/ksysv/ksvapplication.h +++ b/ksysv/ksvapplication.h @@ -7,7 +7,7 @@ class KSVApplication : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvconfigwizard.h b/ksysv/ksvconfigwizard.h index 7f74840..b37a7cf 100644 --- a/ksysv/ksvconfigwizard.h +++ b/ksysv/ksvconfigwizard.h @@ -31,7 +31,7 @@ class KSVConfigWizard : public ConfigWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvdrag.h b/ksysv/ksvdrag.h index 6e39591..ac2c368 100644 --- a/ksysv/ksvdrag.h +++ b/ksysv/ksvdrag.h @@ -11,7 +11,7 @@ class TQWidget; class KSVDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvdraglist.h b/ksysv/ksvdraglist.h index 6c75706..842c685 100644 --- a/ksysv/ksvdraglist.h +++ b/ksysv/ksvdraglist.h @@ -151,7 +151,7 @@ private: class KSVDragList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvlookandfeel.h b/ksysv/ksvlookandfeel.h index 12ea083..fc1e32a 100644 --- a/ksysv/ksvlookandfeel.h +++ b/ksysv/ksvlookandfeel.h @@ -11,7 +11,7 @@ #include class KSVLookAndFeel : public LookAndFeel { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvmiscconfig.h b/ksysv/ksvmiscconfig.h index b6a2b4b..a11dbbd 100644 --- a/ksysv/ksvmiscconfig.h +++ b/ksysv/ksvmiscconfig.h @@ -29,7 +29,7 @@ class KSVMiscConfig : public MiscConfiguration { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/ksvpathconfig.h b/ksysv/ksvpathconfig.h index 42973b0..8ae2c34 100644 --- a/ksysv/ksvpathconfig.h +++ b/ksysv/ksvpathconfig.h @@ -29,7 +29,7 @@ class KSVPathConfig : public PathConfiguration { - Q_OBJECT + TQ_OBJECT public: diff --git a/ksysv/trash.h b/ksysv/trash.h index d848790..da6423a 100644 --- a/ksysv/trash.h +++ b/ksysv/trash.h @@ -27,7 +27,7 @@ class KSVAction; class KSVTrash : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/addUser.h b/kuser/addUser.h index 222e016..181d598 100644 --- a/kuser/addUser.h +++ b/kuser/addUser.h @@ -25,7 +25,7 @@ #include "propdlg.h" class addUser: public propdlg { - Q_OBJECT + TQ_OBJECT public: addUser(KU::KUser *AUser, bool useprivategroup, diff --git a/kuser/delUser.h b/kuser/delUser.h index be0fd50..37f2ded 100644 --- a/kuser/delUser.h +++ b/kuser/delUser.h @@ -26,7 +26,7 @@ #include "kuser.h" class delUser: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: delUser(KU::KUser *AUser, TQWidget *parent = 0, const char *name = 0); diff --git a/kuser/editDefaults.h b/kuser/editDefaults.h index 55e77c8..95c4c54 100644 --- a/kuser/editDefaults.h +++ b/kuser/editDefaults.h @@ -38,7 +38,7 @@ struct SambaDomain { }; class editDefaults : public TDEConfigDialog { - Q_OBJECT + TQ_OBJECT public: editDefaults( TDEConfigSkeleton *config, TQWidget* parent, const char * name = 0 ); diff --git a/kuser/editGroup.h b/kuser/editGroup.h index 9ac2cda..3a55d8a 100644 --- a/kuser/editGroup.h +++ b/kuser/editGroup.h @@ -32,7 +32,7 @@ class editGroup : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/kgroupldap.h b/kuser/kgroupldap.h index 910a8d4..5972193 100644 --- a/kuser/kgroupldap.h +++ b/kuser/kgroupldap.h @@ -33,7 +33,7 @@ #include "kgroup.h" class KGroupLDAP : public TQObject, public KU::KGroups { -Q_OBJECT +TQ_OBJECT public: KGroupLDAP( KUserPrefsBase *cfg ); diff --git a/kuser/kgroupvw.h b/kuser/kgroupvw.h index 4b8ff33..33d5a7e 100644 --- a/kuser/kgroupvw.h +++ b/kuser/kgroupvw.h @@ -41,7 +41,7 @@ private: class KGroupView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/kuserldap.h b/kuser/kuserldap.h index d2fa46b..50df74c 100644 --- a/kuser/kuserldap.h +++ b/kuser/kuserldap.h @@ -33,7 +33,7 @@ #include "kuser.h" class KUserLDAP : public TQObject, public KU::KUsers { -Q_OBJECT +TQ_OBJECT public: KUserLDAP(KUserPrefsBase *cfg); diff --git a/kuser/kuservw.h b/kuser/kuservw.h index 78e1072..b5c330c 100644 --- a/kuser/kuservw.h +++ b/kuser/kuservw.h @@ -42,7 +42,7 @@ private: class KUserView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/mainView.h b/kuser/mainView.h index b71e5f4..c4bf047 100644 --- a/kuser/mainView.h +++ b/kuser/mainView.h @@ -33,7 +33,7 @@ #include "kgroupvw.h" class mainView : public TQTabWidget { -Q_OBJECT +TQ_OBJECT public: mainView(TQWidget *parent = 0); diff --git a/kuser/mainWidget.h b/kuser/mainWidget.h index 35d0511..6454e36 100644 --- a/kuser/mainWidget.h +++ b/kuser/mainWidget.h @@ -28,7 +28,7 @@ class mainView; class TDEToggleAction; class mainWidget : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: mainWidget(const char *name = 0); diff --git a/kuser/propdlg.h b/kuser/propdlg.h index c7c1fae..2ee6f25 100644 --- a/kuser/propdlg.h +++ b/kuser/propdlg.h @@ -41,7 +41,7 @@ class propdlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/pwddlg.h b/kuser/pwddlg.h index d4c56de..5ad4acb 100644 --- a/kuser/pwddlg.h +++ b/kuser/pwddlg.h @@ -26,7 +26,7 @@ #include class pwddlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuser/selectconn.h b/kuser/selectconn.h index b9ca1e5..16e705f 100644 --- a/kuser/selectconn.h +++ b/kuser/selectconn.h @@ -23,7 +23,7 @@ #include class SelectConn : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SelectConn( const TQString &selected, TQWidget* parent, const char * name); diff --git a/lilo-config/kde-qt-common/EditWidget.h b/lilo-config/kde-qt-common/EditWidget.h index 8d17a12..800a59a 100644 --- a/lilo-config/kde-qt-common/EditWidget.h +++ b/lilo-config/kde-qt-common/EditWidget.h @@ -34,7 +34,7 @@ #include class EditWidget:public TQHBox { - Q_OBJECT + TQ_OBJECT public: EditWidget(TQString const label="", TQString const text="", bool isFile=false, TQWidget *parent=0, const char *name=0, WFlags f=0, bool allowLines=true); diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h index 7bf82c0..7316690 100644 --- a/lilo-config/kde-qt-common/expert.h +++ b/lilo-config/kde-qt-common/expert.h @@ -34,7 +34,7 @@ #include class Expert:public TQWidget { - Q_OBJECT + TQ_OBJECT public: Expert(liloconf *l=0, TQWidget *parent=0, const char *name=0); diff --git a/lilo-config/kde-qt-common/general.h b/lilo-config/kde-qt-common/general.h index 5360177..cc8bb8d 100644 --- a/lilo-config/kde-qt-common/general.h +++ b/lilo-config/kde-qt-common/general.h @@ -35,7 +35,7 @@ #include class General:public TQWidget { - Q_OBJECT + TQ_OBJECT public: General(liloconf *l=0, TQWidget *parent=0, const char *name=0); diff --git a/lilo-config/kde-qt-common/images.h b/lilo-config/kde-qt-common/images.h index 9c01cad..99db7d7 100644 --- a/lilo-config/kde-qt-common/images.h +++ b/lilo-config/kde-qt-common/images.h @@ -38,7 +38,7 @@ #include "EditWidget.h" class Images:public TQWidget { - Q_OBJECT + TQ_OBJECT public: Images(liloconf *l=0, TQWidget *parent=0, const char *name=0); diff --git a/lilo-config/kde-qt-common/mainwidget.h b/lilo-config/kde-qt-common/mainwidget.h index 4331ffd..a48d29f 100644 --- a/lilo-config/kde-qt-common/mainwidget.h +++ b/lilo-config/kde-qt-common/mainwidget.h @@ -37,7 +37,7 @@ #include "expert.h" class MainWidget: public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: MainWidget(TQWidget *parent, const char *name=0); diff --git a/lilo-config/kde/Details.h b/lilo-config/kde/Details.h index f2c70aa..9053e31 100644 --- a/lilo-config/kde/Details.h +++ b/lilo-config/kde/Details.h @@ -36,7 +36,7 @@ class Details:public KDialogBase { - Q_OBJECT + TQ_OBJECT public: Details(liloimage *lilo, TQWidget *parent=0, const char *name=0, WFlags f=0); diff --git a/lilo-config/kde/InputBox.h b/lilo-config/kde/InputBox.h index 90ffad4..ceeb361 100644 --- a/lilo-config/kde/InputBox.h +++ b/lilo-config/kde/InputBox.h @@ -38,7 +38,7 @@ #include class InputBox:public KDialogBase { - Q_OBJECT + TQ_OBJECT public: typedef struct { TQString label; TQString dflt; bool isFile; TQString help; } entry; diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h index 18516fc..ba6b1ff 100644 --- a/lilo-config/kde/kcontrol.h +++ b/lilo-config/kde/kcontrol.h @@ -37,7 +37,7 @@ class TDEAboutData; class KControl: public TDECModule { - Q_OBJECT + TQ_OBJECT public: KControl(TQWidget *parent, const char *name); diff --git a/lilo-config/qt/Details.h b/lilo-config/qt/Details.h index ccfa66c..dc5dfaa 100644 --- a/lilo-config/qt/Details.h +++ b/lilo-config/qt/Details.h @@ -34,7 +34,7 @@ #include class Details:public TQDialog { - Q_OBJECT + TQ_OBJECT public: Details(liloimage *lilo, TQWidget *parent=0, const char *name=0, WFlags f=0); diff --git a/lilo-config/qt/InputBox.h b/lilo-config/qt/InputBox.h index f1a5b78..c7f47c1 100644 --- a/lilo-config/qt/InputBox.h +++ b/lilo-config/qt/InputBox.h @@ -35,7 +35,7 @@ #include class InputBox:public TQDialog { - Q_OBJECT + TQ_OBJECT public: typedef struct { TQString label; TQString dflt; bool isFile; TQString help; } entry; diff --git a/lilo-config/qt/standalone.h b/lilo-config/qt/standalone.h index 54a33f8..5487a5f 100644 --- a/lilo-config/qt/standalone.h +++ b/lilo-config/qt/standalone.h @@ -34,7 +34,7 @@ #include "mainwidget.h" class Standalone: public TQWidget { - Q_OBJECT + TQ_OBJECT public: Standalone(TQWidget *parent=0, const char *name=0); diff --git a/secpolicy/pamview.h b/secpolicy/pamview.h index 9b7e686..30e19eb 100644 --- a/secpolicy/pamview.h +++ b/secpolicy/pamview.h @@ -32,7 +32,7 @@ class TQListView; class PamView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: PamView(TQWidget *parent = 0, const char *name = 0); diff --git a/tdefile-plugins/deb/tdefile_deb.h b/tdefile-plugins/deb/tdefile_deb.h index 3b8a9ab..c3507d7 100644 --- a/tdefile-plugins/deb/tdefile_deb.h +++ b/tdefile-plugins/deb/tdefile_deb.h @@ -26,7 +26,7 @@ class TQStringList; class KDebPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdefile-plugins/rpm/tdefile_rpm.h b/tdefile-plugins/rpm/tdefile_rpm.h index 028f374..3e8d19a 100644 --- a/tdefile-plugins/rpm/tdefile_rpm.h +++ b/tdefile-plugins/rpm/tdefile_rpm.h @@ -26,7 +26,7 @@ class TQStringList; class KRpmPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: