From 27edf28be2772229a7974a007313ea30d92c3ffd Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/systemtray.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'juk/systemtray.h') diff --git a/juk/systemtray.h b/juk/systemtray.h index 0dcb9676..fb6e91f9 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -40,7 +40,7 @@ class PassiveInfo : public KPassivePopup Q_OBJECT TQ_OBJECT public: - PassiveInfo(TQWidget *tqparent = 0, const char *name = 0); + PassiveInfo(TQWidget *parent = 0, const char *name = 0); public slots: void setTimeout(int delay); @@ -68,7 +68,7 @@ class SystemTray : public KSystemTray TQ_OBJECT public: - SystemTray(TQWidget *tqparent = 0, const char *name = 0); + SystemTray(TQWidget *parent = 0, const char *name = 0); virtual ~SystemTray(); signals: @@ -88,15 +88,15 @@ private: // (because the JuK icon is on the left side of the screen. bool buttonsToLeft() const; - void createButtonBox(TQWidget *tqparent); + void createButtonBox(TQWidget *parent); // Creates the widget tqlayout for the popup, returning the TQVBox that // holds the text labels. Uses buttonsToLeft() to figure out which // order to create them in. @p file is used to grab the cover. - TQVBox *createPopupLayout(TQWidget *tqparent, const FileHandle &file); + TQVBox *createPopupLayout(TQWidget *parent, const FileHandle &file); - void addSeparatorLine(TQWidget *tqparent); - void addCoverButton(TQWidget *tqparent, const TQPixmap &cover); + void addSeparatorLine(TQWidget *parent); + void addCoverButton(TQWidget *parent, const TQPixmap &cover); // Interpolates from start color to end color. If @p step == 0, then // m_startColor is returned, while @p step == @steps returns -- cgit v1.2.1