summaryrefslogtreecommitdiffstats
path: root/src/gvimagepart/gvimagepart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvimagepart/gvimagepart.cpp')
-rw-r--r--src/gvimagepart/gvimagepart.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp
index 69c1d64..64453b8 100644
--- a/src/gvimagepart/gvimagepart.cpp
+++ b/src/gvimagepart/gvimagepart.cpp
@@ -150,10 +150,10 @@ void GVImagePart::guiActivateEvent( KParts::GUIActivateEvent* event) {
}
-KAboutData* GVImagePart::createAboutData() {
- KAboutData* aboutData = new KAboutData( "gvimagepart", I18N_NOOP("GVImagePart"),
+TDEAboutData* GVImagePart::createAboutData() {
+ TDEAboutData* aboutData = new TDEAboutData( "gvimagepart", I18N_NOOP("GVImagePart"),
"0.1", I18N_NOOP("Image Viewer"),
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
"(c) 2004, Jonathan Riddell <[email protected]>");
return aboutData;
}
@@ -407,7 +407,7 @@ void DataUploader::slotJobFinished(KIO::Job* job) {
*/
class PopupGUIClient : public KXMLGUIClient {
public:
- PopupGUIClient( KInstance *inst, const TQString &doc ) {
+ PopupGUIClient( TDEInstance *inst, const TQString &doc ) {
setInstance( inst );
setXML( doc );
}