From 3cae03315f68bfc8ea2183fe79079cade9e85656 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:14 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 85b400df101ee126c7a5067b6deebbf58403f44b) --- doc/html/AlertDlg_8h-source.html | 2 +- doc/html/CommandDlg_8h-source.html | 2 +- doc/html/CommandEntryDlg_8h-source.html | 2 +- doc/html/EditDlg_8h-source.html | 2 +- doc/html/FilterDlg_8h-source.html | 2 +- doc/html/FilterEntryDlg_8h-source.html | 2 +- doc/html/OptionDlg_8h-source.html | 2 +- doc/html/ServerDlg_8h-source.html | 2 +- doc/html/alertdialog_8h-source.html | 2 +- doc/html/commanddialog_8h-source.html | 2 +- doc/html/commandentrydialog_8h-source.html | 2 +- doc/html/configelem_8h-source.html | 2 +- doc/html/configlist_8h-source.html | 2 +- doc/html/editdialog_8h-source.html | 2 +- doc/html/filterdialog_8h-source.html | 2 +- doc/html/filterentrydialog_8h-source.html | 2 +- doc/html/kfeedback_8h-source.html | 6 +++--- doc/html/kshowmail_8h-source.html | 2 +- doc/html/kshowmaildoc_8h-source.html | 2 +- doc/html/kshowmaildock_8h-source.html | 2 +- doc/html/kshowmailview_8h-source.html | 2 +- doc/html/optiondialog_8h-source.html | 2 +- doc/html/serverdialog_8h-source.html | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) (limited to 'doc/html') diff --git a/doc/html/AlertDlg_8h-source.html b/doc/html/AlertDlg_8h-source.html index d24ebac..7d08bc7 100644 --- a/doc/html/AlertDlg_8h-source.html +++ b/doc/html/AlertDlg_8h-source.html @@ -45,7 +45,7 @@ 00023 00024 class AlertDlg : public TQDialog 00025 { -00026 Q_OBJECT +00026 TQ_OBJECT 00027 00028 public: 00029 AlertDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/CommandDlg_8h-source.html b/doc/html/CommandDlg_8h-source.html index 8fd46fd..efe349e 100644 --- a/doc/html/CommandDlg_8h-source.html +++ b/doc/html/CommandDlg_8h-source.html @@ -40,7 +40,7 @@ 00023 00024 class CommandDlg : public TQDialog 00025 { -00026 Q_OBJECT +00026 TQ_OBJECT 00027 00028 public: 00029 CommandDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/CommandEntryDlg_8h-source.html b/doc/html/CommandEntryDlg_8h-source.html index e07d304..e3a9f05 100644 --- a/doc/html/CommandEntryDlg_8h-source.html +++ b/doc/html/CommandEntryDlg_8h-source.html @@ -41,7 +41,7 @@ 00024 00025 class CommandEntryDlg : public TQDialog 00026 { -00027 Q_OBJECT +00027 TQ_OBJECT 00028 00029 public: 00030 CommandEntryDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/EditDlg_8h-source.html b/doc/html/EditDlg_8h-source.html index 8655f23..009ca34 100644 --- a/doc/html/EditDlg_8h-source.html +++ b/doc/html/EditDlg_8h-source.html @@ -39,7 +39,7 @@ 00022 00023 class EditDlg : public TQDialog 00024 { -00025 Q_OBJECT +00025 TQ_OBJECT 00026 00027 public: 00028 EditDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/FilterDlg_8h-source.html b/doc/html/FilterDlg_8h-source.html index 861df7c..6cbd87c 100644 --- a/doc/html/FilterDlg_8h-source.html +++ b/doc/html/FilterDlg_8h-source.html @@ -42,7 +42,7 @@ 00025 00026 class FilterDlg : public TQDialog 00027 { -00028 Q_OBJECT +00028 TQ_OBJECT 00029 00030 public: 00031 FilterDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/FilterEntryDlg_8h-source.html b/doc/html/FilterEntryDlg_8h-source.html index bd4d0a7..334d165 100644 --- a/doc/html/FilterEntryDlg_8h-source.html +++ b/doc/html/FilterEntryDlg_8h-source.html @@ -43,7 +43,7 @@ 00026 00027 class FilterEntryDlg : public TQDialog 00028 { -00029 Q_OBJECT +00029 TQ_OBJECT 00030 00031 public: 00032 FilterEntryDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/OptionDlg_8h-source.html b/doc/html/OptionDlg_8h-source.html index 3b0684e..b3c7aaf 100644 --- a/doc/html/OptionDlg_8h-source.html +++ b/doc/html/OptionDlg_8h-source.html @@ -46,7 +46,7 @@ 00029 00030 class OptionDlg : public TQDialog 00031 { -00032 Q_OBJECT +00032 TQ_OBJECT 00033 00034 public: 00035 OptionDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/ServerDlg_8h-source.html b/doc/html/ServerDlg_8h-source.html index 611cafe..2c2a4b1 100644 --- a/doc/html/ServerDlg_8h-source.html +++ b/doc/html/ServerDlg_8h-source.html @@ -44,7 +44,7 @@ 00027 00028 class ServerDlg : public TQDialog 00029 { -00030 Q_OBJECT +00030 TQ_OBJECT 00031 00032 public: 00033 ServerDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); diff --git a/doc/html/alertdialog_8h-source.html b/doc/html/alertdialog_8h-source.html index c491ecc..e123e87 100644 --- a/doc/html/alertdialog_8h-source.html +++ b/doc/html/alertdialog_8h-source.html @@ -45,7 +45,7 @@ 00023 00028 class AlertDialog : public AlertDlg 00029 { -00030 Q_OBJECT +00030 TQ_OBJECT 00031 public: 00032 AlertDialog(TQWidget *parent=0, const char *name=0); 00033 ~AlertDialog(); diff --git a/doc/html/commanddialog_8h-source.html b/doc/html/commanddialog_8h-source.html index 14c01d6..2d825af 100644 --- a/doc/html/commanddialog_8h-source.html +++ b/doc/html/commanddialog_8h-source.html @@ -47,7 +47,7 @@ 00034 00035 class CommandDialog : public CommandDlg 00036 { -00037 Q_OBJECT +00037 TQ_OBJECT 00038 public: 00039 CommandDialog(TQWidget *parent, const char *name, CommandList* list, ConfigElem* pConfig, ConfigList* pConfigList); 00040 ~CommandDialog(); diff --git a/doc/html/commandentrydialog_8h-source.html b/doc/html/commandentrydialog_8h-source.html index b13d8a2..fe27c6f 100644 --- a/doc/html/commandentrydialog_8h-source.html +++ b/doc/html/commandentrydialog_8h-source.html @@ -42,7 +42,7 @@ 00025 00030 class CommandEntryDialog : public CommandEntryDlg 00031 { -00032 Q_OBJECT +00032 TQ_OBJECT 00033 public: 00034 CommandEntryDialog(TQWidget *parent, const char *name, CommandEntry* entry, ConfigElem* pConfigElem); 00035 ~CommandEntryDialog(); diff --git a/doc/html/configelem_8h-source.html b/doc/html/configelem_8h-source.html index adb2b97..5c12756 100644 --- a/doc/html/configelem_8h-source.html +++ b/doc/html/configelem_8h-source.html @@ -94,7 +94,7 @@ 00072 00086 class ConfigElem : public TQObject { 00087 -00088 Q_OBJECT +00088 TQ_OBJECT 00089 00090 public: 00091 diff --git a/doc/html/configlist_8h-source.html b/doc/html/configlist_8h-source.html index e35d384..6445e01 100644 --- a/doc/html/configlist_8h-source.html +++ b/doc/html/configlist_8h-source.html @@ -75,7 +75,7 @@ 00059 class ConfigList : public TQObject, public TQPtrList<ConfigElem> 00060 { 00061 -00062 Q_OBJECT +00062 TQ_OBJECT 00063 00064 public: 00065 diff --git a/doc/html/editdialog_8h-source.html b/doc/html/editdialog_8h-source.html index 2917ef3..124cc45 100644 --- a/doc/html/editdialog_8h-source.html +++ b/doc/html/editdialog_8h-source.html @@ -39,7 +39,7 @@ 00022 #include "EditDlg.h" 00023 00028 class EditDialog : public EditDlg { -00029 Q_OBJECT +00029 TQ_OBJECT 00030 public: 00031 EditDialog(TQWidget *parent, const char *name, const char* content, bool html); 00032 ~EditDialog(); diff --git a/doc/html/filterdialog_8h-source.html b/doc/html/filterdialog_8h-source.html index 1b90404..ff055a9 100644 --- a/doc/html/filterdialog_8h-source.html +++ b/doc/html/filterdialog_8h-source.html @@ -42,7 +42,7 @@ 00025 #include "filterelem.h" 00026 00031 class FilterDialog : public FilterDlg { -00032 Q_OBJECT +00032 TQ_OBJECT 00033 public: 00034 FilterDialog(TQWidget *parent=0, const char *name=0); 00035 ~FilterDialog(); diff --git a/doc/html/filterentrydialog_8h-source.html b/doc/html/filterentrydialog_8h-source.html index 00cb5d3..8656395 100644 --- a/doc/html/filterentrydialog_8h-source.html +++ b/doc/html/filterentrydialog_8h-source.html @@ -40,7 +40,7 @@ 00023 #include "FilterEntryDlg.h" 00024 00029 class FilterEntryDialog : public FilterEntryDlg { -00030 Q_OBJECT +00030 TQ_OBJECT 00031 public: 00032 FilterEntryDialog(TQWidget *parent, const char *name, FilterElem* elem); 00033 ~FilterEntryDialog(); diff --git a/doc/html/kfeedback_8h-source.html b/doc/html/kfeedback_8h-source.html index 1f93c79..5412c36 100644 --- a/doc/html/kfeedback_8h-source.html +++ b/doc/html/kfeedback_8h-source.html @@ -54,7 +54,7 @@ 00037 00042 class KFeedbackDialog: public KDialogBase 00043 { -00044 Q_OBJECT +00044 TQ_OBJECT 00045 00046 public: 00047 @@ -85,7 +85,7 @@ 00091 00098 class KFeedbackForm: public TQVBox 00099 { -00100 Q_OBJECT +00100 TQ_OBJECT 00101 00102 public: 00106 KFeedbackForm( const TQString & feedbackMailAddress, @@ -130,7 +130,7 @@ 00183 00187 class KFeedbackQuestionList: public TQListView 00188 { -00189 Q_OBJECT +00189 TQ_OBJECT 00190 00191 public: 00192 diff --git a/doc/html/kshowmail_8h-source.html b/doc/html/kshowmail_8h-source.html index 6af3610..e6148f8 100644 --- a/doc/html/kshowmail_8h-source.html +++ b/doc/html/kshowmail_8h-source.html @@ -83,7 +83,7 @@ 00061 00077 class KShowMailApp : public TDEMainWindow 00078 { -00079 Q_OBJECT +00079 TQ_OBJECT 00080 00081 friend class KshowmailView; 00082 friend class KshowmailDock; diff --git a/doc/html/kshowmaildoc_8h-source.html b/doc/html/kshowmaildoc_8h-source.html index 2bf80ce..da5c6e3 100644 --- a/doc/html/kshowmaildoc_8h-source.html +++ b/doc/html/kshowmaildoc_8h-source.html @@ -56,7 +56,7 @@ 00034 00045 class KshowmailDoc : public TQObject 00046 { -00047 Q_OBJECT +00047 TQ_OBJECT 00048 public: 00050 KshowmailDoc(TQWidget *parent, const char *name=0); 00052 ~KshowmailDoc(); diff --git a/doc/html/kshowmaildock_8h-source.html b/doc/html/kshowmaildock_8h-source.html index 3600a64..fca4eae 100644 --- a/doc/html/kshowmaildock_8h-source.html +++ b/doc/html/kshowmaildock_8h-source.html @@ -47,7 +47,7 @@ 00025 00030 class KShowMailDock : public KSystemTray 00031 { -00032 Q_OBJECT +00032 TQ_OBJECT 00033 public: 00034 KShowMailDock(TQWidget*, TDEAction *actionRefresh ); 00035 ~KShowMailDock() {}; diff --git a/doc/html/kshowmailview_8h-source.html b/doc/html/kshowmailview_8h-source.html index 0222705..1a0cdf3 100644 --- a/doc/html/kshowmailview_8h-source.html +++ b/doc/html/kshowmailview_8h-source.html @@ -68,7 +68,7 @@ 00046 00057 class KshowmailView : public TQSplitter 00058 { -00059 Q_OBJECT +00059 TQ_OBJECT 00060 public: 00062 KshowmailView(TQWidget *parent = 0, const char *name=0); 00064 ~KshowmailView(); diff --git a/doc/html/optiondialog_8h-source.html b/doc/html/optiondialog_8h-source.html index b01a378..940d499 100644 --- a/doc/html/optiondialog_8h-source.html +++ b/doc/html/optiondialog_8h-source.html @@ -41,7 +41,7 @@ 00024 #include "commandlist.h" 00025 00030 class OptionDialog : public OptionDlg { -00031 Q_OBJECT +00031 TQ_OBJECT 00032 //TODO: nachdem der Einstellungsdialog aufgerufen wurde, vergessen die Accounts sämtlich Mails 00033 //Grund ist, dass in dieser Klasse eine Kopie von ConfigList angelegt wird und der 00034 //Kopierconstruktor von ConfigElem eine neue Mailliste anlegt. diff --git a/doc/html/serverdialog_8h-source.html b/doc/html/serverdialog_8h-source.html index ff819e4..a4413b9 100644 --- a/doc/html/serverdialog_8h-source.html +++ b/doc/html/serverdialog_8h-source.html @@ -79,7 +79,7 @@ 00057 00064 class ServerDialog : public KDialogBase 00065 { -00066 Q_OBJECT +00066 TQ_OBJECT 00067 public: 00068 00069 public: -- cgit v1.2.1