summaryrefslogtreecommitdiffstats
path: root/conduits/popmail
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:56:54 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:56:54 -0600
commit28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch)
treef78e2df40f61288477bbd160d7c795918ad298d5 /conduits/popmail
parent8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff)
downloadkpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.tar.gz
kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'conduits/popmail')
-rw-r--r--conduits/popmail/setupDialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/popmail/setupDialog.cc b/conduits/popmail/setupDialog.cc
index b8d3db7..ea8b113 100644
--- a/conduits/popmail/setupDialog.cc
+++ b/conduits/popmail/setupDialog.cc
@@ -64,11 +64,11 @@ PopMailWidgetConfig::PopMailWidgetConfig(TQWidget *p,const char *n) :
{
FUNCTIONSETUP;
fConduitName = i18n("KMail");
- KAboutData *fAbout = new KAboutData("popmailConduit",
+ TDEAboutData *fAbout = new TDEAboutData("popmailConduit",
I18N_NOOP("Mail Conduit for KPilot"),
KPILOT_VERSION,
I18N_NOOP("Configures the Mail Conduit for KPilot"),
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
"(C) 2001, Dan Pilone, Michael Kropfberger, Adriaan de Groot");
fAbout->addAuthor("Adriaan de Groot",
I18N_NOOP("Maintainer"),