summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:14 -0600
commit6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch)
tree222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/plugins/cryptography
parenta484f7e6af77fe25155e9be30a4166c6f479e46d (diff)
downloadtdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz
tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/plugins/cryptography')
-rw-r--r--kopete/plugins/cryptography/cryptographyguiclient.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyplugin.h2
-rw-r--r--kopete/plugins/cryptography/cryptographypreferences.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyselectuserkey.h2
-rw-r--r--kopete/plugins/cryptography/kgpginterface.h2
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.h2
-rw-r--r--kopete/plugins/cryptography/popuppublic.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/kopete/plugins/cryptography/cryptographyguiclient.h b/kopete/plugins/cryptography/cryptographyguiclient.h
index 000ca880..530a1172 100644
--- a/kopete/plugins/cryptography/cryptographyguiclient.h
+++ b/kopete/plugins/cryptography/cryptographyguiclient.h
@@ -27,7 +27,7 @@ class KToggleAction;
class CryptographyGUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographyGUIClient(Kopete::ChatSession *parent = 0);
~CryptographyGUIClient();
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h
index a75d9833..ad96767e 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.h
+++ b/kopete/plugins/cryptography/cryptographyplugin.h
@@ -40,7 +40,7 @@ namespace Kopete
class CryptographyPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum CacheMode
diff --git a/kopete/plugins/cryptography/cryptographypreferences.h b/kopete/plugins/cryptography/cryptographypreferences.h
index a206f826..398daaba 100644
--- a/kopete/plugins/cryptography/cryptographypreferences.h
+++ b/kopete/plugins/cryptography/cryptographypreferences.h
@@ -29,7 +29,7 @@ class KAutoConfig;
*/
class CryptographyPreferences : public KCAutoConfigModule {
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographyPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
private:
diff --git a/kopete/plugins/cryptography/cryptographyselectuserkey.h b/kopete/plugins/cryptography/cryptographyselectuserkey.h
index a7f47853..3d8847a6 100644
--- a/kopete/plugins/cryptography/cryptographyselectuserkey.h
+++ b/kopete/plugins/cryptography/cryptographyselectuserkey.h
@@ -29,7 +29,7 @@ class CryptographyUserKey_ui;
class CryptographySelectUserKey : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographySelectUserKey(const TQString &key, Kopete::MetaContact *mc);
~CryptographySelectUserKey();
diff --git a/kopete/plugins/cryptography/kgpginterface.h b/kopete/plugins/cryptography/kgpginterface.h
index 9da953fe..9ed98871 100644
--- a/kopete/plugins/cryptography/kgpginterface.h
+++ b/kopete/plugins/cryptography/kgpginterface.h
@@ -30,7 +30,7 @@
class KgpgInterface : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index 659c7043..0742082a 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -41,7 +41,7 @@ struct gpgKey {
class KgpgSelKey : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KgpgSelKey( TQWidget *parent = 0, const char *name = 0,bool showlocal=true);
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h
index 0a3acfac..ca62a6d7 100644
--- a/kopete/plugins/cryptography/popuppublic.h
+++ b/kopete/plugins/cryptography/popuppublic.h
@@ -34,7 +34,7 @@ class KProcIO;
class popupPublic : public KDialogBase //TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
popupPublic(TQWidget *parent=0, const char *name=0,TQString sfile="",bool filemode=false,KShortcut goDefaultKey=TQKeySequence(CTRL+TQt::Key_Home));