3 #if !defined(INTROSPECTABLEINTERFACE_H_INCLUDED)
4 #define INTROSPECTABLEINTERFACE_H_INCLUDED
7 #include <tqdbuserror.h>
8 #include <tqdbusobject.h>
29 static const TQCString
interface() {
return TQCString(
"org.freedesktop.DBus.Introspectable"); }
32 virtual bool Introspect(TQString& xml, TQT_DBusError& error) = 0;
50 #endif //INTROSPECTABLEINTERFACE_H_INCLUDED