From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/kacleditwidget_p.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kio/kfile/kacleditwidget_p.h') diff --git a/kio/kfile/kacleditwidget_p.h b/kio/kfile/kacleditwidget_p.h index 4cadf0efe..8bd0292d3 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 tqmaskPermissions() const; - void setMaskPermissions( unsigned short tqmaskPerms ); - acl_perm_t tqmaskPartialPermissions() const; - void setMaskPartialPermissions( acl_perm_t tqmaskPerms ); + unsigned short maskPermissions() const; + void setMaskPermissions( unsigned short maskPerms ); + acl_perm_t maskPartialPermissions() const; + void setMaskPartialPermissions( acl_perm_t maskPerms ); - bool tqmaskCanBeDeleted() const; + bool maskCanBeDeleted() const; bool defaultMaskCanBeDeleted() const; - const KACLListViewItem* tqfindDefaultItemByType( EntryType type ) const; - const KACLListViewItem* tqfindItemByType( EntryType type, + const KACLListViewItem* findDefaultItemByType( EntryType type ) const; + const KACLListViewItem* findItemByType( 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_tqmask; + unsigned short m_mask; 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 tqalignment ); + int column, int width, int alignment ); void updatePermPixmaps(); - void tqrepaint(); + void repaint(); KACLListView::EntryType type; unsigned short value; -- cgit v1.2.1