summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/process.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:33 -0600
commit9b4a687a9fbdea64886606970849194bc95a5ad3 (patch)
tree92f8d1b7cd173bce4a8d55245b8d245f4089a3eb /kdpkg-install/process.h
parentcd41bf898acdd314179df2a5c684efe56d110565 (diff)
downloadkdpkg-9b4a687a9fbdea64886606970849194bc95a5ad3.tar.gz
kdpkg-9b4a687a9fbdea64886606970849194bc95a5ad3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdpkg-install/process.h')
-rw-r--r--kdpkg-install/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h
index 68ffea4..65c1022 100644
--- a/kdpkg-install/process.h
+++ b/kdpkg-install/process.h
@@ -13,7 +13,7 @@ class Process;
class Process : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
Process();