summaryrefslogtreecommitdiffstats
path: root/amarok/src/statusbar
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/statusbar')
-rw-r--r--amarok/src/statusbar/popupMessage.h2
-rw-r--r--amarok/src/statusbar/queueLabel.h2
-rw-r--r--amarok/src/statusbar/selectLabel.h2
-rw-r--r--amarok/src/statusbar/squeezedtextlabel.h2
-rw-r--r--amarok/src/statusbar/statusBarBase.h2
-rw-r--r--amarok/src/statusbar/statusbar.h2
-rw-r--r--amarok/src/statusbar/toggleLabel.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/amarok/src/statusbar/popupMessage.h b/amarok/src/statusbar/popupMessage.h
index 3ce0627e..1db568eb 100644
--- a/amarok/src/statusbar/popupMessage.h
+++ b/amarok/src/statusbar/popupMessage.h
@@ -40,7 +40,7 @@ namespace KDE
class PopupMessage : public OverlayWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/amarok/src/statusbar/queueLabel.h b/amarok/src/statusbar/queueLabel.h
index 7ded871f..f5dd3049 100644
--- a/amarok/src/statusbar/queueLabel.h
+++ b/amarok/src/statusbar/queueLabel.h
@@ -29,7 +29,7 @@
class QueueLabel: public TQLabel //homonym, heh heh
{
Q_OBJECT
- TQ_OBJECT
+
public:
QueueLabel( TQWidget *parent, const char *name = 0 );
diff --git a/amarok/src/statusbar/selectLabel.h b/amarok/src/statusbar/selectLabel.h
index 6e819a1c..5e942686 100644
--- a/amarok/src/statusbar/selectLabel.h
+++ b/amarok/src/statusbar/selectLabel.h
@@ -38,7 +38,7 @@
class SelectLabel : public TQLabel
{
Q_OBJECT
- TQ_OBJECT
+
Amarok::SelectAction const*const m_action;
diff --git a/amarok/src/statusbar/squeezedtextlabel.h b/amarok/src/statusbar/squeezedtextlabel.h
index 121c18ab..41ea147f 100644
--- a/amarok/src/statusbar/squeezedtextlabel.h
+++ b/amarok/src/statusbar/squeezedtextlabel.h
@@ -29,7 +29,7 @@ namespace KDE {
//that way in our case.
class SqueezedTextLabel : public TQLabel {
Q_OBJECT
- TQ_OBJECT
+
public:
SqueezedTextLabel( TQWidget *parent, const char *name = 0 );
diff --git a/amarok/src/statusbar/statusBarBase.h b/amarok/src/statusbar/statusBarBase.h
index 8bfe392d..195a6156 100644
--- a/amarok/src/statusbar/statusBarBase.h
+++ b/amarok/src/statusbar/statusBarBase.h
@@ -79,7 +79,7 @@ namespace KDE
class StatusBar : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
StatusBar( TQWidget *parent, const char *name = "mainStatusBar" );
diff --git a/amarok/src/statusbar/statusbar.h b/amarok/src/statusbar/statusbar.h
index 383b84cd..f7d0b143 100644
--- a/amarok/src/statusbar/statusbar.h
+++ b/amarok/src/statusbar/statusbar.h
@@ -36,7 +36,7 @@ namespace Amarok
class StatusBar : public KDE::StatusBar, public EngineObserver
{
Q_OBJECT
- TQ_OBJECT
+
LIBAMAROK_EXPORT static StatusBar* s_instance;
diff --git a/amarok/src/statusbar/toggleLabel.h b/amarok/src/statusbar/toggleLabel.h
index 0ff74243..dce06d4b 100644
--- a/amarok/src/statusbar/toggleLabel.h
+++ b/amarok/src/statusbar/toggleLabel.h
@@ -38,7 +38,7 @@
class ToggleLabel : public TQLabel
{
Q_OBJECT
- TQ_OBJECT
+
KToggleAction const*const m_action;