diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kio/kfile/kacleditwidget_p.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/kacleditwidget_p.h')
-rw-r--r-- | kio/kfile/kacleditwidget_p.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kio/kfile/kacleditwidget_p.h b/kio/kfile/kacleditwidget_p.h index 8bd0292d3..4cadf0efe 100644 --- a/kio/kfile/kacleditwidget_p.h +++ b/kio/kfile/kacleditwidget_p.h @@ -73,16 +73,16 @@ public: bool hasDefaultEntries() const; bool allowDefaults() const { return m_allowDefaults; } void setAllowDefaults( bool v ) { m_allowDefaults = v; } - unsigned short maskPermissions() const; - void setMaskPermissions( unsigned short maskPerms ); - acl_perm_t maskPartialPermissions() const; - void setMaskPartialPermissions( acl_perm_t maskPerms ); + unsigned short tqmaskPermissions() const; + void setMaskPermissions( unsigned short tqmaskPerms ); + acl_perm_t tqmaskPartialPermissions() const; + void setMaskPartialPermissions( acl_perm_t tqmaskPerms ); - bool maskCanBeDeleted() const; + bool tqmaskCanBeDeleted() const; bool defaultMaskCanBeDeleted() const; - const KACLListViewItem* findDefaultItemByType( EntryType type ) const; - const KACLListViewItem* findItemByType( EntryType type, + const KACLListViewItem* tqfindDefaultItemByType( EntryType type ) const; + const KACLListViewItem* tqfindItemByType( EntryType type, bool defaults = false ) const; unsigned short calculateMaskValue( bool defaults ) const; void calculateEffectiveRights(); @@ -117,7 +117,7 @@ private: KACL m_ACL; KACL m_defaultACL; - unsigned short m_mask; + unsigned short m_tqmask; bool m_hasMask; bool m_allowDefaults; TQStringList m_allUsers; @@ -180,10 +180,10 @@ public: void togglePerm( acl_perm_t perm ); virtual void paintCell( TQPainter *p, const TQColorGroup &cg, - int column, int width, int alignment ); + int column, int width, int tqalignment ); void updatePermPixmaps(); - void repaint(); + void tqrepaint(); KACLListView::EntryType type; unsigned short value; |