summaryrefslogtreecommitdiffstats
path: root/src/k3blsofwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3blsofwrapper.h')
-rw-r--r--src/k3blsofwrapper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/k3blsofwrapper.h b/src/k3blsofwrapper.h
index 8ab11dc..aeaa51c 100644
--- a/src/k3blsofwrapper.h
+++ b/src/k3blsofwrapper.h
@@ -16,7 +16,7 @@
#ifndef _K3B_LSOF_WRAPPER_H_
#define _K3B_LSOF_WRAPPER_H_
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
namespace K3bDevice {
class Device;
@@ -38,7 +38,7 @@ class K3bLsofWrapper
bool checkDevice( K3bDevice::Device* );
struct Process {
- QString name;
+ TQString name;
int pid;
};
@@ -47,7 +47,7 @@ class K3bLsofWrapper
* handle on the device used in the last successful call
* to checkDevice.
*/
- const QValueList<Process>& usingApplications() const;
+ const TQValueList<Process>& usingApplications() const;
private:
bool findLsofExecutable();