summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:11:42 -0600
commit999cb9aee8997b8a9b1142dca543fe88d415c2f7 (patch)
tree9dd9f003ce43ad0d79f440076c14e9104e922941
parent0d7d755554c359ad58e599610415a580996bae43 (diff)
downloadtdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.tar.gz
tdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.zip
Rename KAbout to avoid conflicts with KDE4
-rw-r--r--fifteenapplet/fifteenapplet.cpp2
-rw-r--r--kweather/kweather.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/fifteenapplet/fifteenapplet.cpp b/fifteenapplet/fifteenapplet.cpp
index 47f8c08..0b297a1 100644
--- a/fifteenapplet/fifteenapplet.cpp
+++ b/fifteenapplet/fifteenapplet.cpp
@@ -84,7 +84,7 @@ void FifteenApplet::about()
_aboutData->addAuthor("Matthias Elter", 0, "elter@kde.org");
}
- KAboutApplication dialog(_aboutData);
+ TDEAboutApplication dialog(_aboutData);
dialog.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "fifteenpieces", -TDEIcon::SizeLarge ) );
dialog.exec();
}
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp
index 98fbae1..f688225 100644
--- a/kweather/kweather.cpp
+++ b/kweather/kweather.cpp
@@ -143,7 +143,7 @@ void kweather::about(){
aboutData.addCredit( "John Ratke",
I18N_NOOP( "Improvements and more code cleanups" ), "jratke@comcast.net" );
- KAboutApplication about(&aboutData, this, 0);
+ TDEAboutApplication about(&aboutData, this, 0);
about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -TDEIcon::SizeLarge ) );
about.exec();
}