Rename KAbout to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent e57b0bd398
commit b56cff5bf2

@ -320,7 +320,7 @@ void tdesvnPart::reportBug()
*/ */
void tdesvnPart::showAboutApplication() void tdesvnPart::showAboutApplication()
{ {
if (!m_aboutDlg) m_aboutDlg = new KAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false); if (!m_aboutDlg) m_aboutDlg = new TDEAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false);
if(m_aboutDlg == 0) if(m_aboutDlg == 0)
return; return;
if(!m_aboutDlg->isVisible()) if(!m_aboutDlg->isVisible())

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

Loading…
Cancel
Save