summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/oprocctrl.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/oprocctrl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/oprocctrl.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libopie2/opiecore/oprocctrl.h b/libopie2/opiecore/oprocctrl.h
index 44b8a48..4922ba2 100644
--- a/libopie2/opiecore/oprocctrl.h
+++ b/libopie2/opiecore/oprocctrl.h
@@ -31,15 +31,20 @@
#include <qvaluelist.h>
#include <qtimer.h>
#include "oprocess.h"
-class OProcessControllerPrivate;
class QSocketNotifier;
+
+namespace Opie {
+namespace Core {
+namespace Private {
+class OProcessControllerPrivate;
+
/**
* @short Used internally by @ref OProcess
* @internal
* @author Christian Czezakte <e9025461@student.tuwien.ac.at>
*
* A class for internal use by OProcess only. -- Exactly one instance
@@ -112,10 +117,13 @@ private:
OProcessController( const OProcessController& );
OProcessController& operator= ( const OProcessController& );
OProcessControllerPrivate *d;
};
+}
+}
+}
#endif