diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:56 -0600 |
commit | 9c3c1a0d3db1a3b447e3a96bab80b5b6c46ccc33 (patch) | |
tree | e2a4a41517d4a8eb8a27c73cfae616894dcf53bf /digikam/imageplugins/perspective/perspectivewidget.h | |
parent | 369ba43fd8ff310bcaf839b801da71e7e613103a (diff) | |
download | digikam-9c3c1a0d3db1a3b447e3a96bab80b5b6c46ccc33.tar.gz digikam-9c3c1a0d3db1a3b447e3a96bab80b5b6c46ccc33.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'digikam/imageplugins/perspective/perspectivewidget.h')
-rw-r--r-- | digikam/imageplugins/perspective/perspectivewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/perspective/perspectivewidget.h b/digikam/imageplugins/perspective/perspectivewidget.h index a46b0a5d..48abaa75 100644 --- a/digikam/imageplugins/perspective/perspectivewidget.h +++ b/digikam/imageplugins/perspective/perspectivewidget.h @@ -54,7 +54,7 @@ namespace DigikamPerspectiveImagesPlugin class PerspectiveWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: |