summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /libtdepim
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
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/kabcresourcecached.h2
-rw-r--r--libtdepim/kcmdesignerfields.h2
-rw-r--r--libtdepim/kconfigwizard.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/kpartsdesignerplugin/kpartsdesignerplugin.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/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 209151b6..3c98fe13 100644
--- a/libtdepim/addresseelineedit.h
+++ b/libtdepim/addresseelineedit.h
@@ -54,7 +54,7 @@ class KDE_EXPORT AddresseeLineEdit : public ClickLineEdit, public DCOPObject
{
K_DCOP
Q_OBJECT
- TQ_OBJECT
+
public:
AddresseeLineEdit( TQWidget* parent, bool useCompletion = true,
diff --git a/libtdepim/addresseeselector.h b/libtdepim/addresseeselector.h
index 7ce70fb8..c5e6b493 100644
--- a/libtdepim/addresseeselector.h
+++ b/libtdepim/addresseeselector.h
@@ -166,7 +166,7 @@ class SelectionItem
class KDE_EXPORT AddresseeSelector : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddresseeSelector( Selection *selection,
@@ -216,7 +216,7 @@ class KDE_EXPORT AddresseeSelector : public TQWidget
class KDE_EXPORT AddresseeSelectorDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddresseeSelectorDialog( Selection *selection,
diff --git a/libtdepim/addresseeview.h b/libtdepim/addresseeview.h
index 0b7c13b0..98a77983 100644
--- a/libtdepim/addresseeview.h
+++ b/libtdepim/addresseeview.h
@@ -43,7 +43,7 @@ namespace KPIM {
class KDE_EXPORT AddresseeView : public KTextBrowser
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
Constructor.
diff --git a/libtdepim/addressesdialog.h b/libtdepim/addressesdialog.h
index c553c642..7f751452 100644
--- a/libtdepim/addressesdialog.h
+++ b/libtdepim/addressesdialog.h
@@ -38,7 +38,7 @@ namespace KPIM {
class AddresseeViewItem : public TQObject, public KListViewItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Category {
@@ -79,7 +79,7 @@ namespace KPIM {
class KDE_EXPORT AddressesDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddressesDialog( TQWidget *widget=0, const char *name=0 );
~AddressesDialog();
diff --git a/libtdepim/broadcaststatus.h b/libtdepim/broadcaststatus.h
index 934d1cfa..fc9eb607 100644
--- a/libtdepim/broadcaststatus.h
+++ b/libtdepim/broadcaststatus.h
@@ -33,7 +33,7 @@ class KDE_EXPORT BroadcastStatus : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
virtual ~BroadcastStatus();
diff --git a/libtdepim/categoryeditdialog.h b/libtdepim/categoryeditdialog.h
index 064f8b68..86cd8e32 100644
--- a/libtdepim/categoryeditdialog.h
+++ b/libtdepim/categoryeditdialog.h
@@ -32,7 +32,7 @@ namespace KPIM {
class KDE_EXPORT CategoryEditDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent = 0,
const char* name = 0,
diff --git a/libtdepim/categoryselectdialog.h b/libtdepim/categoryselectdialog.h
index 3cff0313..ca501ddc 100644
--- a/libtdepim/categoryselectdialog.h
+++ b/libtdepim/categoryselectdialog.h
@@ -33,7 +33,7 @@ namespace KPIM {
class KDE_EXPORT CategorySelectDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CategorySelectDialog( KPimPrefs *prefs, TQWidget *parent = 0,
const char *name = 0, bool modal = false );
diff --git a/libtdepim/clicklineedit.h b/libtdepim/clicklineedit.h
index 28b771ff..ca832b5e 100644
--- a/libtdepim/clicklineedit.h
+++ b/libtdepim/clicklineedit.h
@@ -36,7 +36,7 @@ namespace KPIM {
class KDE_EXPORT ClickLineEdit : public KLineEdit
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( TQString clickMessage READ clickMessage WRITE setClickMessage )
public:
ClickLineEdit( TQWidget *parent, const TQString &msg = TQString(), const char* name = 0 );
diff --git a/libtdepim/collectingprocess.h b/libtdepim/collectingprocess.h
index ae737826..69550ddd 100644
--- a/libtdepim/collectingprocess.h
+++ b/libtdepim/collectingprocess.h
@@ -48,7 +48,7 @@ namespace KPIM {
*/
class KDE_EXPORT CollectingProcess : public KProcess {
Q_OBJECT
- TQ_OBJECT
+
public:
CollectingProcess( TQObject * parent = 0, const char * name = 0 );
~CollectingProcess();
diff --git a/libtdepim/completionordereditor.h b/libtdepim/completionordereditor.h
index 50cc3b3c..6a87b307 100644
--- a/libtdepim/completionordereditor.h
+++ b/libtdepim/completionordereditor.h
@@ -63,7 +63,7 @@ public:
class CompletionOrderEditor : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CompletionOrderEditor( KPIM::LdapSearch* ldapSearch, TQWidget* parent, const char* name = 0 );
diff --git a/libtdepim/configmanager.h b/libtdepim/configmanager.h
index 832a0f70..37147843 100644
--- a/libtdepim/configmanager.h
+++ b/libtdepim/configmanager.h
@@ -31,7 +31,7 @@ namespace KPIM {
**/
class KDE_EXPORT ConfigManager : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
/** Commit changes to disk and emit changed() if necessary. */
virtual void commit() = 0;
diff --git a/libtdepim/designerfields.h b/libtdepim/designerfields.h
index c7c2d22c..8e870bd4 100644
--- a/libtdepim/designerfields.h
+++ b/libtdepim/designerfields.h
@@ -35,7 +35,7 @@ namespace KPIM {
class KDE_EXPORT DesignerFields : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
DesignerFields( const TQString &uiFile, TQWidget *parent,
const char *name = 0 );
diff --git a/libtdepim/embeddedurlpage.h b/libtdepim/embeddedurlpage.h
index c306466c..0a24b206 100644
--- a/libtdepim/embeddedurlpage.h
+++ b/libtdepim/embeddedurlpage.h
@@ -32,7 +32,7 @@ namespace KPIM {
class KDE_EXPORT EmbeddedURLPage : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
EmbeddedURLPage( const TQString &url, const TQString &mimetype,
TQWidget *parent, const char *name = 0 );
diff --git a/libtdepim/infoextension.h b/libtdepim/infoextension.h
index b857dc4a..f1d43a52 100644
--- a/libtdepim/infoextension.h
+++ b/libtdepim/infoextension.h
@@ -38,7 +38,7 @@ namespace KParts
class KDE_EXPORT InfoExtension : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/libtdepim/kabcresourcecached.h b/libtdepim/kabcresourcecached.h
index 2cf0352e..0b2d4287 100644
--- a/libtdepim/kabcresourcecached.h
+++ b/libtdepim/kabcresourcecached.h
@@ -34,7 +34,7 @@ namespace KABC {
class KDE_EXPORT ResourceCached : public Resource
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/libtdepim/kcmdesignerfields.h b/libtdepim/kcmdesignerfields.h
index 820506f9..9e9c890f 100644
--- a/libtdepim/kcmdesignerfields.h
+++ b/libtdepim/kcmdesignerfields.h
@@ -36,7 +36,7 @@ namespace KPIM {
class KDE_EXPORT KCMDesignerFields : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KCMDesignerFields( TQWidget *parent = 0, const char *name = 0 );
diff --git a/libtdepim/kconfigwizard.h b/libtdepim/kconfigwizard.h
index 71455277..b933e2a2 100644
--- a/libtdepim/kconfigwizard.h
+++ b/libtdepim/kconfigwizard.h
@@ -33,7 +33,7 @@ class TQListView;
class KDE_EXPORT KConfigWizard : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
Create wizard. You have to set a propgator with setPropagator() later.
diff --git a/libtdepim/kdateedit.h b/libtdepim/kdateedit.h
index 02a7701c..ee5bf8d6 100644
--- a/libtdepim/kdateedit.h
+++ b/libtdepim/kdateedit.h
@@ -54,7 +54,7 @@ class TQEvent;
class KDE_EXPORT KDateEdit : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDateEdit( TQWidget *parent = 0, const char *name = 0 );
diff --git a/libtdepim/kdatepickerpopup.h b/libtdepim/kdatepickerpopup.h
index 7bcfea3e..38b947ad 100644
--- a/libtdepim/kdatepickerpopup.h
+++ b/libtdepim/kdatepickerpopup.h
@@ -45,7 +45,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 89c0e677..c9f9425d 100644
--- a/libtdepim/kfoldertree.h
+++ b/libtdepim/kfoldertree.h
@@ -242,7 +242,7 @@ class KDE_EXPORT KFolderTreeItem : public KListViewItem
class KDE_EXPORT KFolderTree : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
KFolderTree( TQWidget *parent, const char *name=0 );
diff --git a/libtdepim/kimportdialog.h b/libtdepim/kimportdialog.h
index abcbb318..b21cbc83 100644
--- a/libtdepim/kimportdialog.h
+++ b/libtdepim/kimportdialog.h
@@ -76,7 +76,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 0d8107f0..51deb7a1 100644
--- a/libtdepim/kincidencechooser.h
+++ b/libtdepim/kincidencechooser.h
@@ -42,7 +42,7 @@ class TQButtonGroup;
class KDE_EXPORT KIncidenceChooser : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum mode {
local, remote, newest, ask, both
diff --git a/libtdepim/kmailcompletion.h b/libtdepim/kmailcompletion.h
index 9251c279..d07eb6a3 100644
--- a/libtdepim/kmailcompletion.h
+++ b/libtdepim/kmailcompletion.h
@@ -36,7 +36,7 @@ namespace KPIM {
class KMailCompletion : public KCompletion
{
Q_OBJECT
- TQ_OBJECT
+
public:
KMailCompletion();
diff --git a/libtdepim/komposer/core/core.h b/libtdepim/komposer/core/core.h
index 91487572..98fee42a 100644
--- a/libtdepim/komposer/core/core.h
+++ b/libtdepim/komposer/core/core.h
@@ -45,7 +45,7 @@ namespace Komposer
class Core : public KMainWindow, virtual public KomposerIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
Core( TQWidget *parentWidget = 0, const char *name = 0 );
virtual ~Core();
diff --git a/libtdepim/komposer/core/corewidget.h b/libtdepim/komposer/core/corewidget.h
index 7d2acc6d..dbe1d674 100644
--- a/libtdepim/komposer/core/corewidget.h
+++ b/libtdepim/komposer/core/corewidget.h
@@ -32,7 +32,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 cdc05710..a1845f6f 100644
--- a/libtdepim/komposer/core/editor.h
+++ b/libtdepim/komposer/core/editor.h
@@ -38,7 +38,7 @@ namespace Komposer {
class Editor : public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum TextType {
Plain = 1 << 0,
diff --git a/libtdepim/komposer/core/plugin.h b/libtdepim/komposer/core/plugin.h
index 7acd7f70..c14bcc6b 100644
--- a/libtdepim/komposer/core/plugin.h
+++ b/libtdepim/komposer/core/plugin.h
@@ -33,7 +33,7 @@ namespace Komposer
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 34cc6b9c..38895f7b 100644
--- a/libtdepim/komposer/core/pluginmanager.h
+++ b/libtdepim/komposer/core/pluginmanager.h
@@ -40,7 +40,7 @@ namespace Komposer
class PluginManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
PluginManager( TQObject * );
diff --git a/libtdepim/komposer/core/prefsmodule.h b/libtdepim/komposer/core/prefsmodule.h
index aba969f1..9e60098e 100644
--- a/libtdepim/komposer/core/prefsmodule.h
+++ b/libtdepim/komposer/core/prefsmodule.h
@@ -35,7 +35,7 @@ namespace Komposer {
class PrefsModule : public KPrefsModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
PrefsModule( TQWidget *parent=0, const char *name=0 );
virtual const KAboutData *aboutData() const;
@@ -44,7 +44,7 @@ namespace Komposer {
class EditorSelection : public KPrefsWid
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditorSelection( const TQString &text, TQString &reference, TQWidget *parent );
diff --git a/libtdepim/komposer/core/tests/managertest.h b/libtdepim/komposer/core/tests/managertest.h
index f02510e6..d131f830 100644
--- a/libtdepim/komposer/core/tests/managertest.h
+++ b/libtdepim/komposer/core/tests/managertest.h
@@ -32,7 +32,7 @@ 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 5dfaa15d..67c04414 100644
--- a/libtdepim/komposer/core/tests/testmanager.h
+++ b/libtdepim/komposer/core/tests/testmanager.h
@@ -12,7 +12,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 84cedcbc..d73953a6 100644
--- a/libtdepim/komposer/plugins/default/defaulteditor.h
+++ b/libtdepim/komposer/plugins/default/defaulteditor.h
@@ -34,7 +34,7 @@ class KActionCollection;
class DefaultEditor : public Komposer::Editor
{
Q_OBJECT
- TQ_OBJECT
+
public:
DefaultEditor( TQObject *parent, const char *name, const TQStringList &args );
~DefaultEditor();
diff --git a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h
index fc49f251..91c96d2f 100644
--- a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h
+++ b/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h
@@ -31,7 +31,7 @@ namespace KParts { class ReadOnlyPart; }
*/
class KPartsGenericPart : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( TQString url READ url WRITE setURL )
TQ_PROPERTY( TQString mimetype READ mimetype WRITE setMimetype )
public:
diff --git a/libtdepim/kpixmapregionselectorwidget.h b/libtdepim/kpixmapregionselectorwidget.h
index ac399dd0..caad8fc3 100644
--- a/libtdepim/kpixmapregionselectorwidget.h
+++ b/libtdepim/kpixmapregionselectorwidget.h
@@ -47,7 +47,7 @@ namespace KPIM {
class KPixmapRegionSelectorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/libtdepim/kprefsdialog.h b/libtdepim/kprefsdialog.h
index 907989f8..4ef604ee 100644
--- a/libtdepim/kprefsdialog.h
+++ b/libtdepim/kprefsdialog.h
@@ -58,7 +58,7 @@ class KURLRequester;
class KDE_EXPORT KPrefsWid : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
This function is called to read value of the setting from the
@@ -279,7 +279,7 @@ class KDE_EXPORT KPrefsWidDate : public KPrefsWid
class KDE_EXPORT KPrefsWidColor : public KPrefsWid
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
Create a color value control element consisting of a test field and a
@@ -322,7 +322,7 @@ class KDE_EXPORT KPrefsWidColor : public KPrefsWid
class KDE_EXPORT KPrefsWidFont : public KPrefsWid
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
Create a font value control element consisting of a test field and a
@@ -721,7 +721,7 @@ class KDE_EXPORT KPrefsWidManager
class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
Create a KPrefsDialog for a KPrefs object.
@@ -775,7 +775,7 @@ class KDE_EXPORT KPrefsDialog : public KDialogBase, public KPrefsWidManager
class KDE_EXPORT KPrefsModule : public KCModule, public KPrefsWidManager
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPrefsModule( KConfigSkeleton *, TQWidget *parent = 0, const char *name = 0 );
diff --git a/libtdepim/krsqueezedtextlabel.h b/libtdepim/krsqueezedtextlabel.h
index 97451d58..cfa924f3 100644
--- a/libtdepim/krsqueezedtextlabel.h
+++ b/libtdepim/krsqueezedtextlabel.h
@@ -40,7 +40,7 @@
*/
class KDE_EXPORT KRSqueezedTextLabel : public TQLabel {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/libtdepim/kscoring.h b/libtdepim/kscoring.h
index 1b6e2d3c..a345ba14 100644
--- a/libtdepim/kscoring.h
+++ b/libtdepim/kscoring.h
@@ -303,7 +303,7 @@ private:
class KDE_EXPORT KScoringManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
//* this is the container for all rules
@@ -410,7 +410,7 @@ class KDE_EXPORT KScoringManager : public TQObject
class KDE_EXPORT NotifyDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
static void display(ScorableArticle&,const TQString&);
protected slots:
diff --git a/libtdepim/kscoringeditor.h b/libtdepim/kscoringeditor.h
index ba0ee190..4d445984 100644
--- a/libtdepim/kscoringeditor.h
+++ b/libtdepim/kscoringeditor.h
@@ -52,7 +52,7 @@ class KColorCombo;
class KDE_EXPORT SingleConditionWidget : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
friend class ConditionEditWidget;
public:
SingleConditionWidget(KScoringManager *,TQWidget *p =0, const char *n =0);
@@ -85,7 +85,7 @@ private:
class ConditionEditWidget: public KWidgetLister
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConditionEditWidget(KScoringManager *,TQWidget *p =0, const char *n =0);
~ConditionEditWidget();
@@ -104,7 +104,7 @@ private:
class SingleActionWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
friend class ActionEditWidget;
public:
SingleActionWidget(KScoringManager *m,TQWidget *p =0, const char *n =0);
@@ -134,7 +134,7 @@ private:
class KDE_EXPORT ActionEditWidget : public KWidgetLister
{
Q_OBJECT
- TQ_OBJECT
+
public:
ActionEditWidget(KScoringManager *m,TQWidget *p =0, const char *n =0);
~ActionEditWidget();
@@ -152,7 +152,7 @@ private:
class RuleEditWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
RuleEditWidget(KScoringManager *m,TQWidget *p =0, const char *n =0);
~RuleEditWidget();
@@ -203,7 +203,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);
~RuleListWidget();
@@ -254,7 +254,7 @@ private:
class KDE_EXPORT KScoringEditor : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
~KScoringEditor();
void setRule(KScoringRule*);
@@ -285,7 +285,7 @@ private:
class KScoringEditorWidgetDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KScoringEditorWidgetDialog(KScoringManager *m, const TQString& rName, TQWidget *parent=0, const char *name=0);
protected slots:
@@ -302,7 +302,7 @@ private:
class KDE_EXPORT KScoringEditorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KScoringEditorWidget(KScoringManager *m,TQWidget *p =0, const char *n =0);
~KScoringEditorWidget();
diff --git a/libtdepim/ksubscription.h b/libtdepim/ksubscription.h
index af8fd37f..0fb5209c 100644
--- a/libtdepim/ksubscription.h
+++ b/libtdepim/ksubscription.h
@@ -188,7 +188,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 11190842..1b93b8fa 100644
--- a/libtdepim/ktimeedit.h
+++ b/libtdepim/ktimeedit.h
@@ -44,7 +44,7 @@
class KDE_EXPORT KTimeEdit : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** constructs a new time edit. */
KTimeEdit(TQWidget *parent=0, TQTime qt=TQTime(12,0), const char *name=0);
diff --git a/libtdepim/kvcarddrag.h b/libtdepim/kvcarddrag.h
index 31885f6a..e2d3c1e2 100644
--- a/libtdepim/kvcarddrag.h
+++ b/libtdepim/kvcarddrag.h
@@ -40,7 +40,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 ebe9c141..4eb189c2 100644
--- a/libtdepim/kwidgetlister.h
+++ b/libtdepim/kwidgetlister.h
@@ -65,7 +65,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 );
virtual ~KWidgetLister();
diff --git a/libtdepim/kxface.h b/libtdepim/kxface.h
index 77023230..85d3d9fa 100644
--- a/libtdepim/kxface.h
+++ b/libtdepim/kxface.h
@@ -522,7 +522,7 @@ namespace KPIM {
class KDE_EXPORT KXFace : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KXFace();
diff --git a/libtdepim/ldapclient.h b/libtdepim/ldapclient.h
index a2a85f1e..7eaa3fd0 100644
--- a/libtdepim/ldapclient.h
+++ b/libtdepim/ldapclient.h
@@ -142,7 +142,7 @@ class LdapObject
class KDE_EXPORT LdapClient : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
LdapClient( int clientNumber, TQObject* parent = 0, const char* name = 0 );
@@ -246,7 +246,7 @@ typedef TQValueList<LdapResult> LdapResultList;
class KDE_EXPORT LdapSearch : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
LdapSearch();
diff --git a/libtdepim/ldapsearchdialog.h b/libtdepim/ldapsearchdialog.h
index 45e174ef..6dce88ab 100644
--- a/libtdepim/ldapsearchdialog.h
+++ b/libtdepim/ldapsearchdialog.h
@@ -38,7 +38,7 @@ namespace KPIM {
class LDAPSearchDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
LDAPSearchDialog( TQWidget* parent, const char* name = 0 );
diff --git a/libtdepim/overlaywidget.h b/libtdepim/overlaywidget.h
index bb4a89de..c25f00d7 100644
--- a/libtdepim/overlaywidget.h
+++ b/libtdepim/overlaywidget.h
@@ -44,7 +44,7 @@ namespace KPIM {
class OverlayWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
OverlayWidget( TQWidget* alignWidget, TQWidget* parent, const char* name = 0 );
diff --git a/libtdepim/progressdialog.h b/libtdepim/progressdialog.h
index 91d92be5..fca815ae 100644
--- a/libtdepim/progressdialog.h
+++ b/libtdepim/progressdialog.h
@@ -52,7 +52,7 @@ class SSLLabel;
class TransactionItemView : public TQScrollView {
Q_OBJECT
- TQ_OBJECT
+
public:
TransactionItemView( TQWidget * parent = 0,
const char * name = 0,
@@ -78,7 +78,7 @@ private:
class TransactionItem : public TQVBox {
Q_OBJECT
- TQ_OBJECT
+
public:
TransactionItem( TQWidget * parent,
@@ -118,7 +118,7 @@ protected:
class KDE_EXPORT ProgressDialog : public OverlayWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ProgressDialog( TQWidget* alignWidget, TQWidget* parent, const char* name = 0 );
diff --git a/libtdepim/progressmanager.h b/libtdepim/progressmanager.h
index 2458d5ca..48c21181 100644
--- a/libtdepim/progressmanager.h
+++ b/libtdepim/progressmanager.h
@@ -39,7 +39,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
@@ -267,7 +267,7 @@ class KDE_EXPORT ProgressManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
virtual ~ProgressManager();
diff --git a/libtdepim/resourceabc.h b/libtdepim/resourceabc.h
index 6ac17721..c7e019fb 100644
--- a/libtdepim/resourceabc.h
+++ b/libtdepim/resourceabc.h
@@ -44,7 +44,7 @@ namespace KPIM {
class KDE_EXPORT ResourceABC : public KABC::Resource
{
Q_OBJECT
- TQ_OBJECT
+
public:
ResourceABC( const KConfig* );
diff --git a/libtdepim/sendsmsdialog.h b/libtdepim/sendsmsdialog.h
index af7a97e9..5dec286b 100644
--- a/libtdepim/sendsmsdialog.h
+++ b/libtdepim/sendsmsdialog.h
@@ -30,7 +30,7 @@ class TQTextEdit;
class SendSMSDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SendSMSDialog( const TQString &recipientName, TQWidget *parent, const char *name = 0 );
diff --git a/libtdepim/sidebarextension.h b/libtdepim/sidebarextension.h
index fc39ef6c..a8cf13df 100644
--- a/libtdepim/sidebarextension.h
+++ b/libtdepim/sidebarextension.h
@@ -38,7 +38,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 8b08d2cf..5cd04974 100644
--- a/libtdepim/statusbarprogresswidget.h
+++ b/libtdepim/statusbarprogresswidget.h
@@ -54,7 +54,7 @@ class ProgressDialog;
class KDE_EXPORT StatusbarProgressWidget : public TQFrame {
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/libtdepim/tests/testdateedit.h b/libtdepim/tests/testdateedit.h
index 8693ffa0..73c9ec91 100644
--- a/libtdepim/tests/testdateedit.h
+++ b/libtdepim/tests/testdateedit.h
@@ -27,7 +27,7 @@
class DateEdit : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
DateEdit( TQWidget *parent = 0, const char *name = 0 );
diff --git a/libtdepim/tests/testdistrlist.h b/libtdepim/tests/testdistrlist.h
index 3f64527e..1e602a33 100644
--- a/libtdepim/tests/testdistrlist.h
+++ b/libtdepim/tests/testdistrlist.h
@@ -24,7 +24,7 @@
class TestDistrList : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
TestDistrList() {}
diff --git a/libtdepim/weaver.h b/libtdepim/weaver.h
index 8e82b581..d914d980 100644
--- a/libtdepim/weaver.h
+++ b/libtdepim/weaver.h
@@ -164,7 +164,7 @@ namespace ThreadWeaver {
class KDE_EXPORT Job : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Construct a Job object. */
Job(TQObject* parent=0, const char* name=0);
@@ -297,7 +297,7 @@ namespace ThreadWeaver {
class KDE_EXPORT Weaver : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Weaver (TQObject* parent=0, const char* name=0,
int inventoryMin = 4, // minimal number of provided threads
diff --git a/libtdepim/weaverextensions.h b/libtdepim/weaverextensions.h
index 26bccade..7c2cf170 100644
--- a/libtdepim/weaverextensions.h
+++ b/libtdepim/weaverextensions.h
@@ -33,7 +33,7 @@ namespace ThreadWeaver {
class WeaverExtension : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
WeaverExtension ( TQObject *parent = 0, const char *name = 0);
/** Attach() is a convenience method that will connect all our
diff --git a/libtdepim/weaverlogger.h b/libtdepim/weaverlogger.h
index d4d35ff4..962968a1 100644
--- a/libtdepim/weaverlogger.h
+++ b/libtdepim/weaverlogger.h
@@ -26,7 +26,7 @@ namespace ThreadWeaver {
class WeaverThreadLogger : public WeaverExtension
{
Q_OBJECT
- TQ_OBJECT
+
public:
WeaverThreadLogger( TQObject *parent = 0, const char *name = 0);
~WeaverThreadLogger();