diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:21 -0600 |
commit | ca3632fe39994cdf0d0820e086338f147b4dea17 (patch) | |
tree | ef7453bb715850ef0be9b67e160709573c2340f7 /fileplugin | |
parent | 96cca9f72d3c7d35025ea174013bd3d1003dfc26 (diff) | |
download | kbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.tar.gz kbarcode-ca3632fe39994cdf0d0820e086338f147b4dea17.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'fileplugin')
-rw-r--r-- | fileplugin/kfile_kbarcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/kfile_kbarcode.h b/fileplugin/kfile_kbarcode.h index 7a8c7b4..2ac3a4c 100644 --- a/fileplugin/kfile_kbarcode.h +++ b/fileplugin/kfile_kbarcode.h @@ -12,7 +12,7 @@ class TQStringList; class KBarcodePlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KBarcodePlugin( TQObject *parent, const char *name, const TQStringList& args ); |