diff options
Diffstat (limited to 'src/k3bdirview.h')
-rw-r--r-- | src/k3bdirview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/k3bdirview.h b/src/k3bdirview.h index c4b21e3..3c5603e 100644 --- a/src/k3bdirview.h +++ b/src/k3bdirview.h @@ -33,7 +33,7 @@ class TQWidgetStack; class K3bDiskInfoView; class TQScrollView; class TQLabel; -class KConfig; +class TDEConfig; class K3bDeviceBranch; namespace K3bDevice { @@ -41,7 +41,7 @@ namespace K3bDevice { class DiskInfo; } -namespace KIO { +namespace TDEIO { class Job; } @@ -59,8 +59,8 @@ class K3bDirView : public TQVBox ~K3bDirView(); public slots: - void saveConfig( KConfig* c ); - void readConfig( KConfig* c ); + void saveConfig( TDEConfig* c ); + void readConfig( TDEConfig* c ); void showUrl( const KURL& ); void showDevice( K3bDevice::Device* ); |