summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevicebutton.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/device/odevicebutton.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevicebutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opiecore/device/odevicebutton.h b/libopie2/opiecore/device/odevicebutton.h
index 4000144..e3f9ba9 100644
--- a/libopie2/opiecore/device/odevicebutton.h
+++ b/libopie2/opiecore/device/odevicebutton.h
@@ -26,7 +26,7 @@
namespace Opie{
namespace Core{
-namespace Private {
+namespace Internal {
class OQCopMessageData;
}
@@ -54,7 +54,7 @@ public:
private:
void init ( const QCString &m_channel, const QCString &message, const QByteArray &args );
- Private::OQCopMessageData *d;
+ Internal::OQCopMessageData *d;
class Private;
Private* m_data;
};