diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | dbb67f90e8177bba3f6527852af1e5f4b7a00325 (patch) | |
tree | b3ec423edc172fee393480c6cd4cfe4ae5746017 /kuser/kuser.cpp | |
parent | e1fedebd35564879715ec11012b5acaf3068edb9 (diff) | |
download | tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.tar.gz tdeadmin-dbb67f90e8177bba3f6527852af1e5f4b7a00325.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kuser/kuser.cpp')
-rw-r--r-- | kuser/kuser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/kuser.cpp b/kuser/kuser.cpp index f945b57..cfd3e49 100644 --- a/kuser/kuser.cpp +++ b/kuser/kuser.cpp @@ -203,7 +203,7 @@ bool KU::KUser::getDisabled() const return isDisabled; } -// FreeBSD aptqparently uses the GECOS fields differently than other Unices. +// FreeBSD apparently uses the GECOS fields differently than other Unices. // Create some better named functions to make the FreeBSD code clear const TQString &KU::KUser::getOffice() const { @@ -381,7 +381,7 @@ void KU::KUser::setDisabled(bool data) isDisabled = data; } -// FreeBSD aptqparently uses the GECOS fields differently than other Unices. +// FreeBSD apparently uses the GECOS fields differently than other Unices. // Create some better named functions to make the FreeBSD code clear void KU::KUser::setOffice(const TQString &data) { |