diff --git a/src/tdesvn_part.cpp b/src/tdesvn_part.cpp index ad6efca..5604999 100644 --- a/src/tdesvn_part.cpp +++ b/src/tdesvn_part.cpp @@ -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()) diff --git a/src/tdesvn_part.h b/src/tdesvn_part.h index e4b0cf4..857d7c0 100644 --- a/src/tdesvn_part.h +++ b/src/tdesvn_part.h @@ -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);