diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 14:59:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 14:59:16 -0600 |
commit | 08e6e3d01bc56d3b55c1512164f48d3db762bd53 (patch) | |
tree | 5280c4cb6c471a7f2d79e42246fdcda85cc4adfe /src/k3bappdevicemanager.h | |
parent | f3e58cb8bdc777ffad67ac52847bb63c27e7e436 (diff) | |
download | k3b-08e6e3d01bc56d3b55c1512164f48d3db762bd53.tar.gz k3b-08e6e3d01bc56d3b55c1512164f48d3db762bd53.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/k3bappdevicemanager.h')
-rw-r--r-- | src/k3bappdevicemanager.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/k3bappdevicemanager.h b/src/k3bappdevicemanager.h index 78d6f99..19d7aa3 100644 --- a/src/k3bappdevicemanager.h +++ b/src/k3bappdevicemanager.h @@ -16,8 +16,8 @@ #ifndef _K3B_APP_DEVICE_MANAGER_H_ #define _K3B_APP_DEVICE_MANAGER_H_ -class KActionCollection; -class KAction; +class TDEActionCollection; +class TDEAction; class K3bMediaCache; namespace K3bDevice { @@ -47,7 +47,7 @@ class K3bAppDeviceManager : public K3bDevice::DeviceManager ~K3bAppDeviceManager(); K3bDevice::Device* currentDevice() const; - KActionCollection* actionCollection() const { return m_actionCollection; } + TDEActionCollection* actionCollection() const { return m_actionCollection; } void setMediaCache( K3bMediaCache* c ); signals: @@ -103,15 +103,15 @@ class K3bAppDeviceManager : public K3bDevice::DeviceManager void slotMediumChanged( K3bDevice::Device* dev ); private: - KAction* m_actionDiskInfo; - KAction* m_actionUnmount; - KAction* m_actionMount; - KAction* m_actionEject; - KAction* m_actionLoad; - KAction* m_actionSetReadSpeed; + TDEAction* m_actionDiskInfo; + TDEAction* m_actionUnmount; + TDEAction* m_actionMount; + TDEAction* m_actionEject; + TDEAction* m_actionLoad; + TDEAction* m_actionSetReadSpeed; mutable K3bDevice::Device* m_currentDevice; - KActionCollection* m_actionCollection; + TDEActionCollection* m_actionCollection; K3bDevice::DiskInfoDetector* m_diskInfoDetector; bool m_ejectRequested; |