summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 22:35:23 +0900
commitcd4b0ac22608120ad003f575a1640e1ddc7703df (patch)
treee68977e058f9d4900eaf266d1dbfc277dbae62e0 /libtdepim
parentcc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff)
downloadtdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz
tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim')
-rw-r--r--libtdepim/addresseelineedit.h2
-rw-r--r--libtdepim/addresseeselector.h4
-rw-r--r--libtdepim/addresseeview.h2
-rw-r--r--libtdepim/addressesdialog.h4
-rw-r--r--libtdepim/broadcaststatus.h2
-rw-r--r--libtdepim/categoryeditdialog.h2
-rw-r--r--libtdepim/categoryselectdialog.h2
-rw-r--r--libtdepim/clicklineedit.h2
-rw-r--r--libtdepim/collectingprocess.h2
-rw-r--r--libtdepim/completionordereditor.h2
-rw-r--r--libtdepim/configmanager.h2
-rw-r--r--libtdepim/designerfields.h2
-rw-r--r--libtdepim/embeddedurlpage.h2
-rw-r--r--libtdepim/infoextension.h2
-rw-r--r--libtdepim/kcmdesignerfields.h2
-rw-r--r--libtdepim/kdateedit.h2
-rw-r--r--libtdepim/kdatepickerpopup.h2
-rw-r--r--libtdepim/kfoldertree.h2
-rw-r--r--libtdepim/kimportdialog.h2
-rw-r--r--libtdepim/kincidencechooser.h2
-rw-r--r--libtdepim/kmailcompletion.h2
-rw-r--r--libtdepim/komposer/core/core.h2
-rw-r--r--libtdepim/komposer/core/corewidget.h2
-rw-r--r--libtdepim/komposer/core/editor.h2
-rw-r--r--libtdepim/komposer/core/plugin.h2
-rw-r--r--libtdepim/komposer/core/pluginmanager.h2
-rw-r--r--libtdepim/komposer/core/prefsmodule.h4
-rw-r--r--libtdepim/komposer/core/tests/managertest.h2
-rw-r--r--libtdepim/komposer/core/tests/testmanager.h2
-rw-r--r--libtdepim/komposer/plugins/default/defaulteditor.h2
-rw-r--r--libtdepim/kpixmapregionselectorwidget.h2
-rw-r--r--libtdepim/kprefsdialog.h10
-rw-r--r--libtdepim/krsqueezedtextlabel.h2
-rw-r--r--libtdepim/kscoring.h4
-rw-r--r--libtdepim/kscoringeditor.h18
-rw-r--r--libtdepim/ksubscription.h2
-rw-r--r--libtdepim/ktimeedit.h2
-rw-r--r--libtdepim/kvcarddrag.h2
-rw-r--r--libtdepim/kwidgetlister.h2
-rw-r--r--libtdepim/kxface.h2
-rw-r--r--libtdepim/ldapclient.h4
-rw-r--r--libtdepim/ldapsearchdialog.h2
-rw-r--r--libtdepim/overlaywidget.h2
-rw-r--r--libtdepim/progressdialog.h6
-rw-r--r--libtdepim/progressmanager.h4
-rw-r--r--libtdepim/resourceabc.h2
-rw-r--r--libtdepim/sendsmsdialog.h2
-rw-r--r--libtdepim/sidebarextension.h2
-rw-r--r--libtdepim/statusbarprogresswidget.h2
-rw-r--r--libtdepim/tdeabcresourcecached.h2
-rw-r--r--libtdepim/tdeconfigwizard.h2
-rw-r--r--libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h2
-rw-r--r--libtdepim/tests/testdateedit.h2
-rw-r--r--libtdepim/tests/testdistrlist.h2
-rw-r--r--libtdepim/weaver.h4
-rw-r--r--libtdepim/weaverextensions.h2
-rw-r--r--libtdepim/weaverlogger.h2
57 files changed, 78 insertions, 78 deletions
diff --git a/libtdepim/addresseelineedit.h b/libtdepim/addresseelineedit.h
index 34439202..95457fd1 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 101cc6e6..fa4a3c76 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 6ee83268..59a02124 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 55b29231..da56b31f 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 af8b383c..37da6f95 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 67d8aa15..32d2c26c 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 6a4bfb40..9c4f4149 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 e8c181ce..1d6ad5c2 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 5aad3f07..f0128a0c 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 f7ac8044..e4485a81 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 b00fb7e5..213524c4 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 ab709621..b243e48c 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 bb302d9e..d644ce6f 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 6ee5efe4..737cbf8e 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 abf3c183..c90eff48 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 3cab1fe4..9475f752 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 ba9d551f..9156fddc 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 a69e80d5..d881976d 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 b21cbc83..0828a782 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 51deb7a1..4a2a507e 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 00db2b8c..0e8772ea 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 482ee1db..dcf1427f 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 c2a6a0e7..c0e93b14 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 4e595b3f..41667af9 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 ac0b5498..a462fd90 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 d9366b3f..b4a16f8e 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 a7733019..5be0ec34 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 d131f830..76de80d2 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 67c04414..73b0471b 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 5763b554..3c55a792 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 9af02c2c..7a90e2ac 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 86c7b81f..080d592e 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 877c2c8f..518493c1 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 d901d0bf..07ddb178 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 33677662..8df84e17 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 27b5695c..c2d71050 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 554128b6..a4dbc754 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 8ac98042..9a9cfda3 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 95716430..4924f684 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 a78f411d..ce7e98b3 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 b1d8814c..a6249f7a 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 3d8c3bc2..cf33cb8a 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 7ba8d4d8..acc7fe97 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 051d12b3..85a82bbd 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 4ec17567..59dc7262 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 e1213e3e..0eee0901 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 5dec286b..fd9d1b6b 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 67211499..9abd6ea7 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 f09c14b5..def30fee 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 f67abc61..5d3e27a3 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 93221a85..19da572d 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 91c96d2f..bb4514c1 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 73c9ec91..82fbddb9 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 1e602a33..62375ffc 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 20e076f4..b949a110 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 b107378e..52984a29 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 54e7e010..889f080e 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);