summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:53:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:53:33 -0600
commitd23194fb25c9d78f4d6b8bcdf1324039134daace (patch)
tree1b59889be47ea39ddc0e668b5c7c0ad07b0486e6
parentb1c4289b409936e994435cbea3ca3b8c404eff52 (diff)
downloadadept-d23194fb.tar.gz
adept-d23194fb.zip
Rename KAbout to avoid conflicts with KDE4
-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;
}