summaryrefslogtreecommitdiffstats
path: root/kmix/dialogselectmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/dialogselectmaster.h')
-rw-r--r--kmix/dialogselectmaster.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kmix/dialogselectmaster.h b/kmix/dialogselectmaster.h
index 912d870d..71ee1d57 100644
--- a/kmix/dialogselectmaster.h
+++ b/kmix/dialogselectmaster.h
@@ -2,9 +2,9 @@
#define DIALOGSELECTMASTER_H
class QButtonGroup;
-#include <qradiobutton.h>
+#include <tqradiobutton.h>
class QScrollView;
-#include <qstringlist.h>
+#include <tqstringlist.h>
class QVBox;
class QVBoxLayout;
@@ -21,7 +21,7 @@ class DialogSelectMaster : public KDialogBase
~DialogSelectMaster();
signals:
- void newMasterSelected(int, QString& );
+ void newMasterSelected(int, TQString& );
public slots:
void apply();
@@ -29,12 +29,12 @@ class DialogSelectMaster : public KDialogBase
private:
void createWidgets(Mixer*);
void createPage(Mixer*);
- QVBoxLayout* _layout;
+ TQVBoxLayout* _layout;
KComboBox* m_cMixer;
- QScrollView* m_scrollableChannelSelector;
- QVBox *m_vboxForScrollView;
- QButtonGroup *m_buttonGroupForScrollView;
- QStringList m_mixerPKs;
+ TQScrollView* m_scrollableChannelSelector;
+ TQVBox *m_vboxForScrollView;
+ TQButtonGroup *m_buttonGroupForScrollView;
+ TQStringList m_mixerPKs;
private slots:
void createPageByID(int mixerId);