From 3f2df0541a862d8e6a799b9502e6b3f7a0c5f884 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 28 Apr 2012 15:29:35 +0200 Subject: Weed out PictureViewer in favor of PictureViewer2 Remove PictureViewer from everywhere and use PictureViewer2 instead. --- smglobals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index 1193522..99ecd07 100644 --- a/smglobals.h +++ b/smglobals.h @@ -13,7 +13,7 @@ #include class QAbstractItemModel; -class PictureViewer; +class PictureViewer2; class QPixmap; class SmGlobals : public QObject { @@ -46,7 +46,7 @@ class SmGlobals : public QObject { ~SmGlobals(); static SmGlobals *instance(); QAbstractItemModel *model(const QString &which); - PictureViewer *pictureViewer(); + PictureViewer2 *pictureViewer(); FrameCache *frameCache(); QSize cursorSize(); const QHash & icons() const { return mIcons; } @@ -58,7 +58,7 @@ class SmGlobals : public QObject { SmGlobals &operator=(const SmGlobals &other); static SmGlobals *mInstance; QHash mModels; - PictureViewer *mPictureViewer; + PictureViewer2 *mPictureViewer; SmGlobals::FrameCache *mFrameCache; QSize mCursorSize; QHash mIcons; -- cgit v1.2.3-70-g09d2