summaryrefslogtreecommitdiffstats
path: root/amarok/src/device/smb
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/device/smb')
-rw-r--r--amarok/src/device/smb/smbdevicehandler.cpp2
-rw-r--r--amarok/src/device/smb/smbdevicehandler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/device/smb/smbdevicehandler.cpp b/amarok/src/device/smb/smbdevicehandler.cpp
index de5e7cbb..3ee45a0e 100644
--- a/amarok/src/device/smb/smbdevicehandler.cpp
+++ b/amarok/src/device/smb/smbdevicehandler.cpp
@@ -124,7 +124,7 @@ SmbDeviceHandlerFactory::~SmbDeviceHandlerFactory( )
}
DeviceHandler *
-SmbDeviceHandlerFactory::createHandler( const KConfig* ) const
+SmbDeviceHandlerFactory::createHandler( const TDEConfig* ) const
{
return 0;
}
diff --git a/amarok/src/device/smb/smbdevicehandler.h b/amarok/src/device/smb/smbdevicehandler.h
index 8eb6d5ed..576112d8 100644
--- a/amarok/src/device/smb/smbdevicehandler.h
+++ b/amarok/src/device/smb/smbdevicehandler.h
@@ -34,7 +34,7 @@ public:
virtual bool canCreateFromConfig() const;
- virtual DeviceHandler* createHandler( const KConfig* c ) const;
+ virtual DeviceHandler* createHandler( const TDEConfig* c ) const;
virtual TQString type() const;
};