diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:43 -0600 |
commit | 08c6ddb04bc1febeedd0f76aff43ea2a6397234c (patch) | |
tree | 0d8c0fa5412f0b643be313d9a3e14b7055648908 /src/kexportdialog.h | |
parent | 4708fa52763ff84b9391e9038b3c5e6e17a75aaa (diff) | |
download | kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.tar.gz kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kexportdialog.h')
-rwxr-xr-x | src/kexportdialog.h | 2 |
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(); |