summaryrefslogtreecommitdiffstats
path: root/amarok/src/equalizergraph.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-18 03:28:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-18 03:28:57 +0000
commit1d9d9f5ce46f0220f7b1b350f5ad4e6dc5079ac6 (patch)
tree728d80ad748a95d7aa27ee020706dbe985e0e8cb /amarok/src/equalizergraph.h
parente9db3e45ed0189bbe18125b120da394a5bc8a832 (diff)
downloadamarok-1d9d9f5ce46f0220f7b1b350f5ad4e6dc5079ac6.tar.gz
amarok-1d9d9f5ce46f0220f7b1b350f5ad4e6dc5079ac6.zip
Finish TQt4 porting of Amarok
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1228394 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/equalizergraph.h')
-rw-r--r--amarok/src/equalizergraph.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/amarok/src/equalizergraph.h b/amarok/src/equalizergraph.h
index c4c9cbcd..7014e3c4 100644
--- a/amarok/src/equalizergraph.h
+++ b/amarok/src/equalizergraph.h
@@ -15,20 +15,20 @@
* *
***************************************************************************/
-#ifndef AMAROK_EQUALIZERGRAPH_H
-#define AMAROK_EQUALIZERGRAPH_H
+#ifndef AMAROK_ETQUALIZERGRAPH_H
+#define AMAROK_ETQUALIZERGRAPH_H
#include <tqwidget.h> //baseclass
class TQPixmap;
-class EqualizerGraph : public QWidget
+class EqualizerGraph : public TQWidget
{
public:
- EqualizerGraph( TQWidget* parent );
+ EqualizerGraph( TQWidget* tqparent );
~EqualizerGraph();
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
protected:
void resizeEvent( TQResizeEvent* );
@@ -47,4 +47,4 @@ class EqualizerGraph : public QWidget
};
-#endif /*AMAROK_EQUALIZERGRAPH_H*/
+#endif /*AMAROK_ETQUALIZERGRAPH_H*/