|
|
|
@ -33,7 +33,7 @@ class tdesvnView;
|
|
|
|
|
class TQPainter;
|
|
|
|
|
class KURL;
|
|
|
|
|
class KdesvnBrowserExtension;
|
|
|
|
|
class KAboutApplication;
|
|
|
|
|
class TDEAboutApplication;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This is a "Part". It that does all the real work in a KPart
|
|
|
|
@ -80,7 +80,7 @@ protected:
|
|
|
|
|
*/
|
|
|
|
|
virtual bool openFile();
|
|
|
|
|
virtual void setupActions();
|
|
|
|
|
KAboutApplication* m_aboutDlg;
|
|
|
|
|
TDEAboutApplication* m_aboutDlg;
|
|
|
|
|
|
|
|
|
|
void init(TQWidget *parentWidget, const char *widgetName,bool full);
|
|
|
|
|
|
|
|
|
|