summaryrefslogtreecommitdiffstats
path: root/kbarcode/definitiondialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:21 -0600
commitca3632fe39994cdf0d0820e086338f147b4dea17 (patch)
treeef7453bb715850ef0be9b67e160709573c2340f7 /kbarcode/definitiondialog.h
parent96cca9f72d3c7d35025ea174013bd3d1003dfc26 (diff)
downloadkbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.tar.gz
kbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbarcode/definitiondialog.h')
-rw-r--r--kbarcode/definitiondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/definitiondialog.h b/kbarcode/definitiondialog.h
index ff81102..b8f8e70 100644
--- a/kbarcode/definitiondialog.h
+++ b/kbarcode/definitiondialog.h
@@ -21,7 +21,7 @@ class TQPaintEvent;
*/
class LabelPreview : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
LabelPreview( TQWidget* parent = 0, const char* name = 0 );
~LabelPreview();
@@ -45,7 +45,7 @@ class LabelPreview : public TQWidget {
class DefinitionDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
DefinitionDialog( TQWidget* parent = 0, const char* name = 0, bool modal = true, WFlags fl = 0 );