diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:11:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:11:42 -0600 |
commit | 999cb9aee8997b8a9b1142dca543fe88d415c2f7 (patch) | |
tree | 9dd9f003ce43ad0d79f440076c14e9104e922941 /fifteenapplet/fifteenapplet.cpp | |
parent | 0d7d755554c359ad58e599610415a580996bae43 (diff) | |
download | tdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.tar.gz tdetoys-999cb9aee8997b8a9b1142dca543fe88d415c2f7.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'fifteenapplet/fifteenapplet.cpp')
-rw-r--r-- | fifteenapplet/fifteenapplet.cpp | 2 |
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(); } |