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 | c9f922159a1ce0496d3bbe743d590221f00148f8 (patch) | |
tree | 549c6dbce91dea78f999450ea9442b815ee365b7 /src/filelist.h | |
parent | 3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (diff) | |
download | soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.tar.gz soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/filelist.h')
-rwxr-xr-x | src/filelist.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/filelist.h b/src/filelist.h index c2e39a6..e34dcf2 100755 --- a/src/filelist.h +++ b/src/filelist.h @@ -34,16 +34,16 @@ class FileListItem : public KListViewItem public: /** * Constructor - * @param tqparent The tqparent list view + * @param parent The parent list view */ - FileListItem( KListView* tqparent ); + FileListItem( KListView* parent ); /** * Constructor - * @param tqparent The tqparent list view + * @param parent The parent list view * @param after The item, the new item should be placed after */ - FileListItem( KListView* tqparent, FileListItem* after ); + FileListItem( KListView* parent, FileListItem* after ); /** * Destructor @@ -90,10 +90,10 @@ class FileList : public KListView public: /** * Constructor - * @param tqparent The tqparent widget + * @param parent The parent widget * @param name The name of the file list */ - FileList( CDManager*, TagEngine*, Config*, Options*, Logger*, TQWidget *tqparent = 0, const char* name = 0 ); + FileList( CDManager*, TagEngine*, Config*, Options*, Logger*, TQWidget *parent = 0, const char* name = 0 ); /** * Destructor |