summaryrefslogtreecommitdiffstats
path: root/adept
diff options
context:
space:
mode:
Diffstat (limited to 'adept')
-rw-r--r--adept/notifier/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/notifier/app.cpp b/adept/notifier/app.cpp
index 5fe5fc6..465b694 100644
--- a/adept/notifier/app.cpp
+++ b/adept/notifier/app.cpp
@@ -320,7 +320,7 @@ void NotifierApp::checkUpdates() {
}
void NotifierApp::about() {
- KAboutApplication *a = new KAboutApplication( m_tray, "", true );
+ TDEAboutApplication *a = new TDEAboutApplication( m_tray, "", true );
a->exec();
delete a;
}