no need to export this internal class

svn path=/trunk/KDE/kdebase/apps/; revision=998500
This commit is contained in:
Peter Penz 2009-07-17 19:41:29 +00:00
parent 68a2ef9143
commit 46dcb12d9f

View file

@ -34,7 +34,7 @@
* on the used plugin. To prevent that Dolphin gets blocked by a
* slow plugin, the updating is delegated to a thread.
*/
class LIBDOLPHINPRIVATE_EXPORT UpdateItemStatesThread : public QThread
class UpdateItemStatesThread : public QThread
{
public:
UpdateItemStatesThread(QObject* parent);