summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:22:15 -0600
commit5fc6f26e12b596addd235f87320c31761bd5a84d (patch)
tree0a1ff964c23fce07fc088017df4ad537d57e62e5 /wizards
parent12c8a23fe75817cb4bfcd604c1863266dd75e840 (diff)
downloadtdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.tar.gz
tdepim-5fc6f26e12b596addd235f87320c31761bd5a84d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'wizards')
-rw-r--r--wizards/egroupwaremain.cpp2
-rw-r--r--wizards/exchangemain.cpp2
-rw-r--r--wizards/groupwisemain.cpp2
-rw-r--r--wizards/kolabmain.cpp2
-rw-r--r--wizards/main.cpp2
-rw-r--r--wizards/scalixmain.cpp2
-rw-r--r--wizards/sloxmain.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/wizards/egroupwaremain.cpp b/wizards/egroupwaremain.cpp
index 72d66fe5a..a5fd9c67c 100644
--- a/wizards/egroupwaremain.cpp
+++ b/wizards/egroupwaremain.cpp
@@ -36,7 +36,7 @@ int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "egroupwarewizard",
+ TDEAboutData aboutData( "egroupwarewizard",
"eGroupware Server Configuration Wizard",
"0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
diff --git a/wizards/exchangemain.cpp b/wizards/exchangemain.cpp
index 7d7bc8943..627467b63 100644
--- a/wizards/exchangemain.cpp
+++ b/wizards/exchangemain.cpp
@@ -36,7 +36,7 @@ static const KCmdLineOptions options[] =
int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "exchangewizard",
+ TDEAboutData aboutData( "exchangewizard",
I18N_NOOP( "Microsoft Exchange Server Configuration Wizard" ),
"0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
diff --git a/wizards/groupwisemain.cpp b/wizards/groupwisemain.cpp
index e305e2143..86d2eae91 100644
--- a/wizards/groupwisemain.cpp
+++ b/wizards/groupwisemain.cpp
@@ -37,7 +37,7 @@ int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "groupwisewizard",
+ TDEAboutData aboutData( "groupwisewizard",
I18N_NOOP( "Novell GroupWise Configuration Wizard" ),
"0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
diff --git a/wizards/kolabmain.cpp b/wizards/kolabmain.cpp
index 3b5715aa1..e24f7ac5f 100644
--- a/wizards/kolabmain.cpp
+++ b/wizards/kolabmain.cpp
@@ -38,7 +38,7 @@ int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "kolabwizard", I18N_NOOP( "Kolab Configuration Wizard" ), "0.1" );
+ TDEAboutData aboutData( "kolabwizard", I18N_NOOP( "Kolab Configuration Wizard" ), "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/wizards/main.cpp b/wizards/main.cpp
index c45fdd52b..ac9275a67 100644
--- a/wizards/main.cpp
+++ b/wizards/main.cpp
@@ -16,7 +16,7 @@ int main( int argc, char **argv )
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "groupwarewizard",
+ TDEAboutData aboutData( "groupwarewizard",
I18N_NOOP( "TDE-PIM Groupware Configuration Wizard" ), "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/wizards/scalixmain.cpp b/wizards/scalixmain.cpp
index 1ae125fc6..702438704 100644
--- a/wizards/scalixmain.cpp
+++ b/wizards/scalixmain.cpp
@@ -38,7 +38,7 @@ int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "scalixwizard", I18N_NOOP( "Scalix Configuration Wizard" ), "0.1" );
+ TDEAboutData aboutData( "scalixwizard", I18N_NOOP( "Scalix Configuration Wizard" ), "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/wizards/sloxmain.cpp b/wizards/sloxmain.cpp
index 93500b3cc..3eab6b69e 100644
--- a/wizards/sloxmain.cpp
+++ b/wizards/sloxmain.cpp
@@ -36,7 +36,7 @@ static const KCmdLineOptions options[] =
int main(int argc,char **argv)
{
KLocale::setMainCatalogue( "tdepimwizards" );
- KAboutData aboutData( "sloxwizard",
+ TDEAboutData aboutData( "sloxwizard",
I18N_NOOP( "SUSE LINUX Openexchange Server Configuration Wizard" ),
"0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );