summaryrefslogtreecommitdiffstats
path: root/src/k3blsofwrapper.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
commitd8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch)
treef295f1c545b319963d5357af79fe08991d8141d9 /src/k3blsofwrapper.h
parent2a39a080579fb52a2599c02b2939795385b89093 (diff)
downloadk3b-d8cc8bdf.tar.gz
k3b-d8cc8bdf.zip
TQt4 port k3b
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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();