summaryrefslogtreecommitdiffstats
path: root/kbarcode/documentitemdlg.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/documentitemdlg.h
parent96cca9f72d3c7d35025ea174013bd3d1003dfc26 (diff)
downloadkbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.tar.gz
kbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbarcode/documentitemdlg.h')
-rw-r--r--kbarcode/documentitemdlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/documentitemdlg.h b/kbarcode/documentitemdlg.h
index 35abed0..e92f239 100644
--- a/kbarcode/documentitemdlg.h
+++ b/kbarcode/documentitemdlg.h
@@ -28,7 +28,7 @@ class KCommandHistory;
class DocumentItemDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
DocumentItemDlg( TokenProvider* token, DocumentItem* item, KCommandHistory* history, TQWidget* parent );
~DocumentItemDlg();