20 #ifndef KDEVPCSIMPORTER_H 21 #define KDEVPCSIMPORTER_H 24 #include <tqstringlist.h> 43 virtual TQString dbName()
const = 0;
44 virtual TQStringList includePaths() = 0;
45 virtual TQStringList fileList() = 0;
47 virtual TQWidget* createSettingsPage( TQWidget* parent,
const char* name=0 );
50 #endif // KDEVPCSIMPORTER_H KDevelop persistent class store importer plugin.