summaryrefslogtreecommitdiffstats
path: root/src/projects/k3bbootimageview.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
commitdf8e67b86696f691708af8592d86282b09bab011 (patch)
treeca90d734c9011d457a42f0a7004a9507b2c2c1bd /src/projects/k3bbootimageview.cpp
parent33881ea4441221b1ca0789a72c4c7249d923a0df (diff)
downloadk3b-df8e67b86696f691708af8592d86282b09bab011.tar.gz
k3b-df8e67b86696f691708af8592d86282b09bab011.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/projects/k3bbootimageview.cpp')
-rw-r--r--src/projects/k3bbootimageview.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projects/k3bbootimageview.cpp b/src/projects/k3bbootimageview.cpp
index 718bc04..92b4c87 100644
--- a/src/projects/k3bbootimageview.cpp
+++ b/src/projects/k3bbootimageview.cpp
@@ -39,14 +39,14 @@
class K3bBootImageView::PrivateBootImageViewItem : public KListViewItem
{
public:
- PrivateBootImageViewItem( K3bBootItem* image, TQListView* tqparent )
- : KListViewItem( tqparent ),
+ PrivateBootImageViewItem( K3bBootItem* image, TQListView* parent )
+ : KListViewItem( parent ),
m_image( image ) {
}
- PrivateBootImageViewItem( K3bBootItem* image, TQListView* tqparent, TQListViewItem* after )
- : KListViewItem( tqparent, after ),
+ PrivateBootImageViewItem( K3bBootItem* image, TQListView* parent, TQListViewItem* after )
+ : KListViewItem( parent, after ),
m_image( image ) {
}
@@ -75,8 +75,8 @@ private:
};
-K3bBootImageView::K3bBootImageView( K3bDataDoc* doc, TQWidget* tqparent, const char* name )
- : base_K3bBootImageView( tqparent, name ),
+K3bBootImageView::K3bBootImageView( K3bDataDoc* doc, TQWidget* parent, const char* name )
+ : base_K3bBootImageView( parent, name ),
m_doc(doc)
{
connect( m_buttonNew, TQT_SIGNAL(clicked()),