summaryrefslogtreecommitdiffstats
path: root/core/polkitqt1-identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/polkitqt1-identity.h')
-rw-r--r--core/polkitqt1-identity.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/core/polkitqt1-identity.h b/core/polkitqt1-identity.h
index faed3a332..e1f4dde90 100644
--- a/core/polkitqt1-identity.h
+++ b/core/polkitqt1-identity.h
@@ -25,21 +25,21 @@
#include <unistd.h>
-#include <QtCore/QObject>
-#include <QtCore/QSharedData>
+#include <TQtCore/TQObject>
+#include <TQtCore/TQSharedData>
typedef struct _PolkitIdentity PolkitIdentity;
typedef struct _PolkitUnixUser PolkitUnixUser;
typedef struct _PolkitUnixGroup PolkitUnixGroup;
/**
- * \namespace PolkitQt1 PolkitQt
+ * \namespace PolkitTQt1 PolkitTQt
*
- * \brief Namespace wrapping Polkit-Qt classes
+ * \brief Namespace wrapping Polkit-TQt classes
*
- * This namespace wraps all Polkit-Qt classes.
+ * This namespace wraps all Polkit-TQt classes.
*/
-namespace PolkitQt1
+namespace PolkitTQt1
{
class UnixUserIdentity;
@@ -59,7 +59,7 @@ class UnixGroupIdentity;
class POLKITQT1_EXPORT Identity
{
public:
- typedef QList< Identity > List;
+ typedef TQList< Identity > List;
Identity();
explicit Identity(PolkitIdentity *polkitIdentity);
@@ -76,7 +76,7 @@ public:
*
* \return Serialized Identity object
*/
- QString toString() const;
+ TQString toString() const;
/**
* Creates the Identity object from string representation
@@ -85,7 +85,7 @@ public:
*
* \return Pointer to new Identity instance
*/
- static Identity fromString(const QString &string);
+ static Identity fromString(const TQString &string);
UnixUserIdentity toUnixUserIdentity();
UnixGroupIdentity toUnixGroupIdentity();
@@ -103,7 +103,7 @@ protected:
private:
class Data;
- QExplicitlySharedDataPointer< Data > d;
+ TQExplicitlySharedDataPointer< Data > d;
};
/**
@@ -130,7 +130,7 @@ public:
*
* \param name Unix name
*/
- explicit UnixUserIdentity(const QString &name);
+ explicit UnixUserIdentity(const TQString &name);
/**
* Creates UnixUser object from PolkitUnixUser object
@@ -180,7 +180,7 @@ public:
*
* \param name group name
*/
- explicit UnixGroupIdentity(const QString &name);
+ explicit UnixGroupIdentity(const TQString &name);
/**
* Creates UnixGroup object from PolkitUnixGroup object