summaryrefslogtreecommitdiffstats
path: root/core/polkittqt1-identity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/polkittqt1-identity.cpp')
-rw-r--r--core/polkittqt1-identity.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/polkittqt1-identity.cpp b/core/polkittqt1-identity.cpp
index 8be2b55dc..b2fc5fa0b 100644
--- a/core/polkittqt1-identity.cpp
+++ b/core/polkittqt1-identity.cpp
@@ -24,7 +24,7 @@
#include <TQtCore/TQDebug>
-namespace PolkitTQt1
+namespace PolkitTQt
{
class Identity::Data : public TQSharedData
@@ -66,7 +66,7 @@ Identity::Identity(PolkitIdentity *polkitIdentity)
}
}
-Identity::Identity(const PolkitTQt1::Identity& other)
+Identity::Identity(const PolkitTQt::Identity& other)
: d(other.d)
{
@@ -76,7 +76,7 @@ Identity::~Identity()
{
}
-Identity& Identity::operator=(const PolkitTQt1::Identity& other)
+Identity& Identity::operator=(const PolkitTQt::Identity& other)
{
d = other.d;
return *this;