summaryrefslogtreecommitdiffstats
path: root/krusader/ActionMan/actionman.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:54 -0600
commit3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47 (patch)
tree31c3e407c1757c6e3c7acd75bda8887d58a9026f /krusader/ActionMan/actionman.h
parent540d21c84c0b5504af5b55039c8fd795d56ff650 (diff)
downloadkrusader-3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47.tar.gz
krusader-3c4deb14c187d5c7f35b1a3ec02eff4d2bbe2e47.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'krusader/ActionMan/actionman.h')
-rw-r--r--krusader/ActionMan/actionman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/ActionMan/actionman.h b/krusader/ActionMan/actionman.h
index 4c4abbf..b93af07 100644
--- a/krusader/ActionMan/actionman.h
+++ b/krusader/ActionMan/actionman.h
@@ -19,7 +19,7 @@ class UserActionPage;
class ActionMan : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
ActionMan( TQWidget* parent=0 );
~ActionMan();