diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:08:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:08:43 -0600 |
commit | d0bdd0d7a768f9935b521f3bd12a4cd72739b96f (patch) | |
tree | fa2f2df5113b9dd1e7e821c80084af9da0175187 /src/gvcore/qxcfi.cpp | |
parent | 676f6ed378c861a872de8cfce3dd5efe1780f769 (diff) | |
download | gwenview-d0bdd0d7a768f9935b521f3bd12a4cd72739b96f.tar.gz gwenview-d0bdd0d7a768f9935b521f3bd12a4cd72739b96f.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/gvcore/qxcfi.cpp')
-rw-r--r-- | src/gvcore/qxcfi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/qxcfi.cpp b/src/gvcore/qxcfi.cpp index 9fb146a..27ad0b9 100644 --- a/src/gvcore/qxcfi.cpp +++ b/src/gvcore/qxcfi.cpp @@ -486,7 +486,7 @@ void XCFImageFormat::readXCF ( TQImageIO* image_io ) } image_io->setImage( xcf_image.image ); - image_io->setqStatus( 0 ); + image_io->seStatus( 0 ); } /*! |