21 #ifndef KDEVDIFFFRONTEND_H 22 #define KDEVDIFFFRONTEND_H 25 #include <kdevplugin.h> 62 :KDevPlugin(info, parent, name ? name :
"KDevDiffFrontend") {}
66 virtual void showDiff(
const TQString& diff ) = 0;
70 virtual void openURL(
const KURL &url ) = 0;
75 virtual void showDiff(
const KURL &url1,
const KURL &url2 ) = 0;
virtual void openURL(const KURL &url)=0
Displays a patch file.
KDevDiffFrontend(const KDevPluginInfo *info, TQObject *parent=0, const char *name=0)
Constructor.
virtual void showDiff(const TQString &diff)=0
Displays the patch.
KDevelop diff frontend interface.