summaryrefslogtreecommitdiffstats
path: root/kontact/src
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 /kontact/src
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kontact/src')
-rw-r--r--kontact/src/aboutdialog.h2
-rw-r--r--kontact/src/iconsidepane.h4
-rw-r--r--kontact/src/kcmkontact.h4
-rw-r--r--kontact/src/mainwindow.h2
-rw-r--r--kontact/src/profiledialog.h2
-rw-r--r--kontact/src/profilemanager.h2
-rw-r--r--kontact/src/sidepanebase.h2
7 files changed, 9 insertions, 9 deletions
diff --git a/kontact/src/aboutdialog.h b/kontact/src/aboutdialog.h
index c5faa503..c2d29a5a 100644
--- a/kontact/src/aboutdialog.h
+++ b/kontact/src/aboutdialog.h
@@ -34,7 +34,7 @@ class Plugin;
class AboutDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AboutDialog( Kontact::Core *core, const char *name = 0 );
diff --git a/kontact/src/iconsidepane.h b/kontact/src/iconsidepane.h
index 13533228..35859bda 100644
--- a/kontact/src/iconsidepane.h
+++ b/kontact/src/iconsidepane.h
@@ -118,7 +118,7 @@ class EntryItemToolTip : public TQToolTip
class Navigator : public KListBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
Navigator( IconSidePane *parent = 0, const char *name = 0 );
@@ -174,7 +174,7 @@ class Navigator : public KListBox
class IconSidePane : public SidePaneBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
IconSidePane( Core *core, TQWidget *parent, const char *name = 0 );
~IconSidePane();
diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h
index 0bb8cb47..0affd92d 100644
--- a/kontact/src/kcmkontact.h
+++ b/kontact/src/kcmkontact.h
@@ -39,7 +39,7 @@ class KListView;
class KcmKontact : public KPrefsModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
KcmKontact( TQWidget *parent = 0, const char *name = 0 );
@@ -50,7 +50,7 @@ class KcmKontact : public KPrefsModule
class PluginSelection : public KPrefsWid
{
Q_OBJECT
- TQ_OBJECT
+
public:
PluginSelection( KConfigSkeleton::ItemString *item, TQWidget *parent );
diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h
index 6732ed27..90e9045b 100644
--- a/kontact/src/mainwindow.h
+++ b/kontact/src/mainwindow.h
@@ -67,7 +67,7 @@ typedef TQPtrList<KAction> ActionPluginList;
class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public KontactIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainWindow();
diff --git a/kontact/src/profiledialog.h b/kontact/src/profiledialog.h
index dc0aee03..640fec99 100644
--- a/kontact/src/profiledialog.h
+++ b/kontact/src/profiledialog.h
@@ -40,7 +40,7 @@ namespace Kontact {
class ProfileDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
explicit ProfileDialog( TQWidget* parent = 0, WFlags f = 0 );
diff --git a/kontact/src/profilemanager.h b/kontact/src/profilemanager.h
index 2224b29f..12ed5747 100644
--- a/kontact/src/profilemanager.h
+++ b/kontact/src/profilemanager.h
@@ -89,7 +89,7 @@ private:
class ProfileManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum ImportError {
SuccessfulImport=0,
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h
index 6942ac8b..47ed0932 100644
--- a/kontact/src/sidepanebase.h
+++ b/kontact/src/sidepanebase.h
@@ -34,7 +34,7 @@ class Plugin;
class SidePaneBase : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
SidePaneBase( Core *core, TQWidget *parent, const char *name = 0 );
virtual ~SidePaneBase();