summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:54 -0600
commit28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch)
treef78e2df40f61288477bbd160d7c795918ad298d5 /tests
parent8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff)
downloadkpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.tar.gz
kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'tests')
-rw-r--r--tests/exportdatebook.cc2
-rw-r--r--tests/importaddresses.cc2
-rw-r--r--tests/importdatebook.cc2
-rw-r--r--tests/mergecalendars.cc2
-rw-r--r--tests/testaddress.cc2
-rw-r--r--tests/testcategories.cc2
-rw-r--r--tests/testdatabase.cc2
-rw-r--r--tests/testdatebook.cc2
-rw-r--r--tests/testidmapper.cc2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc
index f3c602b..7034341 100644
--- a/tests/exportdatebook.cc
+++ b/tests/exportdatebook.cc
@@ -60,7 +60,7 @@ int main(int argc, char **argv)
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("exportdatebook","Emport Date Book","0.1");
+ TDEAboutData aboutData("exportdatebook","Emport Date Book","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc
index c4f321e..74e4652 100644
--- a/tests/importaddresses.cc
+++ b/tests/importaddresses.cc
@@ -55,7 +55,7 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("importaddresses","Import Address Book","0.1");
+ TDEAboutData aboutData("importaddresses","Import Address Book","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc
index 9128afc..24281c0 100644
--- a/tests/importdatebook.cc
+++ b/tests/importdatebook.cc
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("importdatebook","Import Date Book","0.1");
+ TDEAboutData aboutData("importdatebook","Import Date Book","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc
index 04d87be..c499a7d 100644
--- a/tests/mergecalendars.cc
+++ b/tests/mergecalendars.cc
@@ -53,7 +53,7 @@ int main(int argc, char **argv)
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("mergecalendars","Merge libkcal Calendars","0.1");
+ TDEAboutData aboutData("mergecalendars","Merge libkcal Calendars","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/testaddress.cc b/tests/testaddress.cc
index da00c65..318de98 100644
--- a/tests/testaddress.cc
+++ b/tests/testaddress.cc
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testaddress","Test Addresses","0.1");
+ TDEAboutData aboutData("testaddress","Test Addresses","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/testcategories.cc b/tests/testcategories.cc
index 83b8a7b..eb4728e 100644
--- a/tests/testcategories.cc
+++ b/tests/testcategories.cc
@@ -156,7 +156,7 @@ int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testcategories","Test Categories","0.1");
+ TDEAboutData aboutData("testcategories","Test Categories","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc
index 6986541..123eb2c 100644
--- a/tests/testdatabase.cc
+++ b/tests/testdatabase.cc
@@ -255,7 +255,7 @@ int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testdatabase","Test Databases","0.1");
+ TDEAboutData aboutData("testdatabase","Test Databases","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc
index 87c9b49..0335867 100644
--- a/tests/testdatebook.cc
+++ b/tests/testdatebook.cc
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testdatebook","Test Date Book","0.1");
+ TDEAboutData aboutData("testdatebook","Test Date Book","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc
index 7365ccb..d5e460e 100644
--- a/tests/testidmapper.cc
+++ b/tests/testidmapper.cc
@@ -287,7 +287,7 @@ bool test7()
int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testidmapper","Test IDMapper","0.1");
+ TDEAboutData aboutData("testidmapper","Test IDMapper","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDEApplication app( false, false );