summaryrefslogtreecommitdiffstats
path: root/knights/dlg_promote.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:01 -0600
commit9463227e904ef0ef8d243a2b69fa1882a470454a (patch)
tree43665db675b7589b89145790a2f68abad75d4b38 /knights/dlg_promote.h
parent545e0f49fced881b1c3157b466791143fcf8de9a (diff)
downloadknights-9463227e904ef0ef8d243a2b69fa1882a470454a.tar.gz
knights-9463227e904ef0ef8d243a2b69fa1882a470454a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'knights/dlg_promote.h')
-rw-r--r--knights/dlg_promote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/dlg_promote.h b/knights/dlg_promote.h
index ced8f9e..aaae71a 100644
--- a/knights/dlg_promote.h
+++ b/knights/dlg_promote.h
@@ -33,7 +33,7 @@
class dlg_promote : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlg_promote(TQWidget *parent=0, const char *name=0, resource *Rsrc=0 );