summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:42 -0600
commitea39a7ca3637457f953e6dd18d551f84c3edc99f (patch)
tree2a54fd08154df9ffd2d0caff1e085d2acf500f86 /src
parent5f8f31c08dc6f02e6bbd16c466a158682009caa5 (diff)
downloadtdeio-umountwrapper-ea39a7ca3637457f953e6dd18d551f84c3edc99f.tar.gz
tdeio-umountwrapper-ea39a7ca3637457f953e6dd18d551f84c3edc99f.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rw-r--r--src/kio_umountwrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kio_umountwrapper.h b/src/kio_umountwrapper.h
index 57c8dea..c790bcd 100644
--- a/src/kio_umountwrapper.h
+++ b/src/kio_umountwrapper.h
@@ -33,7 +33,7 @@
class kio_umountwrapper : public KApplication
{
Q_OBJECT
- TQ_OBJECT
+
public:
kio_umountwrapper(const TQString&);