summaryrefslogtreecommitdiffstats
path: root/src/k3bdirview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:06:28 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:06:28 -0600
commit83b79bb29aaa412caec6abcdb42ca21d248b3b3a (patch)
treef48e8ae855d4a0be0c3ecf912a92168a829ff8c5 /src/k3bdirview.h
parent2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (diff)
downloadk3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.tar.gz
k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/k3bdirview.h')
-rw-r--r--src/k3bdirview.h8
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* );