diff options
Diffstat (limited to 'charselectapplet/charselectapplet.cpp')
-rw-r--r-- | charselectapplet/charselectapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp index a1e92e2..386d532 100644 --- a/charselectapplet/charselectapplet.cpp +++ b/charselectapplet/charselectapplet.cpp @@ -147,7 +147,7 @@ void CharSelectApplet::about() _aboutData->addAuthor("Matthias Elter", 0, "elter@kde.org"); } - KAboutApplication dialog(_aboutData); + TDEAboutApplication dialog(_aboutData); dialog.exec(); } |