summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kacleditwidget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/kacleditwidget_p.h')
-rw-r--r--kio/kfile/kacleditwidget_p.h20
1 files changed, 10 insertions, 10 deletions
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;