summaryrefslogtreecommitdiffstats
path: root/src/kexportdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
commit08c6ddb04bc1febeedd0f76aff43ea2a6397234c (patch)
tree0d8c0fa5412f0b643be313d9a3e14b7055648908 /src/kexportdialog.h
parent4708fa52763ff84b9391e9038b3c5e6e17a75aaa (diff)
downloadkpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.tar.gz
kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kexportdialog.h')
-rwxr-xr-xsrc/kexportdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kexportdialog.h b/src/kexportdialog.h
index b52293d..2c453b7 100755
--- a/src/kexportdialog.h
+++ b/src/kexportdialog.h
@@ -30,7 +30,7 @@
class KExportDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
KExportDialog(TQWidget *parent = 0, const char *name = 0 );
~KExportDialog();