24#include <tdecmodule.h> 
   25#include <tdecmoduleinfo.h> 
   64        TQWidget * parent = 0, 
const char * name = 0,
 
   65        const TQStringList & args = TQStringList() ) TDE_DEPRECATED;
 
   78    static TDECModule *loadModule(
const TQString &module, TQWidget *parent = 0,
 
   79        const char *name = 0, 
const TQStringList & args = TQStringList()) TDE_DEPRECATED;
 
  118        report, 
bool withFallback=
true, TQWidget * parent = 0,
 
  119        const char * name = 0, 
const TQStringList & args = TQStringList() );
 
  133    static TDECModule *loadModule(
const TQString &module, ErrorReporting
 
  134        report, TQWidget *parent = 0, 
const char *name = 0,
 
  135        const TQStringList & args = TQStringList());
 
  150    static void showLastLoaderError(TQWidget *parent) TDE_DEPRECATED;
 
  181    static bool testModule( 
const TQString& module );
 
  203    static TDECModule* reportError( ErrorReporting report, 
const TQString & text,
 
  204        TQString details, TQWidget * parent );
 
  213        KLibLoader *loader, ErrorReporting report, TQWidget * parent = 0,
 
  214        const char * name = 0, 
const TQStringList & args = TQStringList() );
 
A class that provides information about a TDECModule.
 
ErrorReporting
Determines the way errors are reported.