diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933 (patch) | |
tree | 5c70aff00550c3512d6ec34ef333e0944a08db20 /fileplugin/kfile_kbarcode.h | |
parent | 33038ab0e8b8e7fb05093f953e4f6f724c6e2482 (diff) | |
download | kbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.tar.gz kbarcode-e295fa9ed9bf0a1ce153cd3e92a6fc24b9316933.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kbarcode@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'fileplugin/kfile_kbarcode.h')
-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 419af16..7a8c7b4 100644 --- a/fileplugin/kfile_kbarcode.h +++ b/fileplugin/kfile_kbarcode.h @@ -15,7 +15,7 @@ class KBarcodePlugin: public KFilePlugin TQ_OBJECT public: - KBarcodePlugin( TQObject *tqparent, const char *name, const TQStringList& args ); + KBarcodePlugin( TQObject *parent, const char *name, const TQStringList& args ); virtual bool readInfo( KFileMetaInfo& info, uint ); }; |