summaryrefslogtreecommitdiffstats
path: root/juk/systemtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'juk/systemtray.h')
-rw-r--r--juk/systemtray.h12
1 files changed, 6 insertions, 6 deletions
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