diff options
Diffstat (limited to 'kicker/applets/trash/trashapplet.cpp')
-rw-r--r-- | kicker/applets/trash/trashapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/trash/trashapplet.cpp b/kicker/applets/trash/trashapplet.cpp index 3b7ae419a..c0675583e 100644 --- a/kicker/applets/trash/trashapplet.cpp +++ b/kicker/applets/trash/trashapplet.cpp @@ -87,7 +87,7 @@ void TrashApplet::about() "ervin ipsquad net", "http://ervin.ipsquad.net"); - KAboutApplication dialog(&data); + TDEAboutApplication dialog(&data); dialog.exec(); } |