diff options
Diffstat (limited to 'kresources/scalix/scalixadmin/otherusermanager.cpp')
-rw-r--r-- | kresources/scalix/scalixadmin/otherusermanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/scalix/scalixadmin/otherusermanager.cpp b/kresources/scalix/scalixadmin/otherusermanager.cpp index b5b3d3ccf..a3c19de12 100644 --- a/kresources/scalix/scalixadmin/otherusermanager.cpp +++ b/kresources/scalix/scalixadmin/otherusermanager.cpp @@ -28,7 +28,7 @@ OtherUserManager::~OtherUserManager() { } -void OtherUserManager::addOtherUser( const QString &email ) +void OtherUserManager::addOtherUser( const TQString &email ) { if ( !mOtherUsers.contains( email ) ) { mOtherUsers.append( email ); @@ -43,7 +43,7 @@ void OtherUserManager::clear() emit changed(); } -QStringList OtherUserManager::otherUsers() const +TQStringList OtherUserManager::otherUsers() const { return mOtherUsers; } |