summaryrefslogtreecommitdiffstats
path: root/fifteenapplet
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 /fifteenapplet
parent0d7d755554c359ad58e599610415a580996bae43 (diff)
downloadtdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.tar.gz
tdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'fifteenapplet')
-rw-r--r--fifteenapplet/fifteenapplet.cpp2
1 files changed, 1 insertions, 1 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();
}