|
|
@ -24,7 +24,7 @@
|
|
|
|
#include <tdeparts/plugin.h>
|
|
|
|
#include <tdeparts/plugin.h>
|
|
|
|
#include <kurl.h>
|
|
|
|
#include <kurl.h>
|
|
|
|
|
|
|
|
|
|
|
|
#include <tqsortedlist.h>
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
|
|
|
|
|
|
|
|
namespace KImageViewer { class Viewer; }
|
|
|
|
namespace KImageViewer { class Viewer; }
|
|
|
|
|
|
|
|
|
|
|
@ -94,7 +94,7 @@ private:
|
|
|
|
TDEAction * m_paFileOpen;
|
|
|
|
TDEAction * m_paFileOpen;
|
|
|
|
TDEAction * m_paFileClose;
|
|
|
|
TDEAction * m_paFileClose;
|
|
|
|
|
|
|
|
|
|
|
|
TQSortedList<ImageInfo> m_imagelist;
|
|
|
|
TQPtrList<ImageInfo> m_imagelist;
|
|
|
|
bool m_bDontAdd;
|
|
|
|
bool m_bDontAdd;
|
|
|
|
ImageListItem * m_pCurrentItem;
|
|
|
|
ImageListItem * m_pCurrentItem;
|
|
|
|
TQTimer * m_pSlideshowTimer;
|
|
|
|
TQTimer * m_pSlideshowTimer;
|
|
|
|