25 #ifndef KITCHENSYNC_PLUGIN_H
26 #define KITCHENSYNC_PLUGIN_H
28 #include <tdelocale.h>
29 #include <tdeparts/part.h>
41 const TQStringList & );
42 virtual ~KitchenSyncPlugin();
44 int weight() const { return 800; }
46 virtual TQStringList configModules() const;
|