summaryrefslogtreecommitdiffstats
path: root/src/filelist.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitc9f922159a1ce0496d3bbe743d590221f00148f8 (patch)
tree549c6dbce91dea78f999450ea9442b815ee365b7 /src/filelist.cpp
parent3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (diff)
downloadsoundkonverter-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.cpp')
-rwxr-xr-xsrc/filelist.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/filelist.cpp b/src/filelist.cpp
index 9cd560f..f01ba80 100755
--- a/src/filelist.cpp
+++ b/src/filelist.cpp
@@ -38,8 +38,8 @@
// ### soundkonverter 0.4: draw tooltip like bubble info box
-FileListItem::FileListItem( KListView* tqparent, FileListItem* after )
- : KListViewItem( tqparent, after )
+FileListItem::FileListItem( KListView* parent, FileListItem* after )
+ : KListViewItem( parent, after )
{
tags = 0;
converting = false;
@@ -47,8 +47,8 @@ FileListItem::FileListItem( KListView* tqparent, FileListItem* after )
ripping = false;
}
-FileListItem::FileListItem( KListView* tqparent )
- : KListViewItem( tqparent )
+FileListItem::FileListItem( KListView* parent )
+ : KListViewItem( parent )
{
tags = 0;
converting = false;
@@ -117,8 +117,8 @@ void FileListItem::updateOptionsCell()
setText( ((FileList*)listView())->columnByName(i18n("Quality")), ((FileList*)listView())->config->getProfileName(options) );
}*/
-FileList::FileList( CDManager* _cdManager, TagEngine* _tagEngine, Config* _config, Options* _options, Logger* _logger, TQWidget* tqparent, const char* name )
- : KListView( tqparent, name )
+FileList::FileList( CDManager* _cdManager, TagEngine* _tagEngine, Config* _config, Options* _options, Logger* _logger, TQWidget* parent, const char* name )
+ : KListView( parent, name )
{
cdManager = _cdManager;
tagEngine = _tagEngine;