summaryrefslogtreecommitdiff
path: root/libopie2/opiemm/osoundsystem.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiemm/osoundsystem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiemm/osoundsystem.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libopie2/opiemm/osoundsystem.h b/libopie2/opiemm/osoundsystem.h
index 096d397..3c3b622 100644
--- a/libopie2/opiemm/osoundsystem.h
+++ b/libopie2/opiemm/osoundsystem.h
@@ -38,2 +38,5 @@
+namespace Opie {
+namespace MM {
+
class OAudioInterface;
@@ -92,2 +95,4 @@ class OSoundSystem : public QObject
CardMap _interfaces;
+ class Private;
+ Private *d;
};
@@ -126,2 +131,5 @@ class OSoundCard : public QObject
void init();
+ private:
+ class Private;
+ Private *d;
};
@@ -152,2 +160,5 @@ class OAudioInterface : public QObject
void init();
+ private:
+ class Private;
+ Private *d;
};
@@ -212,4 +223,10 @@ class OMixerInterface : public QObject
void init();
+ private:
+ class Private;
+ Private *d;
};
+}
+}
+
#endif // OSOUNDSYSTEM_H