diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:59:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:59:02 -0600 |
commit | b1aba0a7b213682a0681e7939a06874589968645 (patch) | |
tree | 05bb9967a49eed1cfbab1d5bc90dca3f565d0f02 /src/gvcore/imagesavedialog.h | |
parent | a074b0e399c3b44f99b96da06d8e037539e47a36 (diff) | |
download | gwenview-b1aba0a7b213682a0681e7939a06874589968645.tar.gz gwenview-b1aba0a7b213682a0681e7939a06874589968645.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gvcore/imagesavedialog.h')
-rw-r--r-- | src/gvcore/imagesavedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imagesavedialog.h b/src/gvcore/imagesavedialog.h index 6ac3b1d..1a669ce 100644 --- a/src/gvcore/imagesavedialog.h +++ b/src/gvcore/imagesavedialog.h @@ -32,7 +32,7 @@ class KURL; namespace Gwenview { class ImageSaveDialog : public KFileDialog { Q_OBJECT - TQ_OBJECT + public: ImageSaveDialog(KURL& url,const TQCString& imageFormat,TQWidget* parent); TQCString imageFormat() const { return mImageFormat; } |