summaryrefslogtreecommitdiffstats
path: root/src/kio_umountwrapper.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-04 21:56:13 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-04 21:56:13 +0000
commite6b41752a97085386675ed687d4e3aee90bb4f55 (patch)
tree535408d55dc8d7bbd9b8bd845e8a143649057f4b /src/kio_umountwrapper.h
parent7c6070b35a381bca513984dc5ccf16be46874d73 (diff)
downloadtdeio-umountwrapper-e6b41752a97085386675ed687d4e3aee90bb4f55.tar.gz
tdeio-umountwrapper-e6b41752a97085386675ed687d4e3aee90bb4f55.zip
TQt4 port kio-umountwrapper
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-umountwrapper@1239344 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kio_umountwrapper.h')
-rw-r--r--src/kio_umountwrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kio_umountwrapper.h b/src/kio_umountwrapper.h
index d0459e4..57c8dea 100644
--- a/src/kio_umountwrapper.h
+++ b/src/kio_umountwrapper.h
@@ -33,8 +33,9 @@
class kio_umountwrapper : public KApplication
{
Q_OBJECT
+ TQ_OBJECT
public:
- kio_umountwrapper(const QString&);
+ kio_umountwrapper(const TQString&);
private:
KProgressDialog *m_progress;