diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 10:53:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 10:53:33 -0600 |
commit | d23194fb25c9d78f4d6b8bcdf1324039134daace (patch) | |
tree | 1b59889be47ea39ddc0e668b5c7c0ad07b0486e6 | |
parent | b1c4289b409936e994435cbea3ca3b8c404eff52 (diff) | |
download | adept-d23194fb25c9d78f4d6b8bcdf1324039134daace.tar.gz adept-d23194fb25c9d78f4d6b8bcdf1324039134daace.zip |
Rename KAbout to avoid conflicts with KDE4
-rw-r--r-- | adept/notifier/app.cpp | 2 |
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; } |