summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/combobox.h
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-09 00:03:41 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-09 00:03:41 +0000
commit45f00094ca990cacd3e3a6b5516259b280b4e182 (patch)
treebb0d1c25db9a3869836924f27307056bd911ee6b /muse2/muse/widgets/combobox.h
parent4a1be16bbfafb8455b54336c4465da8f8bfe3ab6 (diff)
Converted Qt3 methods to Qt4. Ported song.cpp
Diffstat (limited to 'muse2/muse/widgets/combobox.h')
-rw-r--r--muse2/muse/widgets/combobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/widgets/combobox.h b/muse2/muse/widgets/combobox.h
index 54ed597d..eea9bb94 100644
--- a/muse2/muse/widgets/combobox.h
+++ b/muse2/muse/widgets/combobox.h
@@ -28,7 +28,7 @@ class ComboBox : public QLabel {
virtual void mousePressEvent(QMouseEvent*);
private slots:
- void activatedIntern(int);
+ void activatedIntern(QAction*);
signals:
void activated(int val, int id);