diff options
Diffstat (limited to 'libtdepim')
57 files changed, 78 insertions, 78 deletions
diff --git a/libtdepim/addresseelineedit.h b/libtdepim/addresseelineedit.h index 34439202d..95457fd16 100644 --- a/libtdepim/addresseelineedit.h +++ b/libtdepim/addresseelineedit.h @@ -53,7 +53,7 @@ namespace KPIM { class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/addresseeselector.h b/libtdepim/addresseeselector.h index 101cc6e60..fa4a3c76b 100644 --- a/libtdepim/addresseeselector.h +++ b/libtdepim/addresseeselector.h @@ -165,7 +165,7 @@ class SelectionItem class KDE_EXPORT AddresseeSelector : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -215,7 +215,7 @@ class KDE_EXPORT AddresseeSelector : public TQWidget class KDE_EXPORT AddresseeSelectorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/addresseeview.h b/libtdepim/addresseeview.h index 6ee832688..59a02124f 100644 --- a/libtdepim/addresseeview.h +++ b/libtdepim/addresseeview.h @@ -42,7 +42,7 @@ namespace KPIM { class KDE_EXPORT AddresseeView : public KTextBrowser { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libtdepim/addressesdialog.h b/libtdepim/addressesdialog.h index 55b29231a..da56b31f1 100644 --- a/libtdepim/addressesdialog.h +++ b/libtdepim/addressesdialog.h @@ -37,7 +37,7 @@ namespace KPIM { class AddresseeViewItem : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: @@ -78,7 +78,7 @@ namespace KPIM { class KDE_EXPORT AddressesDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: AddressesDialog( TQWidget *widget=0, const char *name=0 ); diff --git a/libtdepim/broadcaststatus.h b/libtdepim/broadcaststatus.h index af8b383c5..37da6f952 100644 --- a/libtdepim/broadcaststatus.h +++ b/libtdepim/broadcaststatus.h @@ -32,7 +32,7 @@ class ProgressItem; class KDE_EXPORT BroadcastStatus : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/categoryeditdialog.h b/libtdepim/categoryeditdialog.h index 67d8aa159..32d2c26cc 100644 --- a/libtdepim/categoryeditdialog.h +++ b/libtdepim/categoryeditdialog.h @@ -31,7 +31,7 @@ namespace KPIM { class KDE_EXPORT CategoryEditDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent = 0, diff --git a/libtdepim/categoryselectdialog.h b/libtdepim/categoryselectdialog.h index 6a4bfb406..9c4f4149e 100644 --- a/libtdepim/categoryselectdialog.h +++ b/libtdepim/categoryselectdialog.h @@ -32,7 +32,7 @@ namespace KPIM { class KDE_EXPORT CategorySelectDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: CategorySelectDialog( KPimPrefs *prefs, TQWidget *parent = 0, diff --git a/libtdepim/clicklineedit.h b/libtdepim/clicklineedit.h index e8c181ce7..1d6ad5c28 100644 --- a/libtdepim/clicklineedit.h +++ b/libtdepim/clicklineedit.h @@ -35,7 +35,7 @@ namespace KPIM { */ class KDE_EXPORT ClickLineEdit : public KLineEdit { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString clickMessage READ clickMessage WRITE setClickMessage ) public: diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h index 5aad3f07b..f0128a0c0 100644 --- a/libtdepim/collectingprocess.h +++ b/libtdepim/collectingprocess.h @@ -47,7 +47,7 @@ namespace KPIM { * @author Ingo Kloecker <kloecker@kde.org> */ class KDE_EXPORT CollectingProcess : public TDEProcess { - Q_OBJECT + TQ_OBJECT public: CollectingProcess( TQObject * parent = 0, const char * name = 0 ); diff --git a/libtdepim/completionordereditor.h b/libtdepim/completionordereditor.h index f7ac80448..e4485a814 100644 --- a/libtdepim/completionordereditor.h +++ b/libtdepim/completionordereditor.h @@ -62,7 +62,7 @@ public: }; class CompletionOrderEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/configmanager.h b/libtdepim/configmanager.h index b00fb7e54..213524c48 100644 --- a/libtdepim/configmanager.h +++ b/libtdepim/configmanager.h @@ -30,7 +30,7 @@ namespace KPIM { * @author Marc Mutz <mutz@kde.org> **/ class KDE_EXPORT ConfigManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Commit changes to disk and emit changed() if necessary. */ diff --git a/libtdepim/designerfields.h b/libtdepim/designerfields.h index ab709621c..b243e48ce 100644 --- a/libtdepim/designerfields.h +++ b/libtdepim/designerfields.h @@ -34,7 +34,7 @@ namespace KPIM { class KDE_EXPORT DesignerFields : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DesignerFields( const TQString &uiFile, TQWidget *parent, diff --git a/libtdepim/embeddedurlpage.h b/libtdepim/embeddedurlpage.h index bb302d9ed..d644ce6f5 100644 --- a/libtdepim/embeddedurlpage.h +++ b/libtdepim/embeddedurlpage.h @@ -31,7 +31,7 @@ namespace KPIM { class KDE_EXPORT EmbeddedURLPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: EmbeddedURLPage( const TQString &url, const TQString &mimetype, diff --git a/libtdepim/infoextension.h b/libtdepim/infoextension.h index 6ee5efe40..737cbf8e2 100644 --- a/libtdepim/infoextension.h +++ b/libtdepim/infoextension.h @@ -37,7 +37,7 @@ namespace KParts **/ class KDE_EXPORT InfoExtension : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kcmdesignerfields.h b/libtdepim/kcmdesignerfields.h index abf3c183f..c90eff484 100644 --- a/libtdepim/kcmdesignerfields.h +++ b/libtdepim/kcmdesignerfields.h @@ -35,7 +35,7 @@ namespace KPIM { class KDE_EXPORT KCMDesignerFields : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kdateedit.h b/libtdepim/kdateedit.h index 3cab1fe49..9475f7529 100644 --- a/libtdepim/kdateedit.h +++ b/libtdepim/kdateedit.h @@ -53,7 +53,7 @@ class TQEvent; */ class KDE_EXPORT KDateEdit : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kdatepickerpopup.h b/libtdepim/kdatepickerpopup.h index ba9d551f5..9156fddc5 100644 --- a/libtdepim/kdatepickerpopup.h +++ b/libtdepim/kdatepickerpopup.h @@ -44,7 +44,7 @@ */ class KDE_EXPORT KDatePickerPopup: public TQPopupMenu { - Q_OBJECT + TQ_OBJECT public: enum { NoDate = 1, DatePicker = 2, Words = 4 }; diff --git a/libtdepim/kfoldertree.h b/libtdepim/kfoldertree.h index a69e80d53..d881976de 100644 --- a/libtdepim/kfoldertree.h +++ b/libtdepim/kfoldertree.h @@ -240,7 +240,7 @@ class KDE_EXPORT KFolderTreeItem : public TDEListViewItem class KDE_EXPORT KFolderTree : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kimportdialog.h b/libtdepim/kimportdialog.h index b21cbc836..0828a7827 100644 --- a/libtdepim/kimportdialog.h +++ b/libtdepim/kimportdialog.h @@ -75,7 +75,7 @@ class KImportColumn class KImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KImportDialog(TQWidget* parent); diff --git a/libtdepim/kincidencechooser.h b/libtdepim/kincidencechooser.h index 51deb7a17..4a2a507e4 100644 --- a/libtdepim/kincidencechooser.h +++ b/libtdepim/kincidencechooser.h @@ -41,7 +41,7 @@ class TQButtonGroup; class KDE_EXPORT KIncidenceChooser : public KDialog { - Q_OBJECT + TQ_OBJECT public: enum mode { diff --git a/libtdepim/kmailcompletion.h b/libtdepim/kmailcompletion.h index 00db2b8ca..0e8772ea2 100644 --- a/libtdepim/kmailcompletion.h +++ b/libtdepim/kmailcompletion.h @@ -35,7 +35,7 @@ namespace KPIM { */ class KMailCompletion : public TDECompletion { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/komposer/core/core.h b/libtdepim/komposer/core/core.h index 482ee1dbd..dcf1427ff 100644 --- a/libtdepim/komposer/core/core.h +++ b/libtdepim/komposer/core/core.h @@ -43,7 +43,7 @@ namespace Komposer */ class Core : public TDEMainWindow, virtual public KomposerIface { - Q_OBJECT + TQ_OBJECT public: Core( TQWidget *parentWidget = 0, const char *name = 0 ); diff --git a/libtdepim/komposer/core/corewidget.h b/libtdepim/komposer/core/corewidget.h index c2a6a0e78..c0e93b141 100644 --- a/libtdepim/komposer/core/corewidget.h +++ b/libtdepim/komposer/core/corewidget.h @@ -30,7 +30,7 @@ namespace Komposer class CoreWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: CoreWidget( TQWidget *parent, const char *name=0 ); diff --git a/libtdepim/komposer/core/editor.h b/libtdepim/komposer/core/editor.h index 4e595b3f7..41667af92 100644 --- a/libtdepim/komposer/core/editor.h +++ b/libtdepim/komposer/core/editor.h @@ -36,7 +36,7 @@ namespace Komposer { class Editor : public Plugin { - Q_OBJECT + TQ_OBJECT public: enum TextType { diff --git a/libtdepim/komposer/core/plugin.h b/libtdepim/komposer/core/plugin.h index ac0b54980..a462fd90d 100644 --- a/libtdepim/komposer/core/plugin.h +++ b/libtdepim/komposer/core/plugin.h @@ -31,7 +31,7 @@ namespace Komposer class Plugin : public TQObject, virtual public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: virtual ~Plugin(); diff --git a/libtdepim/komposer/core/pluginmanager.h b/libtdepim/komposer/core/pluginmanager.h index d9366b3ff..b4a16f8e9 100644 --- a/libtdepim/komposer/core/pluginmanager.h +++ b/libtdepim/komposer/core/pluginmanager.h @@ -38,7 +38,7 @@ namespace Komposer class PluginManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/komposer/core/prefsmodule.h b/libtdepim/komposer/core/prefsmodule.h index a7733019c..5be0ec34c 100644 --- a/libtdepim/komposer/core/prefsmodule.h +++ b/libtdepim/komposer/core/prefsmodule.h @@ -34,7 +34,7 @@ namespace Komposer { class PrefsModule : public KPrefsModule { - Q_OBJECT + TQ_OBJECT public: PrefsModule( TQWidget *parent=0, const char *name=0 ); @@ -43,7 +43,7 @@ namespace Komposer { class EditorSelection : public KPrefsWid { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/komposer/core/tests/managertest.h b/libtdepim/komposer/core/tests/managertest.h index d131f8301..76de80d2d 100644 --- a/libtdepim/komposer/core/tests/managertest.h +++ b/libtdepim/komposer/core/tests/managertest.h @@ -31,7 +31,7 @@ namespace Komposer { class ManagerTest : public TQObject, public Tester { - Q_OBJECT + TQ_OBJECT public: ManagerTest( TQObject* parent = 0 ); diff --git a/libtdepim/komposer/core/tests/testmanager.h b/libtdepim/komposer/core/tests/testmanager.h index 67c04414a..73b0471bf 100644 --- a/libtdepim/komposer/core/tests/testmanager.h +++ b/libtdepim/komposer/core/tests/testmanager.h @@ -11,7 +11,7 @@ using Komposer::Plugin; class TestManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: TestManager( TQObject *parent ); diff --git a/libtdepim/komposer/plugins/default/defaulteditor.h b/libtdepim/komposer/plugins/default/defaulteditor.h index 5763b5542..3c55a792c 100644 --- a/libtdepim/komposer/plugins/default/defaulteditor.h +++ b/libtdepim/komposer/plugins/default/defaulteditor.h @@ -33,7 +33,7 @@ class TDEActionCollection; class DefaultEditor : public Komposer::Editor { - Q_OBJECT + TQ_OBJECT public: DefaultEditor( TQObject *parent, const char *name, const TQStringList &args ); diff --git a/libtdepim/kpixmapregionselectorwidget.h b/libtdepim/kpixmapregionselectorwidget.h index 9af02c2ce..7a90e2ac5 100644 --- a/libtdepim/kpixmapregionselectorwidget.h +++ b/libtdepim/kpixmapregionselectorwidget.h @@ -46,7 +46,7 @@ namespace KPIM { */ class KPixmapRegionSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kprefsdialog.h b/libtdepim/kprefsdialog.h index 86c7b81f4..080d592ee 100644 --- a/libtdepim/kprefsdialog.h +++ b/libtdepim/kprefsdialog.h @@ -57,7 +57,7 @@ class KURLRequester; */ class KDE_EXPORT KPrefsWid : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** @@ -278,7 +278,7 @@ class KDE_EXPORT KPrefsWidDate : public KPrefsWid */ class KDE_EXPORT KPrefsWidColor : public KPrefsWid { - Q_OBJECT + TQ_OBJECT public: /** @@ -321,7 +321,7 @@ class KDE_EXPORT KPrefsWidColor : public KPrefsWid */ class KDE_EXPORT KPrefsWidFont : public KPrefsWid { - Q_OBJECT + TQ_OBJECT public: /** @@ -720,7 +720,7 @@ class KDE_EXPORT KPrefsWidManager */ class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager { - Q_OBJECT + TQ_OBJECT public: /** @@ -774,7 +774,7 @@ class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager class KDE_EXPORT KPrefsModule : public TDECModule, public KPrefsWidManager { - Q_OBJECT + TQ_OBJECT public: KPrefsModule( TDEConfigSkeleton *, TQWidget *parent = 0, const char *name = 0 ); diff --git a/libtdepim/krsqueezedtextlabel.h b/libtdepim/krsqueezedtextlabel.h index 877c2c8fa..518493c10 100644 --- a/libtdepim/krsqueezedtextlabel.h +++ b/libtdepim/krsqueezedtextlabel.h @@ -39,7 +39,7 @@ * TQLabel */ class KDE_EXPORT KRSqueezedTextLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kscoring.h b/libtdepim/kscoring.h index d901d0bfd..07ddb1786 100644 --- a/libtdepim/kscoring.h +++ b/libtdepim/kscoring.h @@ -302,7 +302,7 @@ private: // Manages the score rules. class KDE_EXPORT KScoringManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -409,7 +409,7 @@ class KDE_EXPORT KScoringManager : public TQObject //---------------------------------------------------------------------------- class KDE_EXPORT NotifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: static void display(ScorableArticle&,const TQString&); diff --git a/libtdepim/kscoringeditor.h b/libtdepim/kscoringeditor.h index 33677662a..8df84e177 100644 --- a/libtdepim/kscoringeditor.h +++ b/libtdepim/kscoringeditor.h @@ -51,7 +51,7 @@ class KColorCombo; */ class KDE_EXPORT SingleConditionWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT friend class ConditionEditWidget; public: @@ -84,7 +84,7 @@ private: */ class ConditionEditWidget: public KWidgetLister { - Q_OBJECT + TQ_OBJECT public: ConditionEditWidget(KScoringManager *,TQWidget *p =0, const char *n =0); @@ -103,7 +103,7 @@ private: */ class SingleActionWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class ActionEditWidget; public: @@ -133,7 +133,7 @@ private: */ class KDE_EXPORT ActionEditWidget : public KWidgetLister { - Q_OBJECT + TQ_OBJECT public: ActionEditWidget(KScoringManager *m,TQWidget *p =0, const char *n =0); @@ -151,7 +151,7 @@ private: */ class RuleEditWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: RuleEditWidget(KScoringManager *m,TQWidget *p =0, const char *n =0); @@ -202,7 +202,7 @@ private: */ class KDE_EXPORT RuleListWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: RuleListWidget(KScoringManager *m, bool =false, TQWidget *p =0, const char *n =0); @@ -253,7 +253,7 @@ private: class KDE_EXPORT KScoringEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ~KScoringEditor(); @@ -284,7 +284,7 @@ private: class KScoringEditorWidgetDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KScoringEditorWidgetDialog(KScoringManager *m, const TQString& rName, TQWidget *parent=0, const char *name=0); @@ -301,7 +301,7 @@ private: class KDE_EXPORT KScoringEditorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KScoringEditorWidget(KScoringManager *m,TQWidget *p =0, const char *n =0); diff --git a/libtdepim/ksubscription.h b/libtdepim/ksubscription.h index 27b5695cf..c2d710503 100644 --- a/libtdepim/ksubscription.h +++ b/libtdepim/ksubscription.h @@ -187,7 +187,7 @@ class KDE_EXPORT GroupItem : public TQCheckListItem class KDE_EXPORT KSubscription : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/ktimeedit.h b/libtdepim/ktimeedit.h index 554128b68..a4dbc7545 100644 --- a/libtdepim/ktimeedit.h +++ b/libtdepim/ktimeedit.h @@ -43,7 +43,7 @@ */ class KDE_EXPORT KTimeEdit : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: /** constructs a new time edit. */ diff --git a/libtdepim/kvcarddrag.h b/libtdepim/kvcarddrag.h index 8ac98042d..9a9cfda31 100644 --- a/libtdepim/kvcarddrag.h +++ b/libtdepim/kvcarddrag.h @@ -39,7 +39,7 @@ class KVCardDragPrivate; */ class KDE_EXPORT KVCardDrag : public TQStoredDrag { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/kwidgetlister.h b/libtdepim/kwidgetlister.h index 957164302..4924f6841 100644 --- a/libtdepim/kwidgetlister.h +++ b/libtdepim/kwidgetlister.h @@ -64,7 +64,7 @@ class TQHBox; class KDE_EXPORT KWidgetLister : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* parent=0, const char* name=0 ); diff --git a/libtdepim/kxface.h b/libtdepim/kxface.h index a78f411df..ce7e98b38 100644 --- a/libtdepim/kxface.h +++ b/libtdepim/kxface.h @@ -521,7 +521,7 @@ namespace KPIM { class KDE_EXPORT KXFace : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/ldapclient.h b/libtdepim/ldapclient.h index b1d8814c8..a6249f7ab 100644 --- a/libtdepim/ldapclient.h +++ b/libtdepim/ldapclient.h @@ -141,7 +141,7 @@ class LdapObject */ class KDE_EXPORT LdapClient : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -245,7 +245,7 @@ typedef TQValueList<LdapResult> LdapResultList; */ class KDE_EXPORT LdapSearch : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/ldapsearchdialog.h b/libtdepim/ldapsearchdialog.h index 3d8c3bc28..cf33cb8a2 100644 --- a/libtdepim/ldapsearchdialog.h +++ b/libtdepim/ldapsearchdialog.h @@ -37,7 +37,7 @@ namespace KPIM { class LDAPSearchDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/overlaywidget.h b/libtdepim/overlaywidget.h index 7ba8d4d8c..acc7fe979 100644 --- a/libtdepim/overlaywidget.h +++ b/libtdepim/overlaywidget.h @@ -43,7 +43,7 @@ namespace KPIM { */ class OverlayWidget : public TQHBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/progressdialog.h b/libtdepim/progressdialog.h index 051d12b3b..85a82bbd5 100644 --- a/libtdepim/progressdialog.h +++ b/libtdepim/progressdialog.h @@ -51,7 +51,7 @@ class TransactionItem; class SSLLabel; class TransactionItemView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: TransactionItemView( TQWidget * parent = 0, @@ -77,7 +77,7 @@ private: class TransactionItem : public TQVBox { - Q_OBJECT + TQ_OBJECT public: @@ -117,7 +117,7 @@ protected: class KDE_EXPORT ProgressDialog : public OverlayWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/progressmanager.h b/libtdepim/progressmanager.h index 4ec175679..59dc7262b 100644 --- a/libtdepim/progressmanager.h +++ b/libtdepim/progressmanager.h @@ -38,7 +38,7 @@ typedef TQMap<ProgressItem*, bool> ProgressItemMap; class KDE_EXPORT ProgressItem : public TQObject { - Q_OBJECT + TQ_OBJECT friend class ProgressManager; friend class TQDict< ProgressItem >; // so it can be deleted from dicts @@ -266,7 +266,7 @@ signals: class KDE_EXPORT ProgressManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/resourceabc.h b/libtdepim/resourceabc.h index e1213e3e1..0eee0901f 100644 --- a/libtdepim/resourceabc.h +++ b/libtdepim/resourceabc.h @@ -43,7 +43,7 @@ namespace KPIM { class KDE_EXPORT ResourceABC : public TDEABC::Resource { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/sendsmsdialog.h b/libtdepim/sendsmsdialog.h index 5dec286b9..fd9d1b6b1 100644 --- a/libtdepim/sendsmsdialog.h +++ b/libtdepim/sendsmsdialog.h @@ -29,7 +29,7 @@ class TQTextEdit; class SendSMSDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/sidebarextension.h b/libtdepim/sidebarextension.h index 672114992..9abd6ea7d 100644 --- a/libtdepim/sidebarextension.h +++ b/libtdepim/sidebarextension.h @@ -37,7 +37,7 @@ namespace KParts **/ class KDE_EXPORT SideBarExtension : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/statusbarprogresswidget.h b/libtdepim/statusbarprogresswidget.h index f09c14b58..def30fee4 100644 --- a/libtdepim/statusbarprogresswidget.h +++ b/libtdepim/statusbarprogresswidget.h @@ -53,7 +53,7 @@ class ProgressDialog; class KDE_EXPORT StatusbarProgressWidget : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/tdeabcresourcecached.h b/libtdepim/tdeabcresourcecached.h index f67abc614..5d3e27a38 100644 --- a/libtdepim/tdeabcresourcecached.h +++ b/libtdepim/tdeabcresourcecached.h @@ -33,7 +33,7 @@ namespace TDEABC { class KDE_EXPORT ResourceCached : public Resource { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/tdeconfigwizard.h b/libtdepim/tdeconfigwizard.h index 93221a854..19da572d7 100644 --- a/libtdepim/tdeconfigwizard.h +++ b/libtdepim/tdeconfigwizard.h @@ -32,7 +32,7 @@ class TQListView; */ class KDE_EXPORT TDEConfigWizard : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h index 91c96d2f3..bb4514c17 100644 --- a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h +++ b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h @@ -30,7 +30,7 @@ namespace KParts { class ReadOnlyPart; } * a KParts::ReadOnlyPart is available */ class KPartsGenericPart : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString url READ url WRITE setURL ) TQ_PROPERTY( TQString mimetype READ mimetype WRITE setMimetype ) diff --git a/libtdepim/tests/testdateedit.h b/libtdepim/tests/testdateedit.h index 73c9ec911..82fbddb90 100644 --- a/libtdepim/tests/testdateedit.h +++ b/libtdepim/tests/testdateedit.h @@ -26,7 +26,7 @@ class DateEdit : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/tests/testdistrlist.h b/libtdepim/tests/testdistrlist.h index 1e602a339..62375ffca 100644 --- a/libtdepim/tests/testdistrlist.h +++ b/libtdepim/tests/testdistrlist.h @@ -23,7 +23,7 @@ class TestDistrList : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/libtdepim/weaver.h b/libtdepim/weaver.h index 20e076f4f..b949a1109 100644 --- a/libtdepim/weaver.h +++ b/libtdepim/weaver.h @@ -162,7 +162,7 @@ namespace ThreadWeaver { */ class KDE_EXPORT Job : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** Construct a Job object. */ @@ -295,7 +295,7 @@ namespace ThreadWeaver { which it assigns jobs from it's queue. */ class KDE_EXPORT Weaver : public TQObject { - Q_OBJECT + TQ_OBJECT public: Weaver (TQObject* parent=0, const char* name=0, diff --git a/libtdepim/weaverextensions.h b/libtdepim/weaverextensions.h index b107378e1..52984a29d 100644 --- a/libtdepim/weaverextensions.h +++ b/libtdepim/weaverextensions.h @@ -31,7 +31,7 @@ namespace ThreadWeaver { programs. Derive from it to actually create an extension. */ class WeaverExtension : public TQObject { - Q_OBJECT + TQ_OBJECT public: WeaverExtension ( TQObject *parent = 0, const char *name = 0); diff --git a/libtdepim/weaverlogger.h b/libtdepim/weaverlogger.h index 54e7e0102..889f080ea 100644 --- a/libtdepim/weaverlogger.h +++ b/libtdepim/weaverlogger.h @@ -24,7 +24,7 @@ namespace ThreadWeaver { information about thread execution. */ class WeaverThreadLogger : public WeaverExtension { - Q_OBJECT + TQ_OBJECT public: WeaverThreadLogger( TQObject *parent = 0, const char *name = 0); |