summaryrefslogtreecommitdiffstats
path: root/kpilot/pilotDaemon.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:57:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 10:57:45 -0600
commitba4ffdeb84af9eb4f07b17452289cd655019778d (patch)
tree638c35d70a23d0af6ddb90a720e700a274a1c9f9 /kpilot/pilotDaemon.cc
parentb542273c9fe92c6be8897175c6d977d6f4b29d50 (diff)
downloadkpilot-ba4ffdeb84af9eb4f07b17452289cd655019778d.tar.gz
kpilot-ba4ffdeb84af9eb4f07b17452289cd655019778d.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kpilot/pilotDaemon.cc')
-rw-r--r--kpilot/pilotDaemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/pilotDaemon.cc b/kpilot/pilotDaemon.cc
index 1661ebd..975311c 100644
--- a/kpilot/pilotDaemon.cc
+++ b/kpilot/pilotDaemon.cc
@@ -202,7 +202,7 @@ void PilotDaemonTray::slotShowAbout()
if (!kap)
{
- kap = new KAboutApplication(0, "kpdab", false);
+ kap = new TDEAboutApplication(0, "kpdab", false);
}
kap->show();