diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:09:11 -0600 |
commit | 75b5de5bf835988d57b781f8408d428646beef59 (patch) | |
tree | e6dc072023e519055eabaaf62afc05839509d9bc /kwallet | |
parent | 970d979d767e1cc00901385c487ab94259193ada (diff) | |
download | tdeutils-75b5de5bf835988d57b781f8408d428646beef59.tar.gz tdeutils-75b5de5bf835988d57b781f8408d428646beef59.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kwallet')
-rw-r--r-- | kwallet/allyourbase.h | 4 | ||||
-rw-r--r-- | kwallet/konfigurator/konfigurator.h | 2 | ||||
-rw-r--r-- | kwallet/kwalleteditor.h | 2 | ||||
-rw-r--r-- | kwallet/kwalletmanager.h | 2 | ||||
-rw-r--r-- | kwallet/kwalletpopup.h | 2 | ||||
-rw-r--r-- | kwallet/kwmapeditor.h | 2 |
6 files changed, 7 insertions, 7 deletions
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<TQString,TQString>& map, TQWidget *parent = 0, const char *name = 0); |