summaryrefslogtreecommitdiffstats
path: root/amarok/src/mydiroperator.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mydiroperator.h')
-rw-r--r--amarok/src/mydiroperator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/mydiroperator.h b/amarok/src/mydiroperator.h
index c9787648..8c0134b4 100644
--- a/amarok/src/mydiroperator.h
+++ b/amarok/src/mydiroperator.h
@@ -15,7 +15,7 @@ class MyDirOperator : public KDirOperator {
TQ_OBJECT
public:
- MyDirOperator( const KURL &url, TQWidget *tqparent, Medium *medium = 0 );
+ MyDirOperator( const KURL &url, TQWidget *parent, Medium *medium = 0 );
public slots:
//reimplemented due to a bug in KDirOperator::activatedMenu ( KDE 3.4.2 ) - See Bug #103305