Rename KAbout to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 78b4b738d3
commit e8cea6a38c

@ -75,7 +75,7 @@ struct KSVGPlugin::Private
SVGDocumentImpl *doc;
KSVGCanvas *canvas;
TQPixmap *backgroundPixmap;
KAboutApplication *aboutKSVG;
TDEAboutApplication *aboutKSVG;
unsigned int width;
unsigned int height;
@ -144,7 +144,7 @@ KSVGPlugin::KSVGPlugin(TQWidget *wparent, const char *, TQObject *parent, const
ksvgd->renderingBackendAction->setItems(items);
ksvgd->renderingBackendAction->setCurrentItem(KSVG::CanvasFactory::self()->itemInList(ksvgd->canvas));
ksvgd->aboutKSVG = new KAboutApplication(KSVGPluginFactory::instance()->aboutData(), wparent);
ksvgd->aboutKSVG = new TDEAboutApplication(KSVGPluginFactory::instance()->aboutData(), wparent);
setXMLFile("ksvgplugin.rc");
}

@ -167,7 +167,7 @@ Thu Apr 19 23:16:12 2001 Carsten Pfeiffer <pfeiffer@kde.org>
Tue Mar 13 03:16:24 2001 Carsten Pfeiffer <pfeiffer@kde.org>
* added lots of translations from the translation team.
I need to add a KAboutDialog somewhere to give them credit
I need to add a TDEAboutDialog somewhere to give them credit
for their excellent work!
Fri Mar 9 21:50:12 2001 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1417,7 +1417,7 @@ void KViewPart::aboutKViewShell()
if (aboutDialog == 0)
{
// Create Dialog
aboutDialog = new KAboutDialog(mainWidget, "about_kviewshell");
aboutDialog = new TDEAboutDialog(mainWidget, "about_kviewshell");
aboutDialog->setTitle(I18N_NOOP("KViewShell"));
aboutDialog->setVersion("0.6");
aboutDialog->setAuthor("Matthias Hoelzer-Kluepfel", TQString(), TQString(),

@ -10,7 +10,7 @@
#include <tqtimer.h>
class TDEAboutData;
class KAboutDialog;
class TDEAboutDialog;
class TDEAccel;
class TDEAction;
class TDEConfig;
@ -233,7 +233,7 @@ private:
TQTimer fitTimer;
KAboutDialog* aboutDialog;
TDEAboutDialog* aboutDialog;
};

Loading…
Cancel
Save