summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/identity/globalidentitiesmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/identity/globalidentitiesmanager.h')
-rw-r--r--kopete/kopete/config/identity/globalidentitiesmanager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kopete/kopete/config/identity/globalidentitiesmanager.h b/kopete/kopete/config/identity/globalidentitiesmanager.h
index 4beb3bfa..9efc2204 100644
--- a/kopete/kopete/config/identity/globalidentitiesmanager.h
+++ b/kopete/kopete/config/identity/globalidentitiesmanager.h
@@ -34,9 +34,10 @@ class TQDomDocument;
*
* @author Michaƫl Larouche <michael.larouche@kdemail.net>
*/
-class GlobalIdentitiesManager : public QObject
+class GlobalIdentitiesManager : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* @brief Return the single instance of GlobalIdentitiesManager class
@@ -115,12 +116,12 @@ public:
/**
* @brief Return the list of global identities metacontact.
- * @return The pointer list of metacontact as QValueList
+ * @return The pointer list of metacontact as TQValueList
*/
TQMap<TQString, Kopete::MetaContact*> getGlobalIdentitiesList();
private:
- GlobalIdentitiesManager(TQObject *parent = 0, const char *name = 0);
+ GlobalIdentitiesManager(TQObject *tqparent = 0, const char *name = 0);
/**
* @brief Return a XML representation of the global identities list.