#ifndef _IFPREFS_H_ #define _IFPREFS_H_ /** * This abstract class serves as an interface for the presentation of the preferences. * @short Preferences Interface * @author Jan Wuerthner * @version 0.95 * @see KbPrefs * @see QtPrefs */ class IfPrefs { public: IfPrefs(); }; #endif