*patch by arrom: fix installation of fort images
*patch by arrom: remove the need of qm translation files
*ifrontend: don't use spaces
/*
* Copyright (C) 2008 Remko Troncon
*/
#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H
class AutoUpdater
{
public:
virtual ~AutoUpdater();
virtual void checkForUpdates() = 0;
};
#endif