diff --git a/cervisia/addrepositorydlg.h b/cervisia/addrepositorydlg.h index d53d3161..f28ac312 100644 --- a/cervisia/addrepositorydlg.h +++ b/cervisia/addrepositorydlg.h @@ -32,7 +32,7 @@ class KLineEdit; class AddRepositoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/annotateview.h b/cervisia/annotateview.h index 52178f7f..181d42a2 100644 --- a/cervisia/annotateview.h +++ b/cervisia/annotateview.h @@ -36,7 +36,7 @@ struct LogInfo; class AnnotateView : public TQListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/cervisiapart.h b/cervisia/cervisiapart.h index 339a0a9e..3ff7861c 100644 --- a/cervisia/cervisiapart.h +++ b/cervisia/cervisiapart.h @@ -52,7 +52,7 @@ class CervisiaBrowserExtension; */ class CervisiaPart : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: @@ -200,7 +200,7 @@ typedef KParts::GenericFactory CervisiaFactory; */ class CervisiaBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/cervisiashell.h b/cervisia/cervisiashell.h index 5e931a6d..22b6638b 100644 --- a/cervisia/cervisiashell.h +++ b/cervisia/cervisiashell.h @@ -33,7 +33,7 @@ class TDERecentFilesAction; */ class CervisiaShell : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/checkoutdlg.h b/cervisia/checkoutdlg.h index 137485d1..79419ff8 100644 --- a/cervisia/checkoutdlg.h +++ b/cervisia/checkoutdlg.h @@ -34,7 +34,7 @@ class CvsService_stub; class CheckoutDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/commitdlg.h b/cervisia/commitdlg.h index 71d45622..78a19beb 100644 --- a/cervisia/commitdlg.h +++ b/cervisia/commitdlg.h @@ -36,7 +36,7 @@ class CvsService_stub; class CommitDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/cvsinitdlg.h b/cervisia/cvsinitdlg.h index 2cfe4f72..0e660bd9 100644 --- a/cervisia/cvsinitdlg.h +++ b/cervisia/cvsinitdlg.h @@ -31,7 +31,7 @@ namespace Cervisia class CvsInitDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/cvsservice/cvsjob.h b/cervisia/cvsservice/cvsjob.h index 3fde9b48..ef2e20e8 100644 --- a/cervisia/cvsservice/cvsjob.h +++ b/cervisia/cvsservice/cvsjob.h @@ -31,7 +31,7 @@ class TDEProcess; class KDE_EXPORT CvsJob : public TQObject, public DCOPObject { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/cervisia/cvsservice/repository.h b/cervisia/cvsservice/repository.h index 2eecfbe5..45c32896 100644 --- a/cervisia/cvsservice/repository.h +++ b/cervisia/cvsservice/repository.h @@ -34,7 +34,7 @@ class TQString; class KDE_EXPORT Repository : public TQObject, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT // public: diff --git a/cervisia/cvsservice/sshagent.h b/cervisia/cvsservice/sshagent.h index b99b47d1..37c0805b 100644 --- a/cervisia/cvsservice/sshagent.h +++ b/cervisia/cvsservice/sshagent.h @@ -30,7 +30,7 @@ class TDEProcess; class SshAgent : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/diffdlg.h b/cervisia/diffdlg.h index ed074f12..04000ab3 100644 --- a/cervisia/diffdlg.h +++ b/cervisia/diffdlg.h @@ -36,7 +36,7 @@ class CvsService_stub; class DiffDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/diffview.h b/cervisia/diffview.h index 4eb911bf..5f2440ab 100644 --- a/cervisia/diffview.h +++ b/cervisia/diffview.h @@ -41,7 +41,7 @@ protected: class DiffView : public QtTableView { - Q_OBJECT + TQ_OBJECT public: @@ -104,7 +104,7 @@ private: class DiffZoomWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/editwithmenu.h b/cervisia/editwithmenu.h index 1f2b1b7b..59035a23 100644 --- a/cervisia/editwithmenu.h +++ b/cervisia/editwithmenu.h @@ -32,7 +32,7 @@ namespace Cervisia class EditWithMenu : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/historydlg.h b/cervisia/historydlg.h index bcd2c3db..1513c68b 100644 --- a/cervisia/historydlg.h +++ b/cervisia/historydlg.h @@ -34,7 +34,7 @@ class CvsService_stub; class HistoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/logdlg.h b/cervisia/logdlg.h index 035a4d1d..67c69899 100644 --- a/cervisia/logdlg.h +++ b/cervisia/logdlg.h @@ -51,7 +51,7 @@ public: class LogDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/loglist.h b/cervisia/loglist.h index 198c6a86..d20b00f3 100644 --- a/cervisia/loglist.h +++ b/cervisia/loglist.h @@ -38,7 +38,7 @@ struct LogInfo; class LogListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/logmessageedit.h b/cervisia/logmessageedit.h index e469729c..f9d3f35c 100644 --- a/cervisia/logmessageedit.h +++ b/cervisia/logmessageedit.h @@ -32,7 +32,7 @@ namespace Cervisia class LogMessageEdit : public KTextEdit, public TDECompletionBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/logplainview.h b/cervisia/logplainview.h index 75e004df..0df0ca87 100644 --- a/cervisia/logplainview.h +++ b/cervisia/logplainview.h @@ -33,7 +33,7 @@ struct LogInfo; class LogPlainView : public KTextBrowser { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/logtree.h b/cervisia/logtree.h index 11b73239..f0fecdc7 100644 --- a/cervisia/logtree.h +++ b/cervisia/logtree.h @@ -43,7 +43,7 @@ typedef TQPtrList LogTreeConnectionList; class LogTreeView : public TQTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/mergedlg.h b/cervisia/mergedlg.h index 938f7428..af43b0f6 100644 --- a/cervisia/mergedlg.h +++ b/cervisia/mergedlg.h @@ -33,7 +33,7 @@ class CvsService_stub; class MergeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/patchoptiondlg.h b/cervisia/patchoptiondlg.h index 60d23b7d..230a2d77 100644 --- a/cervisia/patchoptiondlg.h +++ b/cervisia/patchoptiondlg.h @@ -33,7 +33,7 @@ namespace Cervisia class PatchOptionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/progressdlg.h b/cervisia/progressdlg.h index a1c7bb5d..be2bb025 100644 --- a/cervisia/progressdlg.h +++ b/cervisia/progressdlg.h @@ -31,7 +31,7 @@ class DCOPRef; class ProgressDialog : public KDialogBase, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT // public: diff --git a/cervisia/protocolview.h b/cervisia/protocolview.h index 1fa8697e..41e78d82 100644 --- a/cervisia/protocolview.h +++ b/cervisia/protocolview.h @@ -33,7 +33,7 @@ class CvsJob_stub; class ProtocolView : public TQTextEdit, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT // public: diff --git a/cervisia/qttableview.h b/cervisia/qttableview.h index f9278e06..df85cd71 100644 --- a/cervisia/qttableview.h +++ b/cervisia/qttableview.h @@ -25,7 +25,7 @@ class TQCornerSquare; class QtTableView : public TQFrame { - Q_OBJECT + TQ_OBJECT public: virtual void setBackgroundColor( const TQColor & ); diff --git a/cervisia/repositorydlg.h b/cervisia/repositorydlg.h index 2ab94dc3..02f6e121 100644 --- a/cervisia/repositorydlg.h +++ b/cervisia/repositorydlg.h @@ -35,7 +35,7 @@ class RepositoryListItem; class RepositoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/resolvedlg.h b/cervisia/resolvedlg.h index 417abf83..bf202dd6 100644 --- a/cervisia/resolvedlg.h +++ b/cervisia/resolvedlg.h @@ -37,7 +37,7 @@ class ResolveItem; class ResolveDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/settingsdlg.h b/cervisia/settingsdlg.h index c85cf912..df48bcb9 100644 --- a/cervisia/settingsdlg.h +++ b/cervisia/settingsdlg.h @@ -37,7 +37,7 @@ class AdvancedPage; class FontButton : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ private slots: class SettingsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/tagdlg.h b/cervisia/tagdlg.h index 7cb35f07..dc6c2acf 100644 --- a/cervisia/tagdlg.h +++ b/cervisia/tagdlg.h @@ -35,7 +35,7 @@ namespace Cervisia class TagDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/tooltip.h b/cervisia/tooltip.h index a8476530..aed50e98 100644 --- a/cervisia/tooltip.h +++ b/cervisia/tooltip.h @@ -36,7 +36,7 @@ namespace Cervisia */ class ToolTip : public TQObject, public TQToolTip { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/updatedlg.h b/cervisia/updatedlg.h index ccab72e3..bfbad928 100644 --- a/cervisia/updatedlg.h +++ b/cervisia/updatedlg.h @@ -34,7 +34,7 @@ class CvsService_stub; class UpdateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/cervisia/updateview.h b/cervisia/updateview.h index b9c99acf..af7763b1 100644 --- a/cervisia/updateview.h +++ b/cervisia/updateview.h @@ -34,7 +34,7 @@ class TDEConfig; class UpdateView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kapptemplate/kapp/app.h b/kapptemplate/kapp/app.h index e1964d4f..9d2472c3 100644 --- a/kapptemplate/kapp/app.h +++ b/kapptemplate/kapp/app.h @@ -25,7 +25,7 @@ class KURL; */ class ${APP_NAME} : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kapptemplate/kapp/apppref.h b/kapptemplate/kapp/apppref.h index fc821767..a676c4c8 100644 --- a/kapptemplate/kapp/apppref.h +++ b/kapptemplate/kapp/apppref.h @@ -11,7 +11,7 @@ class ${APP_NAME}PrefPageTwo; class ${APP_NAME}Preferences : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ${APP_NAME}Preferences(); @@ -23,7 +23,7 @@ private: class ${APP_NAME}PrefPageOne : public TQFrame { - Q_OBJECT + TQ_OBJECT public: ${APP_NAME}PrefPageOne(TQWidget *parent = 0); @@ -31,7 +31,7 @@ public: class ${APP_NAME}PrefPageTwo : public TQFrame { - Q_OBJECT + TQ_OBJECT public: ${APP_NAME}PrefPageTwo(TQWidget *parent = 0); diff --git a/kapptemplate/kapp/appview.h b/kapptemplate/kapp/appview.h index 19799996..e4dfc605 100644 --- a/kapptemplate/kapp/appview.h +++ b/kapptemplate/kapp/appview.h @@ -23,7 +23,7 @@ class KURL; */ class ${APP_NAME}View : public TQWidget, public ${APP_NAME}Iface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kapptemplate/kpartapp/app.h b/kapptemplate/kpartapp/app.h index a33950d1..3c3e3462 100644 --- a/kapptemplate/kpartapp/app.h +++ b/kapptemplate/kpartapp/app.h @@ -20,7 +20,7 @@ cat << EOF > $LOCATION_ROOT/$APP_NAME_LC/${APP_NAME_LC}.h */ class ${APP_NAME} : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kapptemplate/kpartapp/app_part.h b/kapptemplate/kpartapp/app_part.h index 2601e8fd..71749203 100644 --- a/kapptemplate/kpartapp/app_part.h +++ b/kapptemplate/kpartapp/app_part.h @@ -21,7 +21,7 @@ class TDEAboutData; */ class ${APP_NAME}Part : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kapptemplate/kpartplugin/plugin_app.h b/kapptemplate/kpartplugin/plugin_app.h index 5f0e655c..35be7e0f 100644 --- a/kapptemplate/kpartplugin/plugin_app.h +++ b/kapptemplate/kpartplugin/plugin_app.h @@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/$APP_NAME_LC/plugin_${APP_NAME_LC}.h class Plugin${APP_NAME} : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: Plugin${APP_NAME}( TQObject* parent = 0, const char* name = 0, diff --git a/kbabel/addons/tdefile-plugins/tdefile_po.h b/kbabel/addons/tdefile-plugins/tdefile_po.h index e1d449ae..2e331aee 100644 --- a/kbabel/addons/tdefile-plugins/tdefile_po.h +++ b/kbabel/addons/tdefile-plugins/tdefile_po.h @@ -39,7 +39,7 @@ class TQStringList; class KPoPlugin : public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/catalogmanager.h b/kbabel/catalogmanager/catalogmanager.h index 971b86e8..6eff80ae 100644 --- a/kbabel/catalogmanager/catalogmanager.h +++ b/kbabel/catalogmanager/catalogmanager.h @@ -69,7 +69,7 @@ namespace KBabel class CatalogManager : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: CatalogManager(TQString configfile = TQString() ); diff --git a/kbabel/catalogmanager/catalogmanagerview.h b/kbabel/catalogmanager/catalogmanagerview.h index 1743ce73..4d31a66a 100644 --- a/kbabel/catalogmanager/catalogmanagerview.h +++ b/kbabel/catalogmanager/catalogmanagerview.h @@ -76,7 +76,7 @@ namespace KBabel class CatalogManagerView : public TQListView { - Q_OBJECT + TQ_OBJECT public: CatalogManagerView(KBabel::Project::Ptr project, TQWidget* parent=0, const char* name=0); diff --git a/kbabel/catalogmanager/findinfilesdialog.h b/kbabel/catalogmanager/findinfilesdialog.h index bfbd4c29..b0dba388 100644 --- a/kbabel/catalogmanager/findinfilesdialog.h +++ b/kbabel/catalogmanager/findinfilesdialog.h @@ -40,7 +40,7 @@ class TQCheckBox; class FindInFilesDialog : public FindDialog { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/catalogmanager/libcvs/cvsdialog.h b/kbabel/catalogmanager/libcvs/cvsdialog.h index 3731148b..08dcf79c 100644 --- a/kbabel/catalogmanager/libcvs/cvsdialog.h +++ b/kbabel/catalogmanager/libcvs/cvsdialog.h @@ -65,7 +65,7 @@ class KComboBox; */ class CVSDialog : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/libcvs/cvshandler.h b/kbabel/catalogmanager/libcvs/cvshandler.h index f5a0b7a4..d74bb8bb 100644 --- a/kbabel/catalogmanager/libcvs/cvshandler.h +++ b/kbabel/catalogmanager/libcvs/cvshandler.h @@ -56,7 +56,7 @@ class TDESharedConfig; */ class CVSHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/libsvn/svndialog.h b/kbabel/catalogmanager/libsvn/svndialog.h index 6024d01c..1b187635 100644 --- a/kbabel/catalogmanager/libsvn/svndialog.h +++ b/kbabel/catalogmanager/libsvn/svndialog.h @@ -64,7 +64,7 @@ class TDESharedConfig; */ class SVNDialog : public KDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/libsvn/svnhandler.h b/kbabel/catalogmanager/libsvn/svnhandler.h index 57cc79ae..1bb1b7f6 100644 --- a/kbabel/catalogmanager/libsvn/svnhandler.h +++ b/kbabel/catalogmanager/libsvn/svnhandler.h @@ -54,7 +54,7 @@ class TDESharedConfig; */ class SVNHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ class SVNHandler : public TQObject class SVNOutputCollector: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/markpatterndialog.h b/kbabel/catalogmanager/markpatterndialog.h index 84c9d2f1..54e67fc7 100644 --- a/kbabel/catalogmanager/markpatterndialog.h +++ b/kbabel/catalogmanager/markpatterndialog.h @@ -42,7 +42,7 @@ class MarkPatternWidget; class MarkPatternDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/multiroughtransdlg.h b/kbabel/catalogmanager/multiroughtransdlg.h index fe38386d..f2272d37 100644 --- a/kbabel/catalogmanager/multiroughtransdlg.h +++ b/kbabel/catalogmanager/multiroughtransdlg.h @@ -39,7 +39,7 @@ class CatManListItem; class MultiRoughTransDlg : public RoughTransDlg { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/catalogmanager/validateprogress.h b/kbabel/catalogmanager/validateprogress.h index 06cd1175..8271e380 100644 --- a/kbabel/catalogmanager/validateprogress.h +++ b/kbabel/catalogmanager/validateprogress.h @@ -58,7 +58,7 @@ TQDataStream & operator>>( TQDataStream & stream, IgnoreItem & ident); class ValidateProgressDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index e4efde76..f5c37309 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -109,7 +109,7 @@ struct DiffEntry */ class KDE_EXPORT Catalog : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/common/catalogfileplugin.h b/kbabel/common/catalogfileplugin.h index 77bf7f4e..c6dd1575 100644 --- a/kbabel/common/catalogfileplugin.h +++ b/kbabel/common/catalogfileplugin.h @@ -81,7 +81,7 @@ enum ConversionStatus { */ class KDE_EXPORT CatalogImportPlugin: public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -177,7 +177,7 @@ private: */ class KDE_EXPORT CatalogExportPlugin: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/common/kbabeldatatool.h b/kbabel/common/kbabeldatatool.h index 104889a4..bb061aac 100644 --- a/kbabel/common/kbabeldatatool.h +++ b/kbabel/common/kbabeldatatool.h @@ -46,7 +46,7 @@ namespace KBabel */ class KBabelDataTool: public KDataTool { - Q_OBJECT + TQ_OBJECT protected: diff --git a/kbabel/common/kbproject.h b/kbabel/common/kbproject.h index 85473328..f4983ab5 100644 --- a/kbabel/common/kbproject.h +++ b/kbabel/common/kbproject.h @@ -45,7 +45,7 @@ namespace KBabel class KDE_EXPORT Project : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: typedef TDESharedPtr Ptr; diff --git a/kbabel/common/msgfmt.h b/kbabel/common/msgfmt.h index b5317751..42e28a60 100644 --- a/kbabel/common/msgfmt.h +++ b/kbabel/common/msgfmt.h @@ -44,7 +44,7 @@ namespace KBabel class KDE_EXPORT Msgfmt : private TQObject { - Q_OBJECT + TQ_OBJECT public: enum Status{NoExecutable,Ok,SyntaxError,HeaderError,Error,Unsupported}; diff --git a/kbabel/commonui/cmdedit.h b/kbabel/commonui/cmdedit.h index 7eefa261..5377a1af 100644 --- a/kbabel/commonui/cmdedit.h +++ b/kbabel/commonui/cmdedit.h @@ -47,7 +47,7 @@ class TQToolButton; class CmdEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CmdEdit(TQWidget* parent=0,const char* name=0); diff --git a/kbabel/commonui/context.h b/kbabel/commonui/context.h index 9cddcd67..50bd1b24 100644 --- a/kbabel/commonui/context.h +++ b/kbabel/commonui/context.h @@ -76,7 +76,7 @@ struct ContextInfo */ class KDE_EXPORT SourceContext : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SourceContext(TQWidget* parent, KBabel::Project::Ptr project); diff --git a/kbabel/commonui/finddialog.h b/kbabel/commonui/finddialog.h index 6f5cd3fd..b146e470 100644 --- a/kbabel/commonui/finddialog.h +++ b/kbabel/commonui/finddialog.h @@ -46,7 +46,7 @@ class KComboBox; class KDE_EXPORT FindDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -122,7 +122,7 @@ private: class KDE_EXPORT ReplaceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ReplaceDialog(TQWidget* parent); diff --git a/kbabel/commonui/projectpref.h b/kbabel/commonui/projectpref.h index 0a72bf02..b7f571e3 100644 --- a/kbabel/commonui/projectpref.h +++ b/kbabel/commonui/projectpref.h @@ -57,7 +57,7 @@ namespace KBabel { class KDE_EXPORT ProjectDialog : public TDEConfigDialog { - Q_OBJECT + TQ_OBJECT public: ProjectDialog(Project::Ptr project); diff --git a/kbabel/commonui/projectprefwidgets.h b/kbabel/commonui/projectprefwidgets.h index 4d93326a..b5ccf7d0 100644 --- a/kbabel/commonui/projectprefwidgets.h +++ b/kbabel/commonui/projectprefwidgets.h @@ -64,7 +64,7 @@ struct ModuleInfo; class KDE_EXPORT SavePreferences : public KTabCtl { - Q_OBJECT + TQ_OBJECT public: SavePreferences(TQWidget* parent=0); @@ -111,7 +111,7 @@ private slots: class IdentityPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: IdentityPreferences(TQWidget *parent = 0, const TQString& project = ""); @@ -142,7 +142,7 @@ private: class MiscPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: MiscPreferences(TQWidget *parent=0); @@ -168,7 +168,7 @@ private: class SpellPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SpellPreferences(TQWidget *parent=0); @@ -190,7 +190,7 @@ private: class CatmanPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CatmanPreferences(TQWidget *parent = 0); @@ -209,7 +209,7 @@ private: class DirCommandsPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DirCommandsPreferences(TQWidget *parent = 0); @@ -228,7 +228,7 @@ private: class FileCommandsPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: FileCommandsPreferences(TQWidget *parent = 0); @@ -247,7 +247,7 @@ private: class ViewPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: ViewPreferences(TQWidget *parent = 0); @@ -271,7 +271,7 @@ private: */ class SourceContextPreferences : public TQWidget { - Q_OBJECT + TQ_OBJECT public: SourceContextPreferences(TQWidget* parent=0); diff --git a/kbabel/commonui/projectwizard.h b/kbabel/commonui/projectwizard.h index 14f5b3c5..cc2e3c9d 100644 --- a/kbabel/commonui/projectwizard.h +++ b/kbabel/commonui/projectwizard.h @@ -47,7 +47,7 @@ namespace KBabel { class KDE_EXPORT ProjectWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: ProjectWizard(TQWidget* parent = 0, const char * name = 0); diff --git a/kbabel/commonui/roughtransdlg.h b/kbabel/commonui/roughtransdlg.h index d4e29171..8c51d614 100644 --- a/kbabel/commonui/roughtransdlg.h +++ b/kbabel/commonui/roughtransdlg.h @@ -52,7 +52,7 @@ class TQVBox; class KDE_EXPORT RoughTransDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/commonui/tdeactionselector.h b/kbabel/commonui/tdeactionselector.h index 5dd371e4..9dac11c0 100644 --- a/kbabel/commonui/tdeactionselector.h +++ b/kbabel/commonui/tdeactionselector.h @@ -85,7 +85,7 @@ class TDEActionSelectorPrivate; */ class TDEActionSelector : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS( ButtonIconSize InsertionPolicy ) TQ_PROPERTY( bool moveOnDoubleClick READ moveOnDoubleClick WRITE setMoveOnDoubleClick ) diff --git a/kbabel/commonui/toolaction.h b/kbabel/commonui/toolaction.h index c7135a17..de0f0227 100644 --- a/kbabel/commonui/toolaction.h +++ b/kbabel/commonui/toolaction.h @@ -41,7 +41,7 @@ class TDEActionCollection; class KDE_EXPORT ToolAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: ToolAction( const TQString & text, const TDEShortcut& cut, const KDataToolInfo & info, const TQString & command, TQObject * parent = 0, const char * name = 0); diff --git a/kbabel/commonui/toolselectionwidget.h b/kbabel/commonui/toolselectionwidget.h index e718dce2..8d11628f 100644 --- a/kbabel/commonui/toolselectionwidget.h +++ b/kbabel/commonui/toolselectionwidget.h @@ -39,7 +39,7 @@ class KDataToolInfo; class KDE_EXPORT ToolSelectionWidget : public TDEActionSelector { - Q_OBJECT + TQ_OBJECT public: ToolSelectionWidget(TQWidget* parent=0, const char* name=0 ); diff --git a/kbabel/datatools/accelerators/main.h b/kbabel/datatools/accelerators/main.h index b98ba40e..80fa1f81 100644 --- a/kbabel/datatools/accelerators/main.h +++ b/kbabel/datatools/accelerators/main.h @@ -41,7 +41,7 @@ class AcceleratorTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/arguments/main.h b/kbabel/datatools/arguments/main.h index 76846c1b..3a85ff24 100644 --- a/kbabel/datatools/arguments/main.h +++ b/kbabel/datatools/arguments/main.h @@ -41,7 +41,7 @@ class ArgumentTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/context/main.h b/kbabel/datatools/context/main.h index d0fa194f..d9433abf 100644 --- a/kbabel/datatools/context/main.h +++ b/kbabel/datatools/context/main.h @@ -39,7 +39,7 @@ class ContextTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/equations/main.h b/kbabel/datatools/equations/main.h index 4beb232a..58e75db1 100644 --- a/kbabel/datatools/equations/main.h +++ b/kbabel/datatools/equations/main.h @@ -38,7 +38,7 @@ class EquationsTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/length/main.h b/kbabel/datatools/length/main.h index fb3eb443..0dca8845 100644 --- a/kbabel/datatools/length/main.h +++ b/kbabel/datatools/length/main.h @@ -40,7 +40,7 @@ class LengthTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/not-translated/main.h b/kbabel/datatools/not-translated/main.h index 2e4b026e..85517d28 100644 --- a/kbabel/datatools/not-translated/main.h +++ b/kbabel/datatools/not-translated/main.h @@ -40,7 +40,7 @@ class NotTranslatedTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/pluralforms/main.h b/kbabel/datatools/pluralforms/main.h index 861a0043..3fed6ceb 100644 --- a/kbabel/datatools/pluralforms/main.h +++ b/kbabel/datatools/pluralforms/main.h @@ -39,7 +39,7 @@ class PluralsTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/punctuation/main.h b/kbabel/datatools/punctuation/main.h index 3d461332..3174d3cc 100644 --- a/kbabel/datatools/punctuation/main.h +++ b/kbabel/datatools/punctuation/main.h @@ -37,7 +37,7 @@ class PunctuationTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/regexp/main.h b/kbabel/datatools/regexp/main.h index 943562bc..108060ea 100644 --- a/kbabel/datatools/regexp/main.h +++ b/kbabel/datatools/regexp/main.h @@ -56,7 +56,7 @@ typedef TQValueList ExpressionList; class RegExpTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/setfuzzy/main.h b/kbabel/datatools/setfuzzy/main.h index 2636e4f0..6022942d 100644 --- a/kbabel/datatools/setfuzzy/main.h +++ b/kbabel/datatools/setfuzzy/main.h @@ -37,7 +37,7 @@ class SetFuzzyTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/whitespace/main.h b/kbabel/datatools/whitespace/main.h index f02ba517..3eb514c9 100644 --- a/kbabel/datatools/whitespace/main.h +++ b/kbabel/datatools/whitespace/main.h @@ -41,7 +41,7 @@ class WhitespaceTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/datatools/xml/main.h b/kbabel/datatools/xml/main.h index 8a16285d..8f2ec5e6 100644 --- a/kbabel/datatools/xml/main.h +++ b/kbabel/datatools/xml/main.h @@ -40,7 +40,7 @@ class XMLTool : public KDataTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabel/charselectview.h b/kbabel/kbabel/charselectview.h index d55d294d..6322610e 100644 --- a/kbabel/kbabel/charselectview.h +++ b/kbabel/kbabel/charselectview.h @@ -40,7 +40,7 @@ class TQSpinBox; class CharacterSelectorView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/commentview.h b/kbabel/kbabel/commentview.h index c949b6f6..cd8021f2 100644 --- a/kbabel/kbabel/commentview.h +++ b/kbabel/kbabel/commentview.h @@ -46,7 +46,7 @@ class MsgMultiLineEdit; class CommentView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/contextview.h b/kbabel/kbabel/contextview.h index 71297755..a18dc6b2 100644 --- a/kbabel/kbabel/contextview.h +++ b/kbabel/kbabel/contextview.h @@ -39,7 +39,7 @@ class TQTextView; class ContextView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/errorlistview.h b/kbabel/kbabel/errorlistview.h index 0db4253c..4da8dcfc 100644 --- a/kbabel/kbabel/errorlistview.h +++ b/kbabel/kbabel/errorlistview.h @@ -38,7 +38,7 @@ class TQTextView; class ErrorListView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/headereditor.h b/kbabel/kbabel/headereditor.h index 74b157d6..19cbbf40 100644 --- a/kbabel/kbabel/headereditor.h +++ b/kbabel/kbabel/headereditor.h @@ -46,7 +46,7 @@ class HeaderWidget; class HeaderEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/hidingmsgedit.h b/kbabel/kbabel/hidingmsgedit.h index 818c68e4..96ded8a6 100644 --- a/kbabel/kbabel/hidingmsgedit.h +++ b/kbabel/kbabel/hidingmsgedit.h @@ -50,7 +50,7 @@ namespace KBabel */ class HidingMsgEdit : public TQWidgetStack { - Q_OBJECT + TQ_OBJECT public: HidingMsgEdit(uint numberOfPlurals, TQWidget* eventFilter=0, KSpell* spell=0, TQWidget *parent=0, const char *name=0); diff --git a/kbabel/kbabel/kbabel.h b/kbabel/kbabel/kbabel.h index 4d955ffe..b131fe76 100644 --- a/kbabel/kbabel/kbabel.h +++ b/kbabel/kbabel/kbabel.h @@ -81,7 +81,7 @@ namespace KBabel */ class KBabelMW : public KDockMainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/kbabelpref.h b/kbabel/kbabel/kbabelpref.h index 72732d12..fcaa4a2d 100644 --- a/kbabel/kbabel/kbabelpref.h +++ b/kbabel/kbabel/kbabelpref.h @@ -44,7 +44,7 @@ struct ModuleInfo; class KBabelPreferences : public TDEConfigDialog { - Q_OBJECT + TQ_OBJECT public: KBabelPreferences(TQPtrList); diff --git a/kbabel/kbabel/kbabelsplash.h b/kbabel/kbabel/kbabelsplash.h index cbb02daa..b281f831 100644 --- a/kbabel/kbabel/kbabelsplash.h +++ b/kbabel/kbabel/kbabelsplash.h @@ -40,7 +40,7 @@ class TQString; class KBabelSplash : public TQVBox { -Q_OBJECT +TQ_OBJECT public: diff --git a/kbabel/kbabel/kbabelview.h b/kbabel/kbabel/kbabelview.h index b9b286ea..6e3d6bf2 100644 --- a/kbabel/kbabel/kbabelview.h +++ b/kbabel/kbabel/kbabelview.h @@ -92,7 +92,7 @@ class TagListView; */ class KBabelView : public TQWidget, public KBabel::CatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/kbbookmarkhandler.h b/kbabel/kbabel/kbbookmarkhandler.h index a1c78395..1365b7fb 100644 --- a/kbabel/kbabel/kbbookmarkhandler.h +++ b/kbabel/kbabel/kbbookmarkhandler.h @@ -87,7 +87,7 @@ class KBabelBookmark */ class KBabelBookmarkHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabel/kbcatalog.h b/kbabel/kbabel/kbcatalog.h index 87125615..4cb755a7 100644 --- a/kbabel/kbabel/kbcatalog.h +++ b/kbabel/kbabel/kbcatalog.h @@ -45,7 +45,7 @@ class HeaderEditor; */ class KBCatalog : public KBabel::Catalog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabel/kbcataloglistview.h b/kbabel/kbabel/kbcataloglistview.h index 92f08603..d74d762b 100644 --- a/kbabel/kbabel/kbcataloglistview.h +++ b/kbabel/kbabel/kbcataloglistview.h @@ -49,7 +49,7 @@ class TDEListView; */ class KBCatalogListView : public TQWidget, public KBabel::CatalogView { - Q_OBJECT + TQ_OBJECT public: KBCatalogListView(KBCatalog* catalog, TQWidget *parent, KBabel::Project::Ptr project); diff --git a/kbabel/kbabel/kbcatalogview.h b/kbabel/kbabel/kbcatalogview.h index 32bdbac4..533dd3f9 100644 --- a/kbabel/kbabel/kbcatalogview.h +++ b/kbabel/kbabel/kbcatalogview.h @@ -42,7 +42,7 @@ class KBCatalogView : public TQWidget, public KBabel::CatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/kbcharselect.h b/kbabel/kbabel/kbcharselect.h index bc515e8b..7df67f67 100644 --- a/kbabel/kbabel/kbcharselect.h +++ b/kbabel/kbabel/kbcharselect.h @@ -41,7 +41,7 @@ class TQSpinBox; class KBCharSelect : public TQVBox { - Q_OBJECT + TQ_OBJECT public: KBCharSelect(TQWidget* parent, const char* name=0); diff --git a/kbabel/kbabel/kbhighlighting.h b/kbabel/kbabel/kbhighlighting.h index 8b0c052b..522b0ccd 100644 --- a/kbabel/kbabel/kbhighlighting.h +++ b/kbabel/kbabel/kbhighlighting.h @@ -49,7 +49,7 @@ class TQTextEdit; class KBabelHighlighter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabel/mymultilineedit.h b/kbabel/kbabel/mymultilineedit.h index a95d7053..1c27d264 100644 --- a/kbabel/kbabel/mymultilineedit.h +++ b/kbabel/kbabel/mymultilineedit.h @@ -49,7 +49,7 @@ class TQPixmap; class MyMultiLineEdit : public KTextEdit { - Q_OBJECT + TQ_OBJECT public: MyMultiLineEdit(int ID,TQWidget* parent,const char* name=0); @@ -173,7 +173,7 @@ private: class MsgMultiLineEdit : public MyMultiLineEdit { - Q_OBJECT + TQ_OBJECT public: enum TextColor { NormalColor, ErrorColor }; diff --git a/kbabel/kbabel/sourceview.h b/kbabel/kbabel/sourceview.h index af6bd8c2..ed12e674 100644 --- a/kbabel/kbabel/sourceview.h +++ b/kbabel/kbabel/sourceview.h @@ -39,7 +39,7 @@ class SourceContext; class SourceView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabel/spelldlg.h b/kbabel/kbabel/spelldlg.h index fb19f166..8d8fd97b 100644 --- a/kbabel/kbabel/spelldlg.h +++ b/kbabel/kbabel/spelldlg.h @@ -40,7 +40,7 @@ class SpellDlgWidget; class SpellDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabel/taglistview.h b/kbabel/kbabel/taglistview.h index c936435d..58e5d83d 100644 --- a/kbabel/kbabel/taglistview.h +++ b/kbabel/kbabel/taglistview.h @@ -39,7 +39,7 @@ class TDEListBox; class TagListView : public KBCatalogView { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbabel/kbabeldict/aboutmoduledlg.h b/kbabel/kbabeldict/aboutmoduledlg.h index 673f60b7..b34ca8a4 100644 --- a/kbabel/kbabeldict/aboutmoduledlg.h +++ b/kbabel/kbabeldict/aboutmoduledlg.h @@ -40,7 +40,7 @@ class AboutModuleDlg : public TDEAboutApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/dictchooser.h b/kbabel/kbabeldict/dictchooser.h index 37cc0e28..5bdc685a 100644 --- a/kbabel/kbabeldict/dictchooser.h +++ b/kbabel/kbabeldict/dictchooser.h @@ -49,7 +49,7 @@ class TQListBoxItem; class KDE_EXPORT DictChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/dictionarymenu.h b/kbabel/kbabeldict/dictionarymenu.h index 26729c7e..62e216e0 100644 --- a/kbabel/kbabeldict/dictionarymenu.h +++ b/kbabel/kbabeldict/dictionarymenu.h @@ -45,7 +45,7 @@ class TDEActionCollection; class KDE_EXPORT DictionaryMenu : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/kbabeldict.h b/kbabel/kbabeldict/kbabeldict.h index a6f13e96..36584bc3 100644 --- a/kbabel/kbabeldict/kbabeldict.h +++ b/kbabel/kbabeldict/kbabeldict.h @@ -41,7 +41,7 @@ class KBabelDictView; class KBabelDict : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/kbabeldictbox.h b/kbabel/kbabeldict/kbabeldictbox.h index 7a71eb06..5e506793 100644 --- a/kbabel/kbabeldict/kbabeldictbox.h +++ b/kbabel/kbabeldict/kbabeldictbox.h @@ -62,7 +62,7 @@ struct ModuleInfo class KDE_EXPORT KBabelDictBox : public TQWidget, virtual public KBabelDictIFace { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/kbabeldictview.h b/kbabel/kbabeldict/kbabeldictview.h index 3e6343df..82566bec 100644 --- a/kbabel/kbabeldict/kbabeldictview.h +++ b/kbabel/kbabeldict/kbabeldictview.h @@ -50,7 +50,7 @@ class KBabelDictBox; class KBabelDictView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/kbabelsplash.h b/kbabel/kbabeldict/kbabelsplash.h index 6674b377..278dcc3b 100644 --- a/kbabel/kbabeldict/kbabelsplash.h +++ b/kbabel/kbabeldict/kbabelsplash.h @@ -40,7 +40,7 @@ class TQString; class KBabelSplash : public TQVBox { -Q_OBJECT +TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h index e7edb3c3..1ea8ba17 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h @@ -93,7 +93,7 @@ class CatalogDescription class KDBSearchEngine : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine/database.h b/kbabel/kbabeldict/modules/dbsearchengine/database.h index 6bc9e6e3..66976837 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/database.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/database.h @@ -158,7 +158,7 @@ class DataBaseItem class DataBaseManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbscan.h b/kbabel/kbabeldict/modules/dbsearchengine/dbscan.h index 754da24d..6c7f6d2b 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbscan.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbscan.h @@ -43,7 +43,7 @@ class PoScanner : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h index 6c72c11a..8a56cb19 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.h @@ -7,7 +7,7 @@ class TDEAboutData; class DbSeFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: DbSeFactory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.h b/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.h index 449db1da..ab88096e 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/dbsearchengine/preferenceswidget.h @@ -6,7 +6,7 @@ class PreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.h b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.h index 9f8d804c..54b19c9d 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.h +++ b/kbabel/kbabeldict/modules/dbsearchengine2/KDBSearchEngine2.h @@ -21,7 +21,7 @@ Andrea Rizzi class KDBSearchEngine2 : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/algorithms.h b/kbabel/kbabeldict/modules/dbsearchengine2/algorithms.h index 173ac31e..5fe50801 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/algorithms.h +++ b/kbabel/kbabeldict/modules/dbsearchengine2/algorithms.h @@ -18,7 +18,7 @@ class AbstractSearchAlgorithm : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -47,7 +47,7 @@ class AbstractSearchAlgorithm : public TQObject class ExactSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: ExactSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets) : AbstractSearchAlgorithm(dbi,sets) {} @@ -57,7 +57,7 @@ class ExactSearchAlgorithm : public AbstractSearchAlgorithm class AlphaSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: AlphaSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets) : AbstractSearchAlgorithm(dbi,sets) {} @@ -67,7 +67,7 @@ class AlphaSearchAlgorithm : public AbstractSearchAlgorithm class SentenceArchiveSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: SentenceArchiveSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets) ; @@ -77,7 +77,7 @@ class SentenceArchiveSearchAlgorithm : public AbstractSearchAlgorithm class ChunkByChunkSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: ChunkByChunkSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets); @@ -94,7 +94,7 @@ class ChunkByChunkSearchAlgorithm : public AbstractSearchAlgorithm class FuzzyChunkSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: FuzzyChunkSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets); @@ -110,7 +110,7 @@ class FuzzyChunkSearchAlgorithm : public AbstractSearchAlgorithm class GenericSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: GenericSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets) ; @@ -129,7 +129,7 @@ class GenericSearchAlgorithm : public AbstractSearchAlgorithm class CorrelationSearchAlgorithm : public AbstractSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: CorrelationSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets) : AbstractSearchAlgorithm(dbi,sets) {} @@ -140,7 +140,7 @@ class CorrelationSearchAlgorithm : public AbstractSearchAlgorithm class SingleWordSearchAlgorithm : public GenericSearchAlgorithm { - Q_OBJECT + TQ_OBJECT public: SingleWordSearchAlgorithm(DataBaseInterface *dbi,DBSESettings *sets); diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.h b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.h index be3ff8d7..8097722f 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.h +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbscan.h @@ -71,7 +71,7 @@ class MessagesSource class PoScanner : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h index b2f2dba0..ffd6b170 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h +++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.h @@ -7,7 +7,7 @@ class TDEAboutData; class DbSe2Factory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: DbSe2Factory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.h b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.h index 515c8c51..631ceff1 100644 --- a/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/dbsearchengine2/preferenceswidget.h @@ -6,7 +6,7 @@ class KDB2PreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h index dfcfae24..68b33759 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h +++ b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.h @@ -41,7 +41,7 @@ class TDEAboutData; class PaFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: PaFactory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h index c04a8db4..93c10af6 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h +++ b/kbabel/kbabeldict/modules/poauxiliary/poauxiliary.h @@ -49,7 +49,7 @@ class AuxiliaryPreferencesWidget; class PoAuxiliary : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h index 7952d86b..35b88847 100644 --- a/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/poauxiliary/preferenceswidget.h @@ -41,7 +41,7 @@ class PWidget; class AuxiliaryPreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h index fbe07a26..3ae033c9 100644 --- a/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h +++ b/kbabel/kbabeldict/modules/pocompendium/compendiumdata.h @@ -48,7 +48,7 @@ class Catalog; class CompendiumData : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h index cb2c4246..6238fd65 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.h +++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.h @@ -41,7 +41,7 @@ class TDEAboutData; class PcFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: PcFactory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h index deb1a16d..4a0f0a48 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.h +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.h @@ -50,7 +50,7 @@ class TQTimer; class PoCompendium : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h index c346ec83..8e6bbc76 100644 --- a/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.h @@ -41,7 +41,7 @@ class CompendiumPWidget; class CompendiumPreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.h b/kbabel/kbabeldict/modules/tmx/pc_factory.h index 6c450e9a..6b23ddf7 100644 --- a/kbabel/kbabeldict/modules/tmx/pc_factory.h +++ b/kbabel/kbabeldict/modules/tmx/pc_factory.h @@ -43,7 +43,7 @@ class TDEAboutData; class PcFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: PcFactory( TQObject *parent=0, const char *name=0); diff --git a/kbabel/kbabeldict/modules/tmx/preferenceswidget.h b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h index 6f2d6f79..9e396f7e 100644 --- a/kbabel/kbabeldict/modules/tmx/preferenceswidget.h +++ b/kbabel/kbabeldict/modules/tmx/preferenceswidget.h @@ -43,7 +43,7 @@ class TmxCompendiumPWidget; class TmxCompendiumPreferencesWidget : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h index 992c5d93..270a5acc 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.h @@ -49,7 +49,7 @@ class TQTimer; class TmxCompendium : public SearchEngine { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h index 0caccf7f..18e6b970 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendiumdata.h @@ -46,7 +46,7 @@ class TmxCompendiumData : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbabel/kbabeldict/searchengine.h b/kbabel/kbabeldict/searchengine.h index 97c26162..c04640ce 100644 --- a/kbabel/kbabeldict/searchengine.h +++ b/kbabel/kbabeldict/searchengine.h @@ -243,7 +243,7 @@ private: */ class KDE_EXPORT PrefWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -268,7 +268,7 @@ public slots: class KDE_EXPORT SearchEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/backend/bugdetailsjob.h b/kbugbuster/backend/bugdetailsjob.h index 7be2bf3e..4d213ad0 100644 --- a/kbugbuster/backend/bugdetailsjob.h +++ b/kbugbuster/backend/bugdetailsjob.h @@ -8,7 +8,7 @@ class BugDetailsJob : public BugJob { - Q_OBJECT + TQ_OBJECT public: BugDetailsJob( BugServer * ); diff --git a/kbugbuster/backend/bugjob.h b/kbugbuster/backend/bugjob.h index b6345aa5..4e3ae564 100644 --- a/kbugbuster/backend/bugjob.h +++ b/kbugbuster/backend/bugjob.h @@ -7,7 +7,7 @@ class BugJob : public TDEIO::Job { - Q_OBJECT + TQ_OBJECT public: BugJob( BugServer * ); diff --git a/kbugbuster/backend/buglistjob.h b/kbugbuster/backend/buglistjob.h index 4a584633..4f09b3c0 100644 --- a/kbugbuster/backend/buglistjob.h +++ b/kbugbuster/backend/buglistjob.h @@ -32,7 +32,7 @@ class BugListJob : public BugJob { - Q_OBJECT + TQ_OBJECT public: BugListJob( BugServer * ); diff --git a/kbugbuster/backend/bugmybugsjob.h b/kbugbuster/backend/bugmybugsjob.h index df3feeed..2bff3205 100644 --- a/kbugbuster/backend/bugmybugsjob.h +++ b/kbugbuster/backend/bugmybugsjob.h @@ -31,7 +31,7 @@ class BugMyBugsJob : public BugJob { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/backend/bugsystem.h b/kbugbuster/backend/bugsystem.h index e86068ad..7a5dfd68 100644 --- a/kbugbuster/backend/bugsystem.h +++ b/kbugbuster/backend/bugsystem.h @@ -22,7 +22,7 @@ class BugJob; class BugSystem : public TQObject { - Q_OBJECT + TQ_OBJECT friend class BugJob; public: diff --git a/kbugbuster/backend/mailsender.h b/kbugbuster/backend/mailsender.h index 0752808f..44f6b086 100644 --- a/kbugbuster/backend/mailsender.h +++ b/kbugbuster/backend/mailsender.h @@ -9,7 +9,7 @@ class Smtp; class MailSender : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum MailClient { Sendmail = 0, KMail = 1, Direct = 2 }; diff --git a/kbugbuster/backend/packagelistjob.h b/kbugbuster/backend/packagelistjob.h index ba6785d2..e038b8a3 100644 --- a/kbugbuster/backend/packagelistjob.h +++ b/kbugbuster/backend/packagelistjob.h @@ -33,7 +33,7 @@ class PackageListJob : public BugJob { - Q_OBJECT + TQ_OBJECT public: PackageListJob( BugServer * ); diff --git a/kbugbuster/backend/smtp.h b/kbugbuster/backend/smtp.h index de8c9aff..cf42b3bb 100644 --- a/kbugbuster/backend/smtp.h +++ b/kbugbuster/backend/smtp.h @@ -19,7 +19,7 @@ class TQTextStream; class Smtp : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/centralwidget.h b/kbugbuster/gui/centralwidget.h index 187277bb..d8e9bf8d 100644 --- a/kbugbuster/gui/centralwidget.h +++ b/kbugbuster/gui/centralwidget.h @@ -39,7 +39,7 @@ class CWBugDetails; */ class CentralWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/cwbugdetails.h b/kbugbuster/gui/cwbugdetails.h index f6c9302e..dde1324b 100644 --- a/kbugbuster/gui/cwbugdetails.h +++ b/kbugbuster/gui/cwbugdetails.h @@ -34,7 +34,7 @@ namespace KBugBusterMainWindow */ class CWBugDetails : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/cwbugdetailscontainer.h b/kbugbuster/gui/cwbugdetailscontainer.h index 18707196..75927fee 100644 --- a/kbugbuster/gui/cwbugdetailscontainer.h +++ b/kbugbuster/gui/cwbugdetailscontainer.h @@ -35,7 +35,7 @@ class CWLoadingWidget; */ class CWBugDetailsContainer : public CWBugDetailsContainer_Base { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/cwbuglistcontainer.h b/kbugbuster/gui/cwbuglistcontainer.h index 83c016d8..f5bd205f 100644 --- a/kbugbuster/gui/cwbuglistcontainer.h +++ b/kbugbuster/gui/cwbuglistcontainer.h @@ -37,7 +37,7 @@ class CWLoadingWidget; */ class CWBugListContainer : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/cwloadingwidget.h b/kbugbuster/gui/cwloadingwidget.h index 994b42ff..b523d0b3 100644 --- a/kbugbuster/gui/cwloadingwidget.h +++ b/kbugbuster/gui/cwloadingwidget.h @@ -32,7 +32,7 @@ namespace KBugBusterMainWindow */ class CWLoadingWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/cwsearchwidget.h b/kbugbuster/gui/cwsearchwidget.h index b83f75fa..4cb5eebc 100644 --- a/kbugbuster/gui/cwsearchwidget.h +++ b/kbugbuster/gui/cwsearchwidget.h @@ -27,7 +27,7 @@ namespace KBugBusterMainWindow */ class CWSearchWidget : public CWSearchWidget_Base { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbugbuster/gui/kbbmainwindow.h b/kbugbuster/gui/kbbmainwindow.h index 4cc6550f..8a475dab 100644 --- a/kbugbuster/gui/kbbmainwindow.h +++ b/kbugbuster/gui/kbbmainwindow.h @@ -47,7 +47,7 @@ namespace KBugBusterMainWindow */ class KBBMainWindow : public TDEMainWindow, virtual public KBookmarkOwner { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kbugbuster/gui/loadallbugsdlg.h b/kbugbuster/gui/loadallbugsdlg.h index 0c55715f..d025b538 100644 --- a/kbugbuster/gui/loadallbugsdlg.h +++ b/kbugbuster/gui/loadallbugsdlg.h @@ -24,7 +24,7 @@ namespace TDEIO { class DefaultProgress; } class LoadAllBugsDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: LoadAllBugsDlg( const Package& pkg, const TQString &component ); diff --git a/kbugbuster/gui/messageeditor.h b/kbugbuster/gui/messageeditor.h index 4b2c3276..2e499199 100644 --- a/kbugbuster/gui/messageeditor.h +++ b/kbugbuster/gui/messageeditor.h @@ -7,7 +7,7 @@ class TQComboBox; class KTextEdit; class MessageEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MessageEditor( TQWidget *parent ); diff --git a/kbugbuster/gui/msginputdialog.h b/kbugbuster/gui/msginputdialog.h index ed7576e0..02d89e3d 100644 --- a/kbugbuster/gui/msginputdialog.h +++ b/kbugbuster/gui/msginputdialog.h @@ -12,7 +12,7 @@ class TDEListBox; class MsgInputDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: enum MessageType{ Close, Reply, ReplyPrivate }; diff --git a/kbugbuster/gui/packageselectdialog.h b/kbugbuster/gui/packageselectdialog.h index 76d819bd..eb14a12d 100644 --- a/kbugbuster/gui/packageselectdialog.h +++ b/kbugbuster/gui/packageselectdialog.h @@ -12,7 +12,7 @@ class KLineEdit; class PackageListView : public TQListView { - Q_OBJECT + TQ_OBJECT public: PackageListView( TQWidget *parent ); @@ -31,7 +31,7 @@ class PackageListView : public TQListView class PackageSelectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PackageSelectDialog(TQWidget *parent=0,const char *name=0); diff --git a/kbugbuster/gui/preferencesdialog.h b/kbugbuster/gui/preferencesdialog.h index 0320018f..cd200ba4 100644 --- a/kbugbuster/gui/preferencesdialog.h +++ b/kbugbuster/gui/preferencesdialog.h @@ -12,7 +12,7 @@ class ServerListView; class PreferencesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: PreferencesDialog( TQWidget* parent = 0, const char* name = 0 ); @@ -62,7 +62,7 @@ class ServerItem; class SelectServerDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SelectServerDlg(PreferencesDialog *parent, const char */*name*/ ); diff --git a/kbugbuster/gui/serverconfigdialog.h b/kbugbuster/gui/serverconfigdialog.h index eac9d47c..a63ad227 100644 --- a/kbugbuster/gui/serverconfigdialog.h +++ b/kbugbuster/gui/serverconfigdialog.h @@ -10,7 +10,7 @@ class TQComboBox; class ServerConfigDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ServerConfigDialog( TQWidget *parent = 0 , const char *name = 0 ); diff --git a/kbugbuster/gui/severityselectdialog.h b/kbugbuster/gui/severityselectdialog.h index ada0e34d..ee69aab7 100644 --- a/kbugbuster/gui/severityselectdialog.h +++ b/kbugbuster/gui/severityselectdialog.h @@ -7,7 +7,7 @@ class SeveritySelectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: SeveritySelectDialog(TQWidget *parent=0,const char *name=0); diff --git a/kbugbuster/tderesources/kcalresource.h b/kbugbuster/tderesources/kcalresource.h index a9467b9f..c66752b0 100644 --- a/kbugbuster/tderesources/kcalresource.h +++ b/kbugbuster/tderesources/kcalresource.h @@ -50,7 +50,7 @@ class ResourcePrefs; */ class KCalResource : public KCal::ResourceCached { - Q_OBJECT + TQ_OBJECT friend class KCalResourceConfig; diff --git a/kbugbuster/tderesources/kcalresourceconfig.h b/kbugbuster/tderesources/kcalresourceconfig.h index f0eae40e..40cf883c 100644 --- a/kbugbuster/tderesources/kcalresourceconfig.h +++ b/kbugbuster/tderesources/kcalresourceconfig.h @@ -33,7 +33,7 @@ class KLineEdit; */ class KCalResourceConfig : public KRES::ConfigWidget { - Q_OBJECT + TQ_OBJECT public: KCalResourceConfig( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kompare/kompare_shell.h b/kompare/kompare_shell.h index f4323e4e..25902600 100644 --- a/kompare/kompare_shell.h +++ b/kompare/kompare_shell.h @@ -50,7 +50,7 @@ namespace KTextEditor { */ class KompareShell : public KParts::DockMainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kompare/komparenavtreepart/komparenavtreepart.h b/kompare/komparenavtreepart/komparenavtreepart.h index b7df27b4..2aab1576 100644 --- a/kompare/komparenavtreepart/komparenavtreepart.h +++ b/kompare/komparenavtreepart/komparenavtreepart.h @@ -46,7 +46,7 @@ class KChangeLVI; class KompareNavTreePart : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: @@ -175,7 +175,7 @@ class TDEAboutData; class KompareNavTreePartFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: KompareNavTreePartFactory(); diff --git a/kompare/komparepart/kompare_part.h b/kompare/komparepart/kompare_part.h index e0cb7d61..7ef1cbf4 100644 --- a/kompare/komparepart/kompare_part.h +++ b/kompare/komparepart/kompare_part.h @@ -59,7 +59,7 @@ class KompareProcess; class KomparePart : public KParts::ReadWritePart, public KompareInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kompare/komparepart/kompareconnectwidget.h b/kompare/komparepart/kompareconnectwidget.h index d814acad..e993a629 100644 --- a/kompare/komparepart/kompareconnectwidget.h +++ b/kompare/komparepart/kompareconnectwidget.h @@ -34,7 +34,7 @@ class KompareSplitter; class KompareConnectWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -69,7 +69,7 @@ private: class KompareConnectWidgetFrame : public TQSplitterHandle { - Q_OBJECT + TQ_OBJECT public: KompareConnectWidgetFrame( KompareListView* left, KompareListView* right, diff --git a/kompare/komparepart/komparelistview.h b/kompare/komparepart/komparelistview.h index 79d318cf..d72eda44 100644 --- a/kompare/komparepart/komparelistview.h +++ b/kompare/komparepart/komparelistview.h @@ -45,7 +45,7 @@ class KompareListViewLineContainerItem; class KompareListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ private: class KompareListViewFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kompare/komparepart/kompareprefdlg.h b/kompare/komparepart/kompareprefdlg.h index 4eec1203..5ab7b4ed 100644 --- a/kompare/komparepart/kompareprefdlg.h +++ b/kompare/komparepart/kompareprefdlg.h @@ -29,7 +29,7 @@ class ViewSettings; class KomparePrefDlg : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: KomparePrefDlg( ViewSettings*, DiffSettings* ); diff --git a/kompare/komparepart/komparesaveoptionswidget.h b/kompare/komparepart/komparesaveoptionswidget.h index ab3df57d..580968e8 100644 --- a/kompare/komparepart/komparesaveoptionswidget.h +++ b/kompare/komparepart/komparesaveoptionswidget.h @@ -29,7 +29,7 @@ class DiffSettings; class KompareSaveOptionsWidget : public KompareSaveOptionsBase, public KompareFunctions { -Q_OBJECT +TQ_OBJECT public: KompareSaveOptionsWidget( TQString source, TQString destination, DiffSettings* settings, TQWidget* parent ); diff --git a/kompare/komparepart/komparesplitter.h b/kompare/komparepart/komparesplitter.h index ebdb9232..6b672596 100644 --- a/kompare/komparepart/komparesplitter.h +++ b/kompare/komparepart/komparesplitter.h @@ -37,7 +37,7 @@ class ViewSettings; class KompareSplitter : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kompare/kompareurldialog.h b/kompare/kompareurldialog.h index 641f8939..017561fe 100644 --- a/kompare/kompareurldialog.h +++ b/kompare/kompareurldialog.h @@ -40,7 +40,7 @@ class ViewSettings; class KompareURLDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kompare/libdialogpages/diffpage.h b/kompare/libdialogpages/diffpage.h index 16a8f91a..4a37fa71 100644 --- a/kompare/libdialogpages/diffpage.h +++ b/kompare/libdialogpages/diffpage.h @@ -39,7 +39,7 @@ class DiffSettings; class DiffPage : public PageBase { -Q_OBJECT +TQ_OBJECT public: DiffPage( TQWidget* ); diff --git a/kompare/libdialogpages/diffsettings.h b/kompare/libdialogpages/diffsettings.h index 27abbe7c..ed19f8ec 100644 --- a/kompare/libdialogpages/diffsettings.h +++ b/kompare/libdialogpages/diffsettings.h @@ -28,7 +28,7 @@ class DiffSettings : public SettingsBase { -Q_OBJECT +TQ_OBJECT public: DiffSettings( TQWidget* parent ); diff --git a/kompare/libdialogpages/filespage.h b/kompare/libdialogpages/filespage.h index 6b3b0928..d9726cfd 100644 --- a/kompare/libdialogpages/filespage.h +++ b/kompare/libdialogpages/filespage.h @@ -35,7 +35,7 @@ class FilesSettings; class FilesPage : PageBase { -Q_OBJECT +TQ_OBJECT public: FilesPage( TQWidget* parent ); diff --git a/kompare/libdialogpages/filessettings.h b/kompare/libdialogpages/filessettings.h index 59517770..b3a4eca9 100644 --- a/kompare/libdialogpages/filessettings.h +++ b/kompare/libdialogpages/filessettings.h @@ -27,7 +27,7 @@ class TDEConfig; class FilesSettings : public SettingsBase { -Q_OBJECT +TQ_OBJECT public: FilesSettings( TQWidget* parent ); diff --git a/kompare/libdialogpages/pagebase.h b/kompare/libdialogpages/pagebase.h index 564e2f90..025a4768 100644 --- a/kompare/libdialogpages/pagebase.h +++ b/kompare/libdialogpages/pagebase.h @@ -30,7 +30,7 @@ class PageBase : public KTabCtl { -Q_OBJECT +TQ_OBJECT public: PageBase( TQWidget* ); diff --git a/kompare/libdialogpages/settingsbase.h b/kompare/libdialogpages/settingsbase.h index 41eed474..38eec227 100644 --- a/kompare/libdialogpages/settingsbase.h +++ b/kompare/libdialogpages/settingsbase.h @@ -29,7 +29,7 @@ class TDEConfig; class SettingsBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: SettingsBase( TQWidget* parent ); diff --git a/kompare/libdialogpages/viewpage.h b/kompare/libdialogpages/viewpage.h index 0630d321..53c5e50d 100644 --- a/kompare/libdialogpages/viewpage.h +++ b/kompare/libdialogpages/viewpage.h @@ -32,7 +32,7 @@ class ViewSettings; class ViewPage : public PageBase { -Q_OBJECT +TQ_OBJECT public: ViewPage( TQWidget* ); diff --git a/kompare/libdialogpages/viewsettings.h b/kompare/libdialogpages/viewsettings.h index 7443285e..9e9baf8d 100644 --- a/kompare/libdialogpages/viewsettings.h +++ b/kompare/libdialogpages/viewsettings.h @@ -28,7 +28,7 @@ class ViewSettings : public SettingsBase { -Q_OBJECT +TQ_OBJECT public: static const TQColor default_removeColor; diff --git a/kompare/libdiff2/diffmodel.h b/kompare/libdiff2/diffmodel.h index 8f4374ea..418eeb6d 100644 --- a/kompare/libdiff2/diffmodel.h +++ b/kompare/libdiff2/diffmodel.h @@ -34,7 +34,7 @@ class Difference; class DiffModel : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kompare/libdiff2/komparemodellist.h b/kompare/libdiff2/komparemodellist.h index ce70c4d6..f21af200 100644 --- a/kompare/libdiff2/komparemodellist.h +++ b/kompare/libdiff2/komparemodellist.h @@ -40,7 +40,7 @@ namespace Diff2 class KompareModelList : public TQObject { - Q_OBJECT + TQ_OBJECT public: KompareModelList( DiffSettings* diffSettings, struct Kompare::Info& info, TQObject* parent = 0, const char* name = 0 ); diff --git a/kompare/libdiff2/kompareprocess.h b/kompare/libdiff2/kompareprocess.h index e7fc781c..9b68f99d 100644 --- a/kompare/libdiff2/kompareprocess.h +++ b/kompare/libdiff2/kompareprocess.h @@ -30,7 +30,7 @@ class DiffSettings; class KompareProcess : public TDEProcess, public KompareFunctions { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspy/classinfoview.h b/kspy/classinfoview.h index 71f4d5ba..5a440233 100644 --- a/kspy/classinfoview.h +++ b/kspy/classinfoview.h @@ -26,7 +26,7 @@ */ class ClassInfoView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: ClassInfoView(TQWidget *parent=0, const char *name=0); diff --git a/kspy/navview.h b/kspy/navview.h index ed87da79..6ec38ac2 100644 --- a/kspy/navview.h +++ b/kspy/navview.h @@ -28,7 +28,7 @@ class NavViewItem; */ class NavView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kspy/propsview.h b/kspy/propsview.h index 7ce538f3..d10de3bf 100644 --- a/kspy/propsview.h +++ b/kspy/propsview.h @@ -26,7 +26,7 @@ */ class PropsView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: PropsView(TQWidget *parent=0, const char *name=0); diff --git a/kspy/receiversview.h b/kspy/receiversview.h index 420e16a4..0723ddaa 100644 --- a/kspy/receiversview.h +++ b/kspy/receiversview.h @@ -26,7 +26,7 @@ */ class ReceiversView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: ReceiversView(TQWidget *parent=0, const char *name=0); diff --git a/kspy/sigslotview.h b/kspy/sigslotview.h index 97615cdc..b88bbcd2 100644 --- a/kspy/sigslotview.h +++ b/kspy/sigslotview.h @@ -26,7 +26,7 @@ */ class SigSlotView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: SigSlotView(TQWidget *parent=0, const char *name=0); diff --git a/kspy/spy.h b/kspy/spy.h index f78a78f3..42a45114 100644 --- a/kspy/spy.h +++ b/kspy/spy.h @@ -36,7 +36,7 @@ class ClassInfoView; */ class Spy : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kuiviewer/kuiviewer.h b/kuiviewer/kuiviewer.h index f204728c..28a4dfc0 100644 --- a/kuiviewer/kuiviewer.h +++ b/kuiviewer/kuiviewer.h @@ -48,7 +48,7 @@ class ReadOnlyPart; */ class KUIViewer : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kuiviewer/kuiviewer_part.h b/kuiviewer/kuiviewer_part.h index 960da999..ea476a7b 100644 --- a/kuiviewer/kuiviewer_part.h +++ b/kuiviewer/kuiviewer_part.h @@ -42,7 +42,7 @@ class TDEListView; */ class KUIViewerPart : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/scheck/scheck.h b/scheck/scheck.h index 631f0829..87c6489d 100644 --- a/scheck/scheck.h +++ b/scheck/scheck.h @@ -53,7 +53,7 @@ class TQPopupMenu; class StyleCheckTitleWatcher: public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -69,7 +69,7 @@ class StyleCheckTitleWatcher: public TQObject class StyleCheckStyle : public TDEStyle { - Q_OBJECT + TQ_OBJECT public: diff --git a/scripts/includemocs b/scripts/includemocs index 2ff30a55..3b2c87f0 100755 --- a/scripts/includemocs +++ b/scripts/includemocs @@ -13,7 +13,7 @@ sub collectthing() if (/\.([^.]+)$/) { my $ext=$1; if (" h H hh hxx h++ " =~ / $ext /) { - my $line=`grep -l '^[{ \t]*Q_OBJECT' $_ 2> /dev/null`; + my $line=`grep -l '^[{ \t]*TQ_OBJECT' $_ 2> /dev/null`; chomp($line); if ($line) { $dir2files{$File::Find::dir}->{headers}->{$_} = 1; diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim index fbe7093e..4e9eaf65 100644 --- a/scripts/kde-devel-vim.vim +++ b/scripts/kde-devel-vim.vim @@ -384,7 +384,7 @@ endfunction function! AddQtSyntax() if expand( "" ) == "cpp" syn keyword qtKeywords Q_SIGNALS Q_SLOTS emit foreach - syn keyword qtMacros Q_OBJECT Q_WIDGET TQ_PROPERTY TQ_ENUMS TQ_OVERRIDE TQ_CLASSINFO TQ_SETS SIGNAL SLOT + syn keyword qtMacros TQ_OBJECT Q_WIDGET TQ_PROPERTY TQ_ENUMS TQ_OVERRIDE TQ_CLASSINFO TQ_SETS SIGNAL SLOT syn keyword qtCast qt_cast qobject_cast qvariant_cast qstyleoption_cast syn keyword qtTypedef uchar uint ushort ulong TQ_INT8 TQ_UINT8 TQ_INT16 TQ_UINT16 TQ_INT32 TQ_UINT32 TQ_LONG TQ_ULONG TQ_INT64 TQ_UINT64 TQ_LLONG TQ_ULLONG pchar puchar pcchar qint8 quint8 qint16 quint16 qint32 quint32 qint64 quint64 qlonglong qulonglong syn keyword kdeKeywords k_dcop k_dcop_Q_SIGNALS diff --git a/tdecachegrind/tdecachegrind/callgraphview.h b/tdecachegrind/tdecachegrind/callgraphview.h index 8f99a706..52f48d18 100644 --- a/tdecachegrind/tdecachegrind/callgraphview.h +++ b/tdecachegrind/tdecachegrind/callgraphview.h @@ -283,7 +283,7 @@ private: */ class PannerView: public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: @@ -416,7 +416,7 @@ class CallGraphTip; class CallGraphView: public TQCanvasView, public TraceItemView, public StorableGraphOptions { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/callmapview.h b/tdecachegrind/tdecachegrind/callmapview.h index d9ec69e3..5e654cf5 100644 --- a/tdecachegrind/tdecachegrind/callmapview.h +++ b/tdecachegrind/tdecachegrind/callmapview.h @@ -29,7 +29,7 @@ class CallMapView: public TreeMapWidget, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/callview.h b/tdecachegrind/tdecachegrind/callview.h index cb9e5099..1801bde9 100644 --- a/tdecachegrind/tdecachegrind/callview.h +++ b/tdecachegrind/tdecachegrind/callview.h @@ -29,7 +29,7 @@ class CallView: public TQListView, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/configdlg.h b/tdecachegrind/tdecachegrind/configdlg.h index fc764de5..4904e9be 100644 --- a/tdecachegrind/tdecachegrind/configdlg.h +++ b/tdecachegrind/tdecachegrind/configdlg.h @@ -30,7 +30,7 @@ class TraceData; class ConfigDlg : public ConfigDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/costtypeview.h b/tdecachegrind/tdecachegrind/costtypeview.h index 9a36e399..d68648ea 100644 --- a/tdecachegrind/tdecachegrind/costtypeview.h +++ b/tdecachegrind/tdecachegrind/costtypeview.h @@ -29,7 +29,7 @@ class CostTypeView: public TQListView, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/coverageview.h b/tdecachegrind/tdecachegrind/coverageview.h index f64d3bd9..e0449e4f 100644 --- a/tdecachegrind/tdecachegrind/coverageview.h +++ b/tdecachegrind/tdecachegrind/coverageview.h @@ -30,7 +30,7 @@ class CoverageView: public TQListView, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/dumpselection.h b/tdecachegrind/tdecachegrind/dumpselection.h index 6f4562d7..3587c20a 100644 --- a/tdecachegrind/tdecachegrind/dumpselection.h +++ b/tdecachegrind/tdecachegrind/dumpselection.h @@ -17,7 +17,7 @@ class DumpSelection : public DumpSelectionBase, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/functionselection.h b/tdecachegrind/tdecachegrind/functionselection.h index 38ebda64..03d01f40 100644 --- a/tdecachegrind/tdecachegrind/functionselection.h +++ b/tdecachegrind/tdecachegrind/functionselection.h @@ -37,7 +37,7 @@ class NestedAreaItem; class FunctionSelection : public FunctionSelectionBase, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/instrview.h b/tdecachegrind/tdecachegrind/instrview.h index f5e847ad..ec8214e7 100644 --- a/tdecachegrind/tdecachegrind/instrview.h +++ b/tdecachegrind/tdecachegrind/instrview.h @@ -32,7 +32,7 @@ class InstrView : public TQListView, public TraceItemView { friend class InstrItem; - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/loader.h b/tdecachegrind/tdecachegrind/loader.h index 17fbea0b..ade6e22a 100644 --- a/tdecachegrind/tdecachegrind/loader.h +++ b/tdecachegrind/tdecachegrind/loader.h @@ -48,7 +48,7 @@ typedef TQPtrList LoaderList; class Loader: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/multiview.h b/tdecachegrind/tdecachegrind/multiview.h index c5d4d81f..62fae1da 100644 --- a/tdecachegrind/tdecachegrind/multiview.h +++ b/tdecachegrind/tdecachegrind/multiview.h @@ -33,7 +33,7 @@ class MultiView : public TQSplitter, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/partgraph.h b/tdecachegrind/tdecachegrind/partgraph.h index f0b663e0..b804ea21 100644 --- a/tdecachegrind/tdecachegrind/partgraph.h +++ b/tdecachegrind/tdecachegrind/partgraph.h @@ -28,7 +28,7 @@ class PartAreaWidget: public TreeMapWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/partselection.h b/tdecachegrind/tdecachegrind/partselection.h index 4313d0d8..16152426 100644 --- a/tdecachegrind/tdecachegrind/partselection.h +++ b/tdecachegrind/tdecachegrind/partselection.h @@ -37,7 +37,7 @@ class TreeMapItem; class PartSelection: public PartSelectionBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/partview.h b/tdecachegrind/tdecachegrind/partview.h index 113310ea..49015a12 100644 --- a/tdecachegrind/tdecachegrind/partview.h +++ b/tdecachegrind/tdecachegrind/partview.h @@ -29,7 +29,7 @@ class PartView: public TQListView, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/sourceview.h b/tdecachegrind/tdecachegrind/sourceview.h index c7adbaa8..49cfd79f 100644 --- a/tdecachegrind/tdecachegrind/sourceview.h +++ b/tdecachegrind/tdecachegrind/sourceview.h @@ -32,7 +32,7 @@ class SourceView : public TQListView, public TraceItemView { friend class SourceItem; - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/stackselection.h b/tdecachegrind/tdecachegrind/stackselection.h index 8a826495..044d2ad4 100644 --- a/tdecachegrind/tdecachegrind/stackselection.h +++ b/tdecachegrind/tdecachegrind/stackselection.h @@ -35,7 +35,7 @@ class NestedAreaItem; class StackSelection : public StackSelectionBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/tabview.h b/tdecachegrind/tdecachegrind/tabview.h index 19c52297..9369928f 100644 --- a/tdecachegrind/tdecachegrind/tabview.h +++ b/tdecachegrind/tdecachegrind/tabview.h @@ -39,7 +39,7 @@ class TabView; */ class TabBar : public TQTabBar { - Q_OBJECT + TQ_OBJECT public: @@ -61,7 +61,7 @@ class TabBar : public TQTabBar */ class Splitter: public TQSplitter { - Q_OBJECT + TQ_OBJECT public: @@ -81,7 +81,7 @@ protected: */ class TabWidget: public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -109,7 +109,7 @@ private: class TabView : public TQWidget, public TraceItemView { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/toplevel.h b/tdecachegrind/tdecachegrind/toplevel.h index 0880fd47..9df242be 100644 --- a/tdecachegrind/tdecachegrind/toplevel.h +++ b/tdecachegrind/tdecachegrind/toplevel.h @@ -54,7 +54,7 @@ class TraceFunction; class TopLevel : public TDEMainWindow, public DCOPObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdecachegrind/tdecachegrind/treemap.h b/tdecachegrind/tdecachegrind/treemap.h index e7f99801..dfe73cda 100644 --- a/tdecachegrind/tdecachegrind/treemap.h +++ b/tdecachegrind/tdecachegrind/treemap.h @@ -398,7 +398,7 @@ private: */ class TreeMapWidget: public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdefile-plugins/c++/tdefile_cpp.h b/tdefile-plugins/c++/tdefile_cpp.h index 3a01ff78..2ac6f83e 100644 --- a/tdefile-plugins/c++/tdefile_cpp.h +++ b/tdefile-plugins/c++/tdefile_cpp.h @@ -27,7 +27,7 @@ class TQStringList; class KCppPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdefile-plugins/diff/tdefile_diff.h b/tdefile-plugins/diff/tdefile_diff.h index ba6d08eb..96e35aed 100644 --- a/tdefile-plugins/diff/tdefile_diff.h +++ b/tdefile-plugins/diff/tdefile_diff.h @@ -24,7 +24,7 @@ class TQStringList; class KDiffPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdefile-plugins/ts/tdefile_ts.h b/tdefile-plugins/ts/tdefile_ts.h index ea3d1a92..4a362b8d 100644 --- a/tdefile-plugins/ts/tdefile_ts.h +++ b/tdefile-plugins/ts/tdefile_ts.h @@ -26,7 +26,7 @@ class TQStringList; class KTsPlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdeioslave/svn/ksvnd/ksvnd.h b/tdeioslave/svn/ksvnd/ksvnd.h index 90612937..8b69d017 100644 --- a/tdeioslave/svn/ksvnd/ksvnd.h +++ b/tdeioslave/svn/ksvnd/ksvnd.h @@ -28,7 +28,7 @@ class KSvnd : public KDEDModule { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h index e14992e9..cf2943e5 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h @@ -26,7 +26,7 @@ #include class SvnHelper:public TDEApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/tdeunittest/example/module/sampletests.h b/tdeunittest/example/module/sampletests.h index 1f032f92..6bb0361c 100644 --- a/tdeunittest/example/module/sampletests.h +++ b/tdeunittest/example/module/sampletests.h @@ -30,7 +30,7 @@ class SlotSampleTester : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public slots: diff --git a/tdeunittest/runnergui.h b/tdeunittest/runnergui.h index 1c7d85a9..146e7d30 100644 --- a/tdeunittest/runnergui.h +++ b/tdeunittest/runnergui.h @@ -43,7 +43,7 @@ namespace KUnitTest class KDE_EXPORT RunnerGUI : public TQHBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/activitywidget.h b/umbrello/umbrello/activitywidget.h index c5074255..48aaf6cd 100644 --- a/umbrello/umbrello/activitywidget.h +++ b/umbrello/umbrello/activitywidget.h @@ -32,7 +32,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ActivityWidget : public UMLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/actor.h b/umbrello/umbrello/actor.h index f3e8b5b2..b78e3a82 100644 --- a/umbrello/umbrello/actor.h +++ b/umbrello/umbrello/actor.h @@ -26,7 +26,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLActor : public UMLCanvasObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/aligntoolbar.h b/umbrello/umbrello/aligntoolbar.h index 14ce464d..df8e75ff 100644 --- a/umbrello/umbrello/aligntoolbar.h +++ b/umbrello/umbrello/aligntoolbar.h @@ -29,7 +29,7 @@ class UMLWidget; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AlignToolBar : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/artifact.h b/umbrello/umbrello/artifact.h index 04a90fae..c84d9990 100644 --- a/umbrello/umbrello/artifact.h +++ b/umbrello/umbrello/artifact.h @@ -27,7 +27,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLArtifact : public UMLCanvasObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/association.h b/umbrello/umbrello/association.h index a97628d3..a933d0ef 100644 --- a/umbrello/umbrello/association.h +++ b/umbrello/umbrello/association.h @@ -30,7 +30,7 @@ class UMLRole; */ class UMLAssociation : public UMLObject { - Q_OBJECT + TQ_OBJECT friend class AssociationWidget; public: diff --git a/umbrello/umbrello/associationwidget.h b/umbrello/umbrello/associationwidget.h index ab63ebd3..6b89bee3 100644 --- a/umbrello/umbrello/associationwidget.h +++ b/umbrello/umbrello/associationwidget.h @@ -53,7 +53,7 @@ class UMLOperation; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AssociationWidget : public WidgetBase, public LinkWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/attribute.h b/umbrello/umbrello/attribute.h index 32ce99ba..2f5e43fa 100644 --- a/umbrello/umbrello/attribute.h +++ b/umbrello/umbrello/attribute.h @@ -26,7 +26,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLAttribute : public UMLClassifierListItem { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/autolayout/autolayoutdlg.h b/umbrello/umbrello/autolayout/autolayoutdlg.h index 6b4eea53..17d61161 100644 --- a/umbrello/umbrello/autolayout/autolayoutdlg.h +++ b/umbrello/umbrello/autolayout/autolayoutdlg.h @@ -20,7 +20,7 @@ class AutolayoutDlg : public MyDialog1 { - Q_OBJECT + TQ_OBJECT public: AutolayoutDlg(TDEConfig* c,UMLView* v, TQWidget *parent = 0, const char *name = 0); diff --git a/umbrello/umbrello/classifier.h b/umbrello/umbrello/classifier.h index 55fc1d2e..d6ab339f 100644 --- a/umbrello/umbrello/classifier.h +++ b/umbrello/umbrello/classifier.h @@ -36,7 +36,7 @@ class IDChangeLog; */ class UMLClassifier : public UMLPackage { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/classifiercodedocument.h b/umbrello/umbrello/classifiercodedocument.h index 5e9085dc..5cae1ec6 100644 --- a/umbrello/umbrello/classifiercodedocument.h +++ b/umbrello/umbrello/classifiercodedocument.h @@ -41,7 +41,7 @@ class UMLRole; class ClassifierCodeDocument : public CodeDocument { friend class HierarchicalCodeBlock; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/classifierlistitem.h b/umbrello/umbrello/classifierlistitem.h index 4dd0ef20..2075e3ab 100644 --- a/umbrello/umbrello/classifierlistitem.h +++ b/umbrello/umbrello/classifierlistitem.h @@ -29,7 +29,7 @@ class UMLClassifier; */ class UMLClassifierListItem : public UMLObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/clipboard/umlclipboard.h b/umbrello/umbrello/clipboard/umlclipboard.h index 27dc1d3c..361a9f68 100644 --- a/umbrello/umbrello/clipboard/umlclipboard.h +++ b/umbrello/umbrello/clipboard/umlclipboard.h @@ -32,7 +32,7 @@ class TQMimeSource; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLClipboard : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/clipboard/umldrag.h b/umbrello/umbrello/clipboard/umldrag.h index 35aa2caf..1d96b404 100644 --- a/umbrello/umbrello/clipboard/umldrag.h +++ b/umbrello/umbrello/clipboard/umldrag.h @@ -36,7 +36,7 @@ class UMLDragPrivate; class UMLClassifier; class TQ_EXPORT UMLDrag : public TQDragObject { - Q_OBJECT + TQ_OBJECT UMLDragPrivate* data; public: diff --git a/umbrello/umbrello/codeaccessormethod.h b/umbrello/umbrello/codeaccessormethod.h index b10112ab..e4afd810 100644 --- a/umbrello/umbrello/codeaccessormethod.h +++ b/umbrello/umbrello/codeaccessormethod.h @@ -26,7 +26,7 @@ class CodeClassField; class CodeAccessorMethod : public CodeMethodBlock { friend class CodeClassField; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeblock.h b/umbrello/umbrello/codeblock.h index dd5ca11e..0cf94ec2 100644 --- a/umbrello/umbrello/codeblock.h +++ b/umbrello/umbrello/codeblock.h @@ -32,7 +32,7 @@ class HierarchicalCodeBlock; class CodeBlock : public TextBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeblockwithcomments.h b/umbrello/umbrello/codeblockwithcomments.h index 9ca60e8a..b692e859 100644 --- a/umbrello/umbrello/codeblockwithcomments.h +++ b/umbrello/umbrello/codeblockwithcomments.h @@ -31,7 +31,7 @@ class HierarchicalCodeBlock; class CodeBlockWithComments : public CodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeclassfield.h b/umbrello/umbrello/codeclassfield.h index ffc4ca35..12f543e2 100644 --- a/umbrello/umbrello/codeclassfield.h +++ b/umbrello/umbrello/codeclassfield.h @@ -39,7 +39,7 @@ class UMLRole; class CodeClassField : public CodeParameter { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeclassfielddeclarationblock.h b/umbrello/umbrello/codeclassfielddeclarationblock.h index 74861948..a7c18660 100644 --- a/umbrello/umbrello/codeclassfielddeclarationblock.h +++ b/umbrello/umbrello/codeclassfielddeclarationblock.h @@ -34,7 +34,7 @@ class CodeClassField; class CodeClassFieldDeclarationBlock : public CodeBlockWithComments, public OwnedCodeBlock { friend class CodeClassField; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codecomment.h b/umbrello/umbrello/codecomment.h index 98f38582..045831e6 100644 --- a/umbrello/umbrello/codecomment.h +++ b/umbrello/umbrello/codecomment.h @@ -30,7 +30,7 @@ class CodeComment : public TextBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codedocument.h b/umbrello/umbrello/codedocument.h index ce27ec40..9761df6c 100644 --- a/umbrello/umbrello/codedocument.h +++ b/umbrello/umbrello/codedocument.h @@ -45,7 +45,7 @@ class UMLPackage; class CodeDocument : public TQObject, public CodeGenObjectWithTextBlocks { friend class HierarchicalCodeBlock; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerationpolicy.h b/umbrello/umbrello/codegenerationpolicy.h index 3d065dee..e27a6519 100644 --- a/umbrello/umbrello/codegenerationpolicy.h +++ b/umbrello/umbrello/codegenerationpolicy.h @@ -33,7 +33,7 @@ class CodeGenerationPolicyPage; */ class CodeGenerationPolicy : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerator.h b/umbrello/umbrello/codegenerator.h index 64a39158..93b0bafa 100644 --- a/umbrello/umbrello/codegenerator.h +++ b/umbrello/umbrello/codegenerator.h @@ -80,7 +80,7 @@ class TDEConfig; class CodeGenerator : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/adawriter.h b/umbrello/umbrello/codegenerators/adawriter.h index 46e14694..17affb45 100644 --- a/umbrello/umbrello/codegenerators/adawriter.h +++ b/umbrello/umbrello/codegenerators/adawriter.h @@ -31,7 +31,7 @@ class UMLOperation; * that concept */ class AdaWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/aswriter.h b/umbrello/umbrello/codegenerators/aswriter.h index 6c21d63d..253de1a0 100644 --- a/umbrello/umbrello/codegenerators/aswriter.h +++ b/umbrello/umbrello/codegenerators/aswriter.h @@ -27,7 +27,7 @@ * Just call writeClass and feed it a UMLClassifier; */ class ASWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodeclassfield.h b/umbrello/umbrello/codegenerators/cppcodeclassfield.h index 3caa656c..4ff4ab0f 100644 --- a/umbrello/umbrello/codegenerators/cppcodeclassfield.h +++ b/umbrello/umbrello/codegenerators/cppcodeclassfield.h @@ -27,7 +27,7 @@ class ClassifierCodeDocument; class CPPCodeClassField : public CodeClassField { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodecomment.h b/umbrello/umbrello/codegenerators/cppcodecomment.h index 0b7c7d7f..f98b8815 100644 --- a/umbrello/umbrello/codegenerators/cppcodecomment.h +++ b/umbrello/umbrello/codegenerators/cppcodecomment.h @@ -30,7 +30,7 @@ class CPPCodeComment : virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodegenerationform.h b/umbrello/umbrello/codegenerators/cppcodegenerationform.h index 4e3b04b2..ee7c7031 100644 --- a/umbrello/umbrello/codegenerators/cppcodegenerationform.h +++ b/umbrello/umbrello/codegenerators/cppcodegenerationform.h @@ -24,7 +24,7 @@ class TQCheckListItem; */ class CPPCodeGenerationForm : public CPPCodeGenerationFormBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodegenerationpolicy.h b/umbrello/umbrello/codegenerators/cppcodegenerationpolicy.h index b2742ae0..baf1aa23 100644 --- a/umbrello/umbrello/codegenerators/cppcodegenerationpolicy.h +++ b/umbrello/umbrello/codegenerators/cppcodegenerationpolicy.h @@ -26,7 +26,7 @@ class CodeGenerationPolicyPage; class CPPCodeGenerationPolicy : public CodeGenPolicyExt { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodegenerationpolicypage.h b/umbrello/umbrello/codegenerators/cppcodegenerationpolicypage.h index 4b10dc04..de44b1f7 100644 --- a/umbrello/umbrello/codegenerators/cppcodegenerationpolicypage.h +++ b/umbrello/umbrello/codegenerators/cppcodegenerationpolicypage.h @@ -27,7 +27,7 @@ */ class CPPCodeGenerationPolicyPage : public CodeGenerationPolicyPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppcodegenerator.h b/umbrello/umbrello/codegenerators/cppcodegenerator.h index a6687249..6742957f 100644 --- a/umbrello/umbrello/codegenerators/cppcodegenerator.h +++ b/umbrello/umbrello/codegenerators/cppcodegenerator.h @@ -32,7 +32,7 @@ class TDEConfig; class CPPCodeGenerator : public CodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppheaderclassdeclarationblock.h b/umbrello/umbrello/codegenerators/cppheaderclassdeclarationblock.h index e3f91dae..dd637261 100644 --- a/umbrello/umbrello/codegenerators/cppheaderclassdeclarationblock.h +++ b/umbrello/umbrello/codegenerators/cppheaderclassdeclarationblock.h @@ -24,7 +24,7 @@ class CPPHeaderClassDeclarationBlock : public OwnedHierarchicalCodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppheadercodeaccessormethod.h b/umbrello/umbrello/codegenerators/cppheadercodeaccessormethod.h index 865b0175..c202b94f 100644 --- a/umbrello/umbrello/codegenerators/cppheadercodeaccessormethod.h +++ b/umbrello/umbrello/codegenerators/cppheadercodeaccessormethod.h @@ -24,7 +24,7 @@ class CodeClassField; class CPPHeaderCodeAccessorMethod : public CodeAccessorMethod { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppheadercodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/cppheadercodeclassfielddeclarationblock.h index 10565854..0fbe3177 100644 --- a/umbrello/umbrello/codegenerators/cppheadercodeclassfielddeclarationblock.h +++ b/umbrello/umbrello/codegenerators/cppheadercodeclassfielddeclarationblock.h @@ -22,7 +22,7 @@ class CPPHeaderCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppheadercodedocument.h b/umbrello/umbrello/codegenerators/cppheadercodedocument.h index e3578c82..a77d8e08 100644 --- a/umbrello/umbrello/codegenerators/cppheadercodedocument.h +++ b/umbrello/umbrello/codegenerators/cppheadercodedocument.h @@ -33,7 +33,7 @@ class CPPHeaderClassDeclarationBlock; class CPPHeaderCodeDocument : public ClassifierCodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppheadercodeoperation.h b/umbrello/umbrello/codegenerators/cppheadercodeoperation.h index bf435180..af4e13fe 100644 --- a/umbrello/umbrello/codegenerators/cppheadercodeoperation.h +++ b/umbrello/umbrello/codegenerators/cppheadercodeoperation.h @@ -25,7 +25,7 @@ class CPPHeaderCodeDocument; class CPPHeaderCodeOperation : virtual public CodeOperation { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppmakecodedocument.h b/umbrello/umbrello/codegenerators/cppmakecodedocument.h index 78e4c03e..6cb40a71 100644 --- a/umbrello/umbrello/codegenerators/cppmakecodedocument.h +++ b/umbrello/umbrello/codegenerators/cppmakecodedocument.h @@ -29,7 +29,7 @@ class CPPMakefileCodeDocument : public CodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppsourcecodeaccessormethod.h b/umbrello/umbrello/codegenerators/cppsourcecodeaccessormethod.h index 6e832b2c..d4e6eb02 100644 --- a/umbrello/umbrello/codegenerators/cppsourcecodeaccessormethod.h +++ b/umbrello/umbrello/codegenerators/cppsourcecodeaccessormethod.h @@ -24,7 +24,7 @@ class CodeClassField; class CPPSourceCodeAccessorMethod : public CodeAccessorMethod { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h index 0bb2e3e6..fcb30e94 100644 --- a/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h +++ b/umbrello/umbrello/codegenerators/cppsourcecodeclassfielddeclarationblock.h @@ -22,7 +22,7 @@ class CPPSourceCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppsourcecodedocument.h b/umbrello/umbrello/codegenerators/cppsourcecodedocument.h index 5b03cb7f..0e88bcbd 100644 --- a/umbrello/umbrello/codegenerators/cppsourcecodedocument.h +++ b/umbrello/umbrello/codegenerators/cppsourcecodedocument.h @@ -30,7 +30,7 @@ class CPPSourceCodeDocument : public ClassifierCodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/cppsourcecodeoperation.h b/umbrello/umbrello/codegenerators/cppsourcecodeoperation.h index 7748d198..6c9d1b43 100644 --- a/umbrello/umbrello/codegenerators/cppsourcecodeoperation.h +++ b/umbrello/umbrello/codegenerators/cppsourcecodeoperation.h @@ -25,7 +25,7 @@ class CPPSourceCodeDocument; class CPPSourceCodeOperation : virtual public CodeOperation { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/csharpwriter.h b/umbrello/umbrello/codegenerators/csharpwriter.h index 728c29af..7e054d7f 100644 --- a/umbrello/umbrello/codegenerators/csharpwriter.h +++ b/umbrello/umbrello/codegenerators/csharpwriter.h @@ -30,7 +30,7 @@ */ class CSharpWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: CSharpWriter(); diff --git a/umbrello/umbrello/codegenerators/javaantcodedocument.h b/umbrello/umbrello/codegenerators/javaantcodedocument.h index d11211ec..4b220077 100644 --- a/umbrello/umbrello/codegenerators/javaantcodedocument.h +++ b/umbrello/umbrello/codegenerators/javaantcodedocument.h @@ -31,7 +31,7 @@ class JavaANTCodeDocument : public CodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h b/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h index eaaf982a..088ccbf5 100644 --- a/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h +++ b/umbrello/umbrello/codegenerators/javaclassdeclarationblock.h @@ -24,7 +24,7 @@ class JavaClassDeclarationBlock : public OwnedHierarchicalCodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javaclassifiercodedocument.h b/umbrello/umbrello/codegenerators/javaclassifiercodedocument.h index e12169c9..fda91ac7 100644 --- a/umbrello/umbrello/codegenerators/javaclassifiercodedocument.h +++ b/umbrello/umbrello/codegenerators/javaclassifiercodedocument.h @@ -39,7 +39,7 @@ class JavaCodeGenerationPolicy; class JavaClassifierCodeDocument : public ClassifierCodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodeaccessormethod.h b/umbrello/umbrello/codegenerators/javacodeaccessormethod.h index 5c1751a9..0512c9d8 100644 --- a/umbrello/umbrello/codegenerators/javacodeaccessormethod.h +++ b/umbrello/umbrello/codegenerators/javacodeaccessormethod.h @@ -24,7 +24,7 @@ class CodeClassField; class JavaCodeAccessorMethod : public CodeAccessorMethod { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodeclassfield.h b/umbrello/umbrello/codegenerators/javacodeclassfield.h index e2e02c32..bf9fe0ab 100644 --- a/umbrello/umbrello/codegenerators/javacodeclassfield.h +++ b/umbrello/umbrello/codegenerators/javacodeclassfield.h @@ -26,7 +26,7 @@ class ClassifierCodeDocument; class JavaCodeClassField : public CodeClassField { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h index b0f84663..6b0d306f 100644 --- a/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h +++ b/umbrello/umbrello/codegenerators/javacodeclassfielddeclarationblock.h @@ -22,7 +22,7 @@ class JavaCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodecomment.h b/umbrello/umbrello/codegenerators/javacodecomment.h index d0a571d2..23336658 100644 --- a/umbrello/umbrello/codegenerators/javacodecomment.h +++ b/umbrello/umbrello/codegenerators/javacodecomment.h @@ -30,7 +30,7 @@ class JavaCodeComment : virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodedocumentation.h b/umbrello/umbrello/codegenerators/javacodedocumentation.h index 7806885c..a3a3dcf3 100644 --- a/umbrello/umbrello/codegenerators/javacodedocumentation.h +++ b/umbrello/umbrello/codegenerators/javacodedocumentation.h @@ -32,7 +32,7 @@ class JavaClassifierCodeDocument; class JavaCodeDocumentation : virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodegenerationpolicy.h b/umbrello/umbrello/codegenerators/javacodegenerationpolicy.h index 89e6b294..53ede10d 100644 --- a/umbrello/umbrello/codegenerators/javacodegenerationpolicy.h +++ b/umbrello/umbrello/codegenerators/javacodegenerationpolicy.h @@ -26,7 +26,7 @@ class CodeGenerationPolicyPage; class JavaCodeGenerationPolicy : public CodeGenPolicyExt { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodegenerationpolicypage.h b/umbrello/umbrello/codegenerators/javacodegenerationpolicypage.h index b8e0639b..bedb02bc 100644 --- a/umbrello/umbrello/codegenerators/javacodegenerationpolicypage.h +++ b/umbrello/umbrello/codegenerators/javacodegenerationpolicypage.h @@ -27,7 +27,7 @@ */ class JavaCodeGenerationPolicyPage : public CodeGenerationPolicyPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodegenerator.h b/umbrello/umbrello/codegenerators/javacodegenerator.h index c1a56701..e22e70ba 100644 --- a/umbrello/umbrello/codegenerators/javacodegenerator.h +++ b/umbrello/umbrello/codegenerators/javacodegenerator.h @@ -35,7 +35,7 @@ class CodeViewerDialog; class JavaCodeGenerator : public CodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/javacodeoperation.h b/umbrello/umbrello/codegenerators/javacodeoperation.h index c33bc805..5dde5f05 100644 --- a/umbrello/umbrello/codegenerators/javacodeoperation.h +++ b/umbrello/umbrello/codegenerators/javacodeoperation.h @@ -25,7 +25,7 @@ class JavaClassifierCodeDocument; class JavaCodeOperation : virtual public CodeOperation { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/jswriter.h b/umbrello/umbrello/codegenerators/jswriter.h index 40f05339..3b6e50fb 100644 --- a/umbrello/umbrello/codegenerators/jswriter.h +++ b/umbrello/umbrello/codegenerators/jswriter.h @@ -27,7 +27,7 @@ * Just call writeClass and feed it a UMLClassifier; */ class JSWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/pascalwriter.h b/umbrello/umbrello/codegenerators/pascalwriter.h index 8c1dd67c..c2e52f10 100644 --- a/umbrello/umbrello/codegenerators/pascalwriter.h +++ b/umbrello/umbrello/codegenerators/pascalwriter.h @@ -23,7 +23,7 @@ class UMLOperation; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class PascalWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/perlwriter.h b/umbrello/umbrello/codegenerators/perlwriter.h index dd8ad677..5452cb00 100644 --- a/umbrello/umbrello/codegenerators/perlwriter.h +++ b/umbrello/umbrello/codegenerators/perlwriter.h @@ -31,7 +31,7 @@ class UMLClassifier; * Just call writeClass and feed it a UMLClassifier; */ class PerlWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/php5writer.h b/umbrello/umbrello/codegenerators/php5writer.h index 26921966..64bff7a6 100644 --- a/umbrello/umbrello/codegenerators/php5writer.h +++ b/umbrello/umbrello/codegenerators/php5writer.h @@ -29,7 +29,7 @@ * Just call writeClass and feed it a UMLClassifier; */ class Php5Writer : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/phpwriter.h b/umbrello/umbrello/codegenerators/phpwriter.h index c888e198..1d0680ed 100644 --- a/umbrello/umbrello/codegenerators/phpwriter.h +++ b/umbrello/umbrello/codegenerators/phpwriter.h @@ -27,7 +27,7 @@ * Just call writeClass and feed it a UMLClassifier; */ class PhpWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/pythonwriter.h b/umbrello/umbrello/codegenerators/pythonwriter.h index a4622029..9b346b9a 100644 --- a/umbrello/umbrello/codegenerators/pythonwriter.h +++ b/umbrello/umbrello/codegenerators/pythonwriter.h @@ -30,7 +30,7 @@ enum Access {PRIVATE, PUBLIC, PROTECTED}; * Just call writeClass and feed it a UMLClassifier; */ class PythonWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubyclassdeclarationblock.h b/umbrello/umbrello/codegenerators/rubyclassdeclarationblock.h index 9c680858..67e2acc4 100644 --- a/umbrello/umbrello/codegenerators/rubyclassdeclarationblock.h +++ b/umbrello/umbrello/codegenerators/rubyclassdeclarationblock.h @@ -32,7 +32,7 @@ class RubyClassDeclarationBlock : public OwnedHierarchicalCodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubyclassifiercodedocument.h b/umbrello/umbrello/codegenerators/rubyclassifiercodedocument.h index 0861cd5d..f4dae048 100644 --- a/umbrello/umbrello/codegenerators/rubyclassifiercodedocument.h +++ b/umbrello/umbrello/codegenerators/rubyclassifiercodedocument.h @@ -41,7 +41,7 @@ class RubyCodeGenerationPolicy; class RubyClassifierCodeDocument : public ClassifierCodeDocument { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodeaccessormethod.h b/umbrello/umbrello/codegenerators/rubycodeaccessormethod.h index 09459247..a8b35ded 100644 --- a/umbrello/umbrello/codegenerators/rubycodeaccessormethod.h +++ b/umbrello/umbrello/codegenerators/rubycodeaccessormethod.h @@ -30,7 +30,7 @@ class RubyCodeAccessorMethod : public CodeAccessorMethod { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodeclassfield.h b/umbrello/umbrello/codegenerators/rubycodeclassfield.h index 6370bdbd..9fffd7c6 100644 --- a/umbrello/umbrello/codegenerators/rubycodeclassfield.h +++ b/umbrello/umbrello/codegenerators/rubycodeclassfield.h @@ -28,7 +28,7 @@ class ClassifierCodeDocument; class RubyCodeClassField : public CodeClassField { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h b/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h index a46c4184..aeae3667 100644 --- a/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h +++ b/umbrello/umbrello/codegenerators/rubycodeclassfielddeclarationblock.h @@ -26,7 +26,7 @@ class RubyCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodecomment.h b/umbrello/umbrello/codegenerators/rubycodecomment.h index 09b54fce..599e4ff3 100644 --- a/umbrello/umbrello/codegenerators/rubycodecomment.h +++ b/umbrello/umbrello/codegenerators/rubycodecomment.h @@ -33,7 +33,7 @@ class RubyCodeComment : virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/codegenerators/rubycodedocumentation.h b/umbrello/umbrello/codegenerators/rubycodedocumentation.h index 33f8f1f5..e43cd856 100644 --- a/umbrello/umbrello/codegenerators/rubycodedocumentation.h +++ b/umbrello/umbrello/codegenerators/rubycodedocumentation.h @@ -34,7 +34,7 @@ class RubyClassifierCodeDocument; class RubyCodeDocumentation : virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodegenerationpolicy.h b/umbrello/umbrello/codegenerators/rubycodegenerationpolicy.h index f9f35894..464554f1 100644 --- a/umbrello/umbrello/codegenerators/rubycodegenerationpolicy.h +++ b/umbrello/umbrello/codegenerators/rubycodegenerationpolicy.h @@ -29,7 +29,7 @@ class CodeGenerationPolicyPage; class RubyCodeGenerationPolicy : public CodeGenPolicyExt { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodegenerationpolicypage.h b/umbrello/umbrello/codegenerators/rubycodegenerationpolicypage.h index 1ccb7650..5ab41744 100644 --- a/umbrello/umbrello/codegenerators/rubycodegenerationpolicypage.h +++ b/umbrello/umbrello/codegenerators/rubycodegenerationpolicypage.h @@ -30,7 +30,7 @@ */ class RubyCodeGenerationPolicyPage : public CodeGenerationPolicyPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodegenerator.h b/umbrello/umbrello/codegenerators/rubycodegenerator.h index 37393af1..31d9cf21 100644 --- a/umbrello/umbrello/codegenerators/rubycodegenerator.h +++ b/umbrello/umbrello/codegenerators/rubycodegenerator.h @@ -35,7 +35,7 @@ class CodeViewerDialog; class RubyCodeGenerator : public CodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubycodeoperation.h b/umbrello/umbrello/codegenerators/rubycodeoperation.h index a79f0dff..7d3c24af 100644 --- a/umbrello/umbrello/codegenerators/rubycodeoperation.h +++ b/umbrello/umbrello/codegenerators/rubycodeoperation.h @@ -27,7 +27,7 @@ class RubyClassifierCodeDocument; class RubyCodeOperation : virtual public CodeOperation { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/rubywriter.h b/umbrello/umbrello/codegenerators/rubywriter.h index 37e657a4..c615c365 100644 --- a/umbrello/umbrello/codegenerators/rubywriter.h +++ b/umbrello/umbrello/codegenerators/rubywriter.h @@ -32,7 +32,7 @@ class ClassifierInfo; * Just call writeClass and feed it a UMLClassifier; */ class RubyWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/simplecodegenerator.h b/umbrello/umbrello/codegenerators/simplecodegenerator.h index 9a5d53a1..55214d1f 100644 --- a/umbrello/umbrello/codegenerators/simplecodegenerator.h +++ b/umbrello/umbrello/codegenerators/simplecodegenerator.h @@ -34,7 +34,7 @@ class UMLDoc; */ class SimpleCodeGenerator : public CodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/sqlwriter.h b/umbrello/umbrello/codegenerators/sqlwriter.h index 26032f42..fef135a8 100644 --- a/umbrello/umbrello/codegenerators/sqlwriter.h +++ b/umbrello/umbrello/codegenerators/sqlwriter.h @@ -28,7 +28,7 @@ * that concept */ class SQLWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/xmlcodecomment.h b/umbrello/umbrello/codegenerators/xmlcodecomment.h index fe3fb58b..0059880c 100644 --- a/umbrello/umbrello/codegenerators/xmlcodecomment.h +++ b/umbrello/umbrello/codegenerators/xmlcodecomment.h @@ -30,7 +30,7 @@ class CodeDocument; class XMLCodeComment: virtual public CodeComment { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/xmlelementcodeblock.h b/umbrello/umbrello/codegenerators/xmlelementcodeblock.h index a3cadc39..fe385e03 100644 --- a/umbrello/umbrello/codegenerators/xmlelementcodeblock.h +++ b/umbrello/umbrello/codegenerators/xmlelementcodeblock.h @@ -27,7 +27,7 @@ class UMLAttribute; class XMLElementCodeBlock : public HierarchicalCodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codegenerators/xmlschemawriter.h b/umbrello/umbrello/codegenerators/xmlschemawriter.h index 18c668e5..d1222997 100644 --- a/umbrello/umbrello/codegenerators/xmlschemawriter.h +++ b/umbrello/umbrello/codegenerators/xmlschemawriter.h @@ -37,7 +37,7 @@ class XMLSchemaWriter : public SimpleCodeGenerator { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codemethodblock.h b/umbrello/umbrello/codemethodblock.h index 0dae9519..1367361b 100644 --- a/umbrello/umbrello/codemethodblock.h +++ b/umbrello/umbrello/codemethodblock.h @@ -34,7 +34,7 @@ class ClassifierCodeDocument; class CodeMethodBlock : public CodeBlockWithComments, public OwnedCodeBlock { friend class CodeGenObjectWithTextBlocks; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeoperation.h b/umbrello/umbrello/codeoperation.h index c34d0017..ddb1a8bb 100644 --- a/umbrello/umbrello/codeoperation.h +++ b/umbrello/umbrello/codeoperation.h @@ -26,7 +26,7 @@ class CodeOperation : public CodeMethodBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/codeparameter.h b/umbrello/umbrello/codeparameter.h index 2c084524..61b6e46f 100644 --- a/umbrello/umbrello/codeparameter.h +++ b/umbrello/umbrello/codeparameter.h @@ -33,7 +33,7 @@ class UMLObject; class CodeParameter : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/component.h b/umbrello/umbrello/component.h index f9efecce..13e00226 100644 --- a/umbrello/umbrello/component.h +++ b/umbrello/umbrello/component.h @@ -28,7 +28,7 @@ */ class UMLComponent : public UMLPackage { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/activitydialog.h b/umbrello/umbrello/dialogs/activitydialog.h index cabc5ab2..9764d9cb 100644 --- a/umbrello/umbrello/dialogs/activitydialog.h +++ b/umbrello/umbrello/dialogs/activitydialog.h @@ -37,7 +37,7 @@ class ActivityWidget; */ class ActivityDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/activitypage.h b/umbrello/umbrello/dialogs/activitypage.h index b97d2d61..d6abd873 100644 --- a/umbrello/umbrello/dialogs/activitypage.h +++ b/umbrello/umbrello/dialogs/activitypage.h @@ -27,7 +27,7 @@ class ListPopupMenu; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ActivityPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/assocgenpage.h b/umbrello/umbrello/dialogs/assocgenpage.h index e532c57c..51f016c3 100644 --- a/umbrello/umbrello/dialogs/assocgenpage.h +++ b/umbrello/umbrello/dialogs/assocgenpage.h @@ -41,7 +41,7 @@ class KComboBox; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AssocGenPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/assocpage.h b/umbrello/umbrello/dialogs/assocpage.h index 13e12e2b..e9a224e4 100644 --- a/umbrello/umbrello/dialogs/assocpage.h +++ b/umbrello/umbrello/dialogs/assocpage.h @@ -39,7 +39,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AssocPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/assocpropdlg.h b/umbrello/umbrello/dialogs/assocpropdlg.h index 47338878..808a6b61 100644 --- a/umbrello/umbrello/dialogs/assocpropdlg.h +++ b/umbrello/umbrello/dialogs/assocpropdlg.h @@ -30,7 +30,7 @@ class UMLDoc; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AssocPropDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/assocrolepage.h b/umbrello/umbrello/dialogs/assocrolepage.h index 21752b63..19dd8dc9 100644 --- a/umbrello/umbrello/dialogs/assocrolepage.h +++ b/umbrello/umbrello/dialogs/assocrolepage.h @@ -37,7 +37,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class AssocRolePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/classgenpage.h b/umbrello/umbrello/dialogs/classgenpage.h index ccddadbe..2ac41e34 100644 --- a/umbrello/umbrello/dialogs/classgenpage.h +++ b/umbrello/umbrello/dialogs/classgenpage.h @@ -37,7 +37,7 @@ class UMLDoc; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ClassGenPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/classifierlistpage.h b/umbrello/umbrello/dialogs/classifierlistpage.h index 0846dc7f..e1acef78 100644 --- a/umbrello/umbrello/dialogs/classifierlistpage.h +++ b/umbrello/umbrello/dialogs/classifierlistpage.h @@ -37,7 +37,7 @@ class UMLDoc; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ClassifierListPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/classpropdlg.h b/umbrello/umbrello/dialogs/classpropdlg.h index 54073a4f..5797b989 100644 --- a/umbrello/umbrello/dialogs/classpropdlg.h +++ b/umbrello/umbrello/dialogs/classpropdlg.h @@ -39,7 +39,7 @@ class UMLWidget; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ClassPropDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/codeeditor.h b/umbrello/umbrello/dialogs/codeeditor.h index 7fa27eeb..7e974b50 100644 --- a/umbrello/umbrello/dialogs/codeeditor.h +++ b/umbrello/umbrello/dialogs/codeeditor.h @@ -42,7 +42,7 @@ class ParaInfo; class CodeEditor : public TQTextEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/codegenerationoptionspage.h b/umbrello/umbrello/dialogs/codegenerationoptionspage.h index 745cb993..b2b4b1ed 100644 --- a/umbrello/umbrello/dialogs/codegenerationoptionspage.h +++ b/umbrello/umbrello/dialogs/codegenerationoptionspage.h @@ -38,7 +38,7 @@ class CodeGenerationPolicyPage; // structure. class CodeGenerationOptionsPage : public CodeGenerationOptionsBase { - Q_OBJECT + TQ_OBJECT public: CodeGenerationOptionsPage(TQWidget *parent=0); diff --git a/umbrello/umbrello/dialogs/codegenerationpolicypage.h b/umbrello/umbrello/dialogs/codegenerationpolicypage.h index 171b80a2..2dfbdb2d 100644 --- a/umbrello/umbrello/dialogs/codegenerationpolicypage.h +++ b/umbrello/umbrello/dialogs/codegenerationpolicypage.h @@ -30,7 +30,7 @@ class CodeGenPolicyExt; */ class CodeGenerationPolicyPage : public CodeGenerationPolicyBase { - Q_OBJECT + TQ_OBJECT public: explicit CodeGenerationPolicyPage (TQWidget *parent=0, const char *name=0, CodeGenPolicyExt * policy = 0); diff --git a/umbrello/umbrello/dialogs/codegenerationwizard.h b/umbrello/umbrello/dialogs/codegenerationwizard.h index 52a35bd9..853149d9 100644 --- a/umbrello/umbrello/dialogs/codegenerationwizard.h +++ b/umbrello/umbrello/dialogs/codegenerationwizard.h @@ -38,7 +38,7 @@ class CodeGenerationOptionsPage; */ class CodeGenerationWizard : public CodeGenerationWizardBase { - Q_OBJECT + TQ_OBJECT public: CodeGenerationWizard(UMLClassifierList *classList); diff --git a/umbrello/umbrello/dialogs/codeviewerdialog.h b/umbrello/umbrello/dialogs/codeviewerdialog.h index 308e2e4c..eda21843 100644 --- a/umbrello/umbrello/dialogs/codeviewerdialog.h +++ b/umbrello/umbrello/dialogs/codeviewerdialog.h @@ -41,7 +41,7 @@ class UMLObject; */ class CodeViewerDialog : public CodeViewerDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/codevieweroptionspage.h b/umbrello/umbrello/dialogs/codevieweroptionspage.h index e0a9ee04..daef15c7 100644 --- a/umbrello/umbrello/dialogs/codevieweroptionspage.h +++ b/umbrello/umbrello/dialogs/codevieweroptionspage.h @@ -27,7 +27,7 @@ */ class CodeViewerOptionsPage : public CodeViewerOptionsBase { - Q_OBJECT + TQ_OBJECT public: CodeViewerOptionsPage (Settings::CodeViewerState options, TQWidget *parent, const char *name=0); diff --git a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h index 95458eac..f62e848f 100644 --- a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h +++ b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h @@ -23,7 +23,7 @@ class CodeGenePolicyExt; class DefaultCodeGenPolicyPage : public CodeGenerationPolicyPage { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/diagramprintpage.h b/umbrello/umbrello/dialogs/diagramprintpage.h index 0729e71b..8a02c26c 100644 --- a/umbrello/umbrello/dialogs/diagramprintpage.h +++ b/umbrello/umbrello/dialogs/diagramprintpage.h @@ -35,7 +35,7 @@ class TQGroupBox; */ class DiagramPrintPage : public KPrintDialogPage { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/exportallviewsdialog.h b/umbrello/umbrello/dialogs/exportallviewsdialog.h index 5c4bcba9..44446ed0 100644 --- a/umbrello/umbrello/dialogs/exportallviewsdialog.h +++ b/umbrello/umbrello/dialogs/exportallviewsdialog.h @@ -27,7 +27,7 @@ class KFileFilterCombo; * Designer and uic don't recognize it. */ class ExportAllViewsDialog : public ExportAllViewsDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/notedialog.h b/umbrello/umbrello/dialogs/notedialog.h index b4112811..aafa7078 100644 --- a/umbrello/umbrello/dialogs/notedialog.h +++ b/umbrello/umbrello/dialogs/notedialog.h @@ -26,7 +26,7 @@ class TQTextEdit; class NoteDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/overwritedialogue.h b/umbrello/umbrello/dialogs/overwritedialogue.h index 78f512c0..109ee853 100644 --- a/umbrello/umbrello/dialogs/overwritedialogue.h +++ b/umbrello/umbrello/dialogs/overwritedialogue.h @@ -28,7 +28,7 @@ class TQCheckBox; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class OverwriteDialogue: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/parmpropdlg.h b/umbrello/umbrello/dialogs/parmpropdlg.h index 29233187..6cee66ff 100644 --- a/umbrello/umbrello/dialogs/parmpropdlg.h +++ b/umbrello/umbrello/dialogs/parmpropdlg.h @@ -36,7 +36,7 @@ class UMLDoc; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ParmPropDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/pkgcontentspage.h b/umbrello/umbrello/dialogs/pkgcontentspage.h index 654310e5..3af87e93 100644 --- a/umbrello/umbrello/dialogs/pkgcontentspage.h +++ b/umbrello/umbrello/dialogs/pkgcontentspage.h @@ -26,7 +26,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class PkgContentsPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/selectopdlg.h b/umbrello/umbrello/dialogs/selectopdlg.h index e588159e..b2a77457 100644 --- a/umbrello/umbrello/dialogs/selectopdlg.h +++ b/umbrello/umbrello/dialogs/selectopdlg.h @@ -38,7 +38,7 @@ class UMLView; class SelectOpDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/settingsdlg.h b/umbrello/umbrello/dialogs/settingsdlg.h index 59305270..73fd2371 100644 --- a/umbrello/umbrello/dialogs/settingsdlg.h +++ b/umbrello/umbrello/dialogs/settingsdlg.h @@ -42,7 +42,7 @@ class CodeGenerator; class SettingsDlg : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/statedialog.h b/umbrello/umbrello/dialogs/statedialog.h index 2897899c..dfa22cbc 100644 --- a/umbrello/umbrello/dialogs/statedialog.h +++ b/umbrello/umbrello/dialogs/statedialog.h @@ -36,7 +36,7 @@ class TDEFontChooser; */ class StateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/umlattributedialog.h b/umbrello/umbrello/dialogs/umlattributedialog.h index 68ea3f2e..1a9f2802 100644 --- a/umbrello/umbrello/dialogs/umlattributedialog.h +++ b/umbrello/umbrello/dialogs/umlattributedialog.h @@ -28,7 +28,7 @@ class KComboBox; class TQLineEdit; class UMLAttributeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: UMLAttributeDialog( TQWidget * pParent, UMLAttribute * pAttribute ); diff --git a/umbrello/umbrello/dialogs/umlentityattributedialog.h b/umbrello/umbrello/dialogs/umlentityattributedialog.h index b7ce401b..c2804024 100644 --- a/umbrello/umbrello/dialogs/umlentityattributedialog.h +++ b/umbrello/umbrello/dialogs/umlentityattributedialog.h @@ -28,7 +28,7 @@ class KComboBox; class TQLineEdit; class UMLEntityAttributeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: UMLEntityAttributeDialog( TQWidget* pParent, UMLEntityAttribute* pEntityAttribute ); diff --git a/umbrello/umbrello/dialogs/umloperationdialog.h b/umbrello/umbrello/dialogs/umloperationdialog.h index f2b3f9e4..658ba776 100644 --- a/umbrello/umbrello/dialogs/umloperationdialog.h +++ b/umbrello/umbrello/dialogs/umloperationdialog.h @@ -36,7 +36,7 @@ class UMLDoc; class KArrowButton; class UMLOperationDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/umlroledialog.h b/umbrello/umbrello/dialogs/umlroledialog.h index 8f24e9ba..9b7a397f 100644 --- a/umbrello/umbrello/dialogs/umlroledialog.h +++ b/umbrello/umbrello/dialogs/umlroledialog.h @@ -24,7 +24,7 @@ class UMLRole; class UMLRoleProperties; class UMLRoleDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/umlroleproperties.h b/umbrello/umbrello/dialogs/umlroleproperties.h index 1c93ce63..88b17f25 100644 --- a/umbrello/umbrello/dialogs/umlroleproperties.h +++ b/umbrello/umbrello/dialogs/umlroleproperties.h @@ -23,7 +23,7 @@ * @author Brian Thomas */ class UMLRoleProperties : public UMLRolePropertiesBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/dialogs/umltemplatedialog.h b/umbrello/umbrello/dialogs/umltemplatedialog.h index 93d5aad3..1346d455 100644 --- a/umbrello/umbrello/dialogs/umltemplatedialog.h +++ b/umbrello/umbrello/dialogs/umltemplatedialog.h @@ -30,7 +30,7 @@ class UMLTemplate; */ class UMLTemplateDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: UMLTemplateDialog(TQWidget* pParent, UMLTemplate* pAttribute); diff --git a/umbrello/umbrello/dialogs/umlviewdialog.h b/umbrello/umbrello/dialogs/umlviewdialog.h index 41713aec..79153006 100644 --- a/umbrello/umbrello/dialogs/umlviewdialog.h +++ b/umbrello/umbrello/dialogs/umlviewdialog.h @@ -36,7 +36,7 @@ class DiagramPropertiesPage; class UMLViewDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h index a3d4c5dd..31a5038d 100644 --- a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h +++ b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h @@ -28,7 +28,7 @@ class TQCheckBox; class TQGroupBox; class UMLWidgetColorPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/docgenerators/docbookgenerator.h b/umbrello/umbrello/docgenerators/docbookgenerator.h index 0dc873f3..b58d5fa7 100644 --- a/umbrello/umbrello/docgenerators/docbookgenerator.h +++ b/umbrello/umbrello/docgenerators/docbookgenerator.h @@ -40,7 +40,7 @@ namespace TDEIO */ class DocbookGenerator : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/docgenerators/xhtmlgenerator.h b/umbrello/umbrello/docgenerators/xhtmlgenerator.h index a6b8e6a4..8b67de54 100644 --- a/umbrello/umbrello/docgenerators/xhtmlgenerator.h +++ b/umbrello/umbrello/docgenerators/xhtmlgenerator.h @@ -40,7 +40,7 @@ namespace TDEIO */ class XhtmlGenerator : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/docwindow.h b/umbrello/umbrello/docwindow.h index 14f2d00b..fd3af5f2 100644 --- a/umbrello/umbrello/docwindow.h +++ b/umbrello/umbrello/docwindow.h @@ -28,7 +28,7 @@ class UMLWidget; */ class DocWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/entity.h b/umbrello/umbrello/entity.h index 65f38d6b..08c659ae 100644 --- a/umbrello/umbrello/entity.h +++ b/umbrello/umbrello/entity.h @@ -27,7 +27,7 @@ class UMLEntityAttribute; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLEntity : public UMLClassifier { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/entityattribute.h b/umbrello/umbrello/entityattribute.h index c72e01d6..7271e515 100644 --- a/umbrello/umbrello/entityattribute.h +++ b/umbrello/umbrello/entityattribute.h @@ -25,7 +25,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLEntityAttribute : public UMLAttribute { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/enum.h b/umbrello/umbrello/enum.h index 3999bffc..b43e8de0 100644 --- a/umbrello/umbrello/enum.h +++ b/umbrello/umbrello/enum.h @@ -27,7 +27,7 @@ class UMLEnumLiteral; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLEnum : public UMLClassifier { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/floatingtextwidget.h b/umbrello/umbrello/floatingtextwidget.h index 324000ae..9fac43c3 100644 --- a/umbrello/umbrello/floatingtextwidget.h +++ b/umbrello/umbrello/floatingtextwidget.h @@ -36,7 +36,7 @@ class FloatingTextWidgetController; */ class FloatingTextWidget : public UMLWidget { - Q_OBJECT + TQ_OBJECT public: friend class FloatingTextWidgetController; diff --git a/umbrello/umbrello/folder.h b/umbrello/umbrello/folder.h index 5d4c074b..3f21adec 100644 --- a/umbrello/umbrello/folder.h +++ b/umbrello/umbrello/folder.h @@ -32,7 +32,7 @@ */ class UMLFolder : public UMLPackage { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/hierarchicalcodeblock.h b/umbrello/umbrello/hierarchicalcodeblock.h index 89180f9a..20dc6aea 100644 --- a/umbrello/umbrello/hierarchicalcodeblock.h +++ b/umbrello/umbrello/hierarchicalcodeblock.h @@ -27,7 +27,7 @@ class HierarchicalCodeBlock : public CodeBlockWithComments, public CodeGenObjectWithTextBlocks { - Q_OBJECT + TQ_OBJECT friend class CodeGenObjectWithTextBlocks; public: diff --git a/umbrello/umbrello/kplayerslideraction.h b/umbrello/umbrello/kplayerslideraction.h index 08c5a3ed..e77c1b4e 100644 --- a/umbrello/umbrello/kplayerslideraction.h +++ b/umbrello/umbrello/kplayerslideraction.h @@ -25,7 +25,7 @@ */ class KPlayerSlider : public TQSlider { - Q_OBJECT + TQ_OBJECT public: @@ -104,7 +104,7 @@ protected: */ class KPlayerPopupFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ protected: */ class KPlayerPopupSliderAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: @@ -168,7 +168,7 @@ protected: */ class KPlayerSliderAction : public KWidgetAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/kstartuplogo.h b/umbrello/umbrello/kstartuplogo.h index 99cb6d06..a617174d 100644 --- a/umbrello/umbrello/kstartuplogo.h +++ b/umbrello/umbrello/kstartuplogo.h @@ -25,7 +25,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class TDEStartupLogo : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TDEStartupLogo(TQWidget *parent=0, const char *name=0); diff --git a/umbrello/umbrello/linepath.h b/umbrello/umbrello/linepath.h index eb7c73b9..c643d77e 100644 --- a/umbrello/umbrello/linepath.h +++ b/umbrello/umbrello/linepath.h @@ -43,7 +43,7 @@ typedef TQPtrListIterator RectListIt; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class LinePath : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/messagewidget.h b/umbrello/umbrello/messagewidget.h index 6b493432..a49fc128 100644 --- a/umbrello/umbrello/messagewidget.h +++ b/umbrello/umbrello/messagewidget.h @@ -39,7 +39,7 @@ class MessageWidgetController; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class MessageWidget : public UMLWidget, public LinkWidget { - Q_OBJECT + TQ_OBJECT public: friend class MessageWidgetController; diff --git a/umbrello/umbrello/node.h b/umbrello/umbrello/node.h index 49c29f8e..99702df4 100644 --- a/umbrello/umbrello/node.h +++ b/umbrello/umbrello/node.h @@ -26,7 +26,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLNode : public UMLCanvasObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/notewidget.h b/umbrello/umbrello/notewidget.h index 232810a1..49e652d1 100644 --- a/umbrello/umbrello/notewidget.h +++ b/umbrello/umbrello/notewidget.h @@ -33,7 +33,7 @@ class TQTextEdit; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class NoteWidget : public UMLWidget { - Q_OBJECT + TQ_OBJECT public: friend class NoteWidgetController; diff --git a/umbrello/umbrello/objectwidget.h b/umbrello/umbrello/objectwidget.h index 2136f767..892093a7 100644 --- a/umbrello/umbrello/objectwidget.h +++ b/umbrello/umbrello/objectwidget.h @@ -33,7 +33,7 @@ class SeqLineWidget; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class ObjectWidget : public UMLWidget { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/operation.h b/umbrello/umbrello/operation.h index 04404572..0b93d08b 100644 --- a/umbrello/umbrello/operation.h +++ b/umbrello/umbrello/operation.h @@ -23,7 +23,7 @@ class UMLClassifier; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLOperation : public UMLClassifierListItem { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/ownedcodeblock.h b/umbrello/umbrello/ownedcodeblock.h index d710bbd8..33be95fc 100644 --- a/umbrello/umbrello/ownedcodeblock.h +++ b/umbrello/umbrello/ownedcodeblock.h @@ -34,7 +34,7 @@ class UMLObject; class OwnedCodeBlock : virtual public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/ownedhierarchicalcodeblock.h b/umbrello/umbrello/ownedhierarchicalcodeblock.h index a1e15456..3bd4466f 100644 --- a/umbrello/umbrello/ownedhierarchicalcodeblock.h +++ b/umbrello/umbrello/ownedhierarchicalcodeblock.h @@ -29,7 +29,7 @@ class CodeDocument; class OwnedHierarchicalCodeBlock : public HierarchicalCodeBlock, public OwnedCodeBlock { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/package.h b/umbrello/umbrello/package.h index 7a483e4d..2421cbfb 100644 --- a/umbrello/umbrello/package.h +++ b/umbrello/umbrello/package.h @@ -32,7 +32,7 @@ class UMLAssociation; */ class UMLPackage : public UMLCanvasObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/plugin.h b/umbrello/umbrello/plugin.h index 351ef05c..2b731f08 100644 --- a/umbrello/umbrello/plugin.h +++ b/umbrello/umbrello/plugin.h @@ -88,7 +88,7 @@ class Plugin : public TQObject, public Configurable { - Q_OBJECT + TQ_OBJECT friend class PluginLoader; public: diff --git a/umbrello/umbrello/pluginloader.h b/umbrello/umbrello/pluginloader.h index 87f01db3..3fe7fcaf 100644 --- a/umbrello/umbrello/pluginloader.h +++ b/umbrello/umbrello/pluginloader.h @@ -66,7 +66,7 @@ class Plugin; */ class PluginLoader : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Destry the plugin loader */ diff --git a/umbrello/umbrello/refactoring/refactoringassistant.h b/umbrello/umbrello/refactoring/refactoringassistant.h index ab68b140..ec38e44e 100644 --- a/umbrello/umbrello/refactoring/refactoringassistant.h +++ b/umbrello/umbrello/refactoring/refactoringassistant.h @@ -30,7 +30,7 @@ class TQPoint; class RefactoringAssistant : public TDEListView { - Q_OBJECT + TQ_OBJECT public: typedef std::map UMLObjectMap; diff --git a/umbrello/umbrello/statewidget.h b/umbrello/umbrello/statewidget.h index 18d7b48e..c4b9ae2b 100644 --- a/umbrello/umbrello/statewidget.h +++ b/umbrello/umbrello/statewidget.h @@ -36,7 +36,7 @@ * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class StateWidget : public UMLWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/textblock.h b/umbrello/umbrello/textblock.h index 82a6c6be..c6d857ec 100644 --- a/umbrello/umbrello/textblock.h +++ b/umbrello/umbrello/textblock.h @@ -32,7 +32,7 @@ class CodeDocument; class TextBlock : virtual public TQObject { friend class CodeGenObjectWithTextBlocks; friend class ClassifierCodeDocument; - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstate.h b/umbrello/umbrello/toolbarstate.h index d7a34c9e..842c07d9 100644 --- a/umbrello/umbrello/toolbarstate.h +++ b/umbrello/umbrello/toolbarstate.h @@ -69,7 +69,7 @@ class UMLWidget; * release and other similar strange combinations? */ class ToolBarState: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstatearrow.h b/umbrello/umbrello/toolbarstatearrow.h index 89597211..ef06382c 100644 --- a/umbrello/umbrello/toolbarstatearrow.h +++ b/umbrello/umbrello/toolbarstatearrow.h @@ -32,7 +32,7 @@ class TQCanvasLine; * This is the default tool. */ class ToolBarStateArrow : public ToolBarState { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstateassociation.h b/umbrello/umbrello/toolbarstateassociation.h index b07e4ad9..3f54dd99 100644 --- a/umbrello/umbrello/toolbarstateassociation.h +++ b/umbrello/umbrello/toolbarstateassociation.h @@ -36,7 +36,7 @@ class TQCanvasLine; * @todo refactor with common code in ToolBarStateMessages? */ class ToolBarStateAssociation : public ToolBarStatePool { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstatemessages.h b/umbrello/umbrello/toolbarstatemessages.h index d6bee5b6..c32ccb3c 100644 --- a/umbrello/umbrello/toolbarstatemessages.h +++ b/umbrello/umbrello/toolbarstatemessages.h @@ -48,7 +48,7 @@ class ObjectWidget; * the message is smaller than the line. */ class ToolBarStateMessages : public ToolBarStatePool { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstateother.h b/umbrello/umbrello/toolbarstateother.h index f5e0cba8..b389037c 100644 --- a/umbrello/umbrello/toolbarstateother.h +++ b/umbrello/umbrello/toolbarstateother.h @@ -23,7 +23,7 @@ * spaces. */ class ToolBarStateOther : public ToolBarStatePool { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/toolbarstatepool.h b/umbrello/umbrello/toolbarstatepool.h index 9989d98e..078ba68d 100644 --- a/umbrello/umbrello/toolbarstatepool.h +++ b/umbrello/umbrello/toolbarstatepool.h @@ -22,7 +22,7 @@ * tool bar state. */ class ToolBarStatePool : public ToolBarState { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/uml.h b/umbrello/umbrello/uml.h index b0e88b39..23051ab2 100644 --- a/umbrello/umbrello/uml.h +++ b/umbrello/umbrello/uml.h @@ -76,7 +76,7 @@ class TQCustomEvent; */ class UMLApp : public KDockMainWindow { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/umlcanvasobject.h b/umbrello/umbrello/umlcanvasobject.h index 67baa747..ade2d478 100644 --- a/umbrello/umbrello/umlcanvasobject.h +++ b/umbrello/umbrello/umlcanvasobject.h @@ -34,7 +34,7 @@ */ class UMLCanvasObject : public UMLObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/umldoc.h b/umbrello/umbrello/umldoc.h index 99b3bfb3..4b7478fe 100644 --- a/umbrello/umbrello/umldoc.h +++ b/umbrello/umbrello/umldoc.h @@ -75,7 +75,7 @@ class UMLFolder; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLDoc : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/umllistview.h b/umbrello/umbrello/umllistview.h index 2e9bf421..912a8d95 100644 --- a/umbrello/umbrello/umllistview.h +++ b/umbrello/umbrello/umllistview.h @@ -42,7 +42,7 @@ class UMLObject; class UMLClassifierListItem; class UMLListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/umlobject.h b/umbrello/umbrello/umlobject.h index 37e47065..d7454e3c 100644 --- a/umbrello/umbrello/umlobject.h +++ b/umbrello/umbrello/umlobject.h @@ -34,7 +34,7 @@ class UMLObject; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/umbrello/umbrello/umlrole.h b/umbrello/umbrello/umlrole.h index caee7237..28755cf4 100644 --- a/umbrello/umbrello/umlrole.h +++ b/umbrello/umbrello/umlrole.h @@ -24,7 +24,7 @@ class UMLAssociation; */ class UMLRole : public UMLObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/umlview.h b/umbrello/umbrello/umlview.h index 718d0144..e549adb8 100644 --- a/umbrello/umbrello/umlview.h +++ b/umbrello/umbrello/umlview.h @@ -58,7 +58,7 @@ class ToolBarStateFactory; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLView : public TQCanvasView { - Q_OBJECT + TQ_OBJECT public: friend class UMLViewImageExporterModel; diff --git a/umbrello/umbrello/umlwidget.h b/umbrello/umbrello/umlwidget.h index 9563c573..86af8f4c 100644 --- a/umbrello/umbrello/umlwidget.h +++ b/umbrello/umbrello/umlwidget.h @@ -41,7 +41,7 @@ class TQFontMetrics; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class UMLWidget : public WidgetBase, public TQCanvasRectangle { - Q_OBJECT + TQ_OBJECT public: friend class UMLWidgetController; diff --git a/umbrello/umbrello/widgetbase.h b/umbrello/umbrello/widgetbase.h index b6c66dc4..b2b157ce 100644 --- a/umbrello/umbrello/widgetbase.h +++ b/umbrello/umbrello/widgetbase.h @@ -28,7 +28,7 @@ class UMLObject; * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org */ class WidgetBase : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/umbrello/umbrello/worktoolbar.h b/umbrello/umbrello/worktoolbar.h index 63522b05..5265e57f 100644 --- a/umbrello/umbrello/worktoolbar.h +++ b/umbrello/umbrello/worktoolbar.h @@ -40,7 +40,7 @@ class TQMainWindow; class WorkToolBar : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: