summaryrefslogtreecommitdiffstats
path: root/libk3b/cddb/k3bcddb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/cddb/k3bcddb.h')
-rw-r--r--libk3b/cddb/k3bcddb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/cddb/k3bcddb.h b/libk3b/cddb/k3bcddb.h
index 554da46..bd6fff1 100644
--- a/libk3b/cddb/k3bcddb.h
+++ b/libk3b/cddb/k3bcddb.h
@@ -26,7 +26,7 @@
#include "k3bcddbresult.h"
#include "k3b_export.h"
-class KConfig;
+class TDEConfig;
class K3bCddbQuery;
class K3bCddbHttpQuery;
class K3bCddbpQuery;
@@ -55,7 +55,7 @@ class LIBK3B_EXPORT K3bCddb : public TQObject
public slots:
/** query a cd and connect to the queryFinished signal */
void query( const K3bDevice::Toc& );
- void readConfig( KConfig* c );
+ void readConfig( TDEConfig* c );
void saveEntry( const K3bCddbResultEntry& );
signals: