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: diff --git a/kshowmail/alertdialog.h b/kshowmail/alertdialog.h index 140833c..d0062ff 100644 --- a/kshowmail/alertdialog.h +++ b/kshowmail/alertdialog.h @@ -27,7 +27,7 @@ class AlertDialog : public AlertDlg { - Q_OBJECT + TQ_OBJECT public: AlertDialog(TQWidget *parent=0, const char *name=0); ~AlertDialog(); diff --git a/kshowmail/configelem.h b/kshowmail/configelem.h index bd5252d..47c2238 100644 --- a/kshowmail/configelem.h +++ b/kshowmail/configelem.h @@ -85,7 +85,7 @@ class ShowRecord; */ class ConfigElem : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/configlist.h b/kshowmail/configlist.h index 22dc4af..b5fa070 100644 --- a/kshowmail/configlist.h +++ b/kshowmail/configlist.h @@ -59,7 +59,7 @@ class KshowmailView; class ConfigList : public TQObject, public TQPtrList { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/filterlogview.h b/kshowmail/filterlogview.h index c6d3d02..9621b36 100644 --- a/kshowmail/filterlogview.h +++ b/kshowmail/filterlogview.h @@ -37,7 +37,7 @@ class FilterLogView : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/accountsetupdialog.h b/kshowmail/kcmconfigs/accountsetupdialog.h index 24e343e..9b3107b 100644 --- a/kshowmail/kcmconfigs/accountsetupdialog.h +++ b/kshowmail/kcmconfigs/accountsetupdialog.h @@ -54,7 +54,7 @@ */ class AccountSetupDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/configaccounts.h b/kshowmail/kcmconfigs/configaccounts.h index 9016859..7a6f2f2 100644 --- a/kshowmail/kcmconfigs/configaccounts.h +++ b/kshowmail/kcmconfigs/configaccounts.h @@ -36,7 +36,7 @@ */ class ConfigAccounts : public TDECModule { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/configactions.h b/kshowmail/kcmconfigs/configactions.h index 787a759..f687838 100644 --- a/kshowmail/kcmconfigs/configactions.h +++ b/kshowmail/kcmconfigs/configactions.h @@ -43,7 +43,7 @@ */ class ConfigActions : public TDECModule { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kshowmail/kcmconfigs/configdisplay.h b/kshowmail/kcmconfigs/configdisplay.h index bbebd03..79f7d5b 100644 --- a/kshowmail/kcmconfigs/configdisplay.h +++ b/kshowmail/kcmconfigs/configdisplay.h @@ -35,7 +35,7 @@ */ class ConfigDisplay : public TDECModule { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kshowmail/kcmconfigs/configfilter.h b/kshowmail/kcmconfigs/configfilter.h index 297ba75..e883900 100644 --- a/kshowmail/kcmconfigs/configfilter.h +++ b/kshowmail/kcmconfigs/configfilter.h @@ -49,7 +49,7 @@ */ class ConfigFilter : public TDECModule { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/configgeneral.h b/kshowmail/kcmconfigs/configgeneral.h index 55cbb39..965f5a0 100644 --- a/kshowmail/kcmconfigs/configgeneral.h +++ b/kshowmail/kcmconfigs/configgeneral.h @@ -35,7 +35,7 @@ */ class ConfigGeneral : public TDECModule { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/configlog.h b/kshowmail/kcmconfigs/configlog.h index a331d83..baf0252 100644 --- a/kshowmail/kcmconfigs/configlog.h +++ b/kshowmail/kcmconfigs/configlog.h @@ -41,7 +41,7 @@ */ class ConfigLog : public TDECModule { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/configspamcheck.h b/kshowmail/kcmconfigs/configspamcheck.h index 359fc98..b2772f7 100644 --- a/kshowmail/kcmconfigs/configspamcheck.h +++ b/kshowmail/kcmconfigs/configspamcheck.h @@ -52,7 +52,7 @@ class ConfigSpamcheck : public TDECModule { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/filtercriteriawidget.h b/kshowmail/kcmconfigs/filtercriteriawidget.h index ad02f89..f2b62d7 100644 --- a/kshowmail/kcmconfigs/filtercriteriawidget.h +++ b/kshowmail/kcmconfigs/filtercriteriawidget.h @@ -66,7 +66,7 @@ using namespace Types; class FilterCriteriaWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/filtersetupdialog.h b/kshowmail/kcmconfigs/filtersetupdialog.h index 0e15c96..b9cc309 100644 --- a/kshowmail/kcmconfigs/filtersetupdialog.h +++ b/kshowmail/kcmconfigs/filtersetupdialog.h @@ -54,7 +54,7 @@ class FilterSetupDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/kshowmail/kcmconfigs/mailboxwizard.h b/kshowmail/kcmconfigs/mailboxwizard.h index a75d8be..be1b211 100644 --- a/kshowmail/kcmconfigs/mailboxwizard.h +++ b/kshowmail/kcmconfigs/mailboxwizard.h @@ -45,7 +45,7 @@ class MailBoxWizard : public TQWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/kcmconfigs/senderlistdialog.h b/kshowmail/kcmconfigs/senderlistdialog.h index 87a0c37..755fe21 100644 --- a/kshowmail/kcmconfigs/senderlistdialog.h +++ b/kshowmail/kcmconfigs/senderlistdialog.h @@ -41,7 +41,7 @@ class SenderListDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/kfeedback.h b/kshowmail/kfeedback.h index 426868e..4564fd6 100644 --- a/kshowmail/kfeedback.h +++ b/kshowmail/kfeedback.h @@ -41,7 +41,7 @@ class TQMultiLineEdit; **/ class KFeedbackDialog: public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -97,7 +97,7 @@ protected: **/ class KFeedbackForm: public TQVBox { - Q_OBJECT + TQ_OBJECT public: /** @@ -186,7 +186,7 @@ protected: **/ class KFeedbackQuestionList: public TQListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/kshowmail.h b/kshowmail/kshowmail.h index ed9ce7f..230dcf9 100644 --- a/kshowmail/kshowmail.h +++ b/kshowmail/kshowmail.h @@ -76,7 +76,7 @@ using namespace Types; */ class KShowMailApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT friend class KshowmailView; friend class KshowmailDock; diff --git a/kshowmail/kshowmaildoc.h b/kshowmail/kshowmaildoc.h index 3d31a29..2514238 100644 --- a/kshowmail/kshowmaildoc.h +++ b/kshowmail/kshowmaildoc.h @@ -44,7 +44,7 @@ class KshowmailView; */ class KshowmailDoc : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Constructor for the fileclass of the application */ KshowmailDoc(TQWidget *parent, const char *name=0); diff --git a/kshowmail/kshowmaildock.h b/kshowmail/kshowmaildock.h index c632447..81932ae 100644 --- a/kshowmail/kshowmaildock.h +++ b/kshowmail/kshowmaildock.h @@ -29,7 +29,7 @@ class KShowMailDock : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: KShowMailDock(TQWidget*, TDEAction *actionRefresh ); ~KShowMailDock() {}; diff --git a/kshowmail/kshowmailview.h b/kshowmail/kshowmailview.h index bf12c46..38d2217 100644 --- a/kshowmail/kshowmailview.h +++ b/kshowmail/kshowmailview.h @@ -56,7 +56,7 @@ class KshowmailDoc; */ class KshowmailView : public TQSplitter { - Q_OBJECT + TQ_OBJECT public: diff --git a/kshowmail/serverdialog.h b/kshowmail/serverdialog.h index a848c3a..36697b8 100644 --- a/kshowmail/serverdialog.h +++ b/kshowmail/serverdialog.h @@ -63,7 +63,7 @@ class ServerDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: public: diff --git a/kshowmail/showheaderdialog.h b/kshowmail/showheaderdialog.h index a196d87..72d6073 100644 --- a/kshowmail/showheaderdialog.h +++ b/kshowmail/showheaderdialog.h @@ -32,7 +32,7 @@ */ class ShowHeaderDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: /** diff --git a/kshowmail/showmaildialog.h b/kshowmail/showmaildialog.h index 856c5db..951f83f 100644 --- a/kshowmail/showmaildialog.h +++ b/kshowmail/showmaildialog.h @@ -36,7 +36,7 @@ class ShowMailDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: