diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 1d9d6c097afce1f47671832db062ac5ef412147f (patch) | |
tree | f4816de96d0673e85c9357781cf0070e60ae257b /src/app/historyAction.h | |
parent | 649f3d48bf88497f3e3214fed6401628bded8bfc (diff) | |
download | filelight-1d9d6c097afce1f47671832db062ac5ef412147f.tar.gz filelight-1d9d6c097afce1f47671832db062ac5ef412147f.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/app/historyAction.h')
-rw-r--r-- | src/app/historyAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/historyAction.h b/src/app/historyAction.h index dbbf19e..0e5ad28 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -43,7 +43,7 @@ Q_OBJECT TQ_OBJECT public: - HistoryCollection( KActionCollection *ac, TQObject *tqparent, const char *name ); + HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ); void save( KConfig *config ); void restore( KConfig *config ); |