#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

Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999