diff options
Diffstat (limited to 'kontact/src')
-rw-r--r-- | kontact/src/aboutdialog.h | 2 | ||||
-rw-r--r-- | kontact/src/iconsidepane.h | 4 | ||||
-rw-r--r-- | kontact/src/kcmkontact.h | 4 | ||||
-rw-r--r-- | kontact/src/mainwindow.h | 2 | ||||
-rw-r--r-- | kontact/src/profiledialog.h | 2 | ||||
-rw-r--r-- | kontact/src/profilemanager.h | 2 | ||||
-rw-r--r-- | kontact/src/sidepanebase.h | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/kontact/src/aboutdialog.h b/kontact/src/aboutdialog.h index c5faa503f..c2d29a5ab 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 135332284..35859bda0 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 0bb8cb47a..0affd92d3 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 6732ed27f..90e9045bd 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 dc0aee034..640fec99a 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 2224b29f5..12ed57471 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 6942ac8b4..47ed09322 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(); |