From 75b5de5bf835988d57b781f8408d428646beef59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:11 -0600 Subject: Remove spurious TQ_OBJECT instances --- kwallet/allyourbase.h | 4 ++-- kwallet/konfigurator/konfigurator.h | 2 +- kwallet/kwalleteditor.h | 2 +- kwallet/kwalletmanager.h | 2 +- kwallet/kwalletpopup.h | 2 +- kwallet/kwmapeditor.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kwallet') diff --git a/kwallet/allyourbase.h b/kwallet/allyourbase.h index d7bb391..c89276e 100644 --- a/kwallet/allyourbase.h +++ b/kwallet/allyourbase.h @@ -97,7 +97,7 @@ class KWalletFolderItem : public KListViewItem { class KWalletEntryList : public KListView { Q_OBJECT - TQ_OBJECT + public: KWalletEntryList(TQWidget *parent, const char *name = 0L); virtual ~KWalletEntryList(); @@ -134,7 +134,7 @@ class KWalletItem : public TQIconViewItem { class KWalletIconView : public KIconView { Q_OBJECT - TQ_OBJECT + public: KWalletIconView(TQWidget *parent, const char *name = 0L); virtual ~KWalletIconView(); diff --git a/kwallet/konfigurator/konfigurator.h b/kwallet/konfigurator/konfigurator.h index 2c62842..28fef08 100644 --- a/kwallet/konfigurator/konfigurator.h +++ b/kwallet/konfigurator/konfigurator.h @@ -28,7 +28,7 @@ class TQListViewItem; class KWalletConfig : public KCModule { Q_OBJECT - TQ_OBJECT + public: KWalletConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList& = TQStringList()); virtual ~KWalletConfig(); diff --git a/kwallet/kwalleteditor.h b/kwallet/kwalleteditor.h index d38f4a2..9f63961 100644 --- a/kwallet/kwalleteditor.h +++ b/kwallet/kwalleteditor.h @@ -36,7 +36,7 @@ class KWMapEditor; class KWalletEditor : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: KWalletEditor(const TQString& wallet, bool isPath, TQWidget *parent = 0, const char* name = 0); diff --git a/kwallet/kwalletmanager.h b/kwallet/kwalletmanager.h index acb8006..1cec995 100644 --- a/kwallet/kwalletmanager.h +++ b/kwallet/kwalletmanager.h @@ -32,7 +32,7 @@ class DCOPRef; class KWalletManager : public KMainWindow, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP public: diff --git a/kwallet/kwalletpopup.h b/kwallet/kwalletpopup.h index ce35669..8ef78b0 100644 --- a/kwallet/kwalletpopup.h +++ b/kwallet/kwalletpopup.h @@ -26,7 +26,7 @@ class KWalletPopup : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: KWalletPopup(const TQString& wallet, TQWidget *parent = 0, const char* name = 0); diff --git a/kwallet/kwmapeditor.h b/kwallet/kwmapeditor.h index fc34cbc..0fade7b 100644 --- a/kwallet/kwmapeditor.h +++ b/kwallet/kwmapeditor.h @@ -29,7 +29,7 @@ class KActionCollection; class KWMapEditor : public TQTable { Q_OBJECT - TQ_OBJECT + public: KWMapEditor(TQMap& map, TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1