diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:06:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:06:00 -0600 |
commit | e0602f96ec0eea1dab12e83b5fcd598c9a400c65 (patch) | |
tree | 9a7594d505b915f4bcb1030449f6b29d95c06db5 /kicker/applets/trash | |
parent | 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (diff) | |
download | tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.tar.gz tdebase-e0602f96ec0eea1dab12e83b5fcd598c9a400c65.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kicker/applets/trash')
-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(); } |