Rename KAbout to avoid conflicts with KDE4

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

@ -320,7 +320,7 @@ void tdesvnPart::reportBug()
*/
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)
return;
if(!m_aboutDlg->isVisible())

@ -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);

Loading…
Cancel
Save