summaryrefslogtreecommitdiffstats
path: root/kamera/tdeioslave/kamera.h
diff options
context:
space:
mode:
Diffstat (limited to 'kamera/tdeioslave/kamera.h')
-rw-r--r--kamera/tdeioslave/kamera.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamera/tdeioslave/kamera.h b/kamera/tdeioslave/kamera.h
index 1e015d0f..48d38165 100644
--- a/kamera/tdeioslave/kamera.h
+++ b/kamera/tdeioslave/kamera.h
@@ -27,7 +27,7 @@
#include <tdeio/slavebase.h>
#include <gphoto2.h>
-class KSimpleConfig;
+class TDESimpleConfig;
class KameraProtocol : public TDEIO::SlaveBase
{
@@ -49,7 +49,7 @@ public:
private:
Camera *m_camera;
CameraAbilities m_abilities;
- KSimpleConfig *m_config;
+ TDESimpleConfig *m_config;
GPContext *m_context;