summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-07 10:57:45 -0600
committerTimothy Pearson <[email protected]>2013-02-07 10:57:45 -0600
commitba4ffdeb84af9eb4f07b17452289cd655019778d (patch)
tree638c35d70a23d0af6ddb90a720e700a274a1c9f9 /lib
parentb542273c9fe92c6be8897175c6d977d6f4b29d50 (diff)
downloadkpilot-ba4ffdeb84af9eb4f07b17452289cd655019778d.tar.gz
kpilot-ba4ffdeb84af9eb4f07b17452289cd655019778d.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'lib')
-rw-r--r--lib/plugin.cc4
-rw-r--r--lib/plugin.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugin.cc b/lib/plugin.cc
index c2d00b2..7c0f2f1 100644
--- a/lib/plugin.cc
+++ b/lib/plugin.cc
@@ -207,8 +207,8 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, TDEAboutData *ad)
- TQValueList<KAboutPerson> pl = p->authors();
- TQValueList<KAboutPerson>::ConstIterator i;
+ TQValueList<TDEAboutPerson> pl = p->authors();
+ TQValueList<TDEAboutPerson>::ConstIterator i;
s = i18n("<b>Authors:</b> ");
diff --git a/lib/plugin.h b/lib/plugin.h
index 6966a0b..0432fe5 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -150,7 +150,7 @@ public:
* An about widget is created that shows the contributors to
* the application, along with copyright information and the
* application's icon. This widget can be used pretty much
- * anywhere. Copied from KAboutDialog, mostly.
+ * anywhere. Copied from TDEAboutDialog, mostly.
*
* @param parent The widget that holds the about widget.
* @param data The TDEAboutData that is used to populate the widget.