Drop Qt2's TQSortedList class

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/59/head
Michele Calgaro 12 months ago
parent fdd2249496
commit d26dabfef3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;

Loading…
Cancel
Save