summaryrefslogtreecommitdiffstats
path: root/amarok/src/magnatunebrowser/magnatunepurchasehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/magnatunebrowser/magnatunepurchasehandler.h')
-rw-r--r--amarok/src/magnatunebrowser/magnatunepurchasehandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amarok/src/magnatunebrowser/magnatunepurchasehandler.h b/amarok/src/magnatunebrowser/magnatunepurchasehandler.h
index a9a5e538..4bae3105 100644
--- a/amarok/src/magnatunebrowser/magnatunepurchasehandler.h
+++ b/amarok/src/magnatunebrowser/magnatunepurchasehandler.h
@@ -43,7 +43,7 @@ public:
MagnatunePurchaseHandler();
~MagnatunePurchaseHandler();
- void setParent( TQWidget * tqparent );
+ void setParent( TQWidget * parent );
/**
* Starts a purchase operation
* @param album The album to purchase
@@ -58,8 +58,8 @@ private:
KIO::TransferJob * m_resultDownloadJob;
- //need a tqparent to pass to any dialogs we spawn
- TQWidget * m_tqparent;
+ //need a parent to pass to any dialogs we spawn
+ TQWidget * m_parent;
MagnatunePurchaseDialog * m_purchaseDialog;
MagnatuneDownloadDialog * m_downloadDialog;
MagnatuneAlbumDownloader * m_albumDownloader;