diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:02 -0600 |
commit | 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a (patch) | |
tree | 19ff5ecf5e6b5168e5503677f18b85f3dfa91f95 /kabc/tests | |
parent | 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 (diff) | |
download | tdelibs-8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a.tar.gz tdelibs-8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kabc/tests')
-rw-r--r-- | kabc/tests/bigread.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/bigwrite.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/kabcargl.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testaddressee.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testaddresseelist.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testaddressfmt.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testaddresslineedit.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testdb.cpp | 4 | ||||
-rw-r--r-- | kabc/tests/testdistlist.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testkabc.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testkabcdlg.cpp | 2 | ||||
-rw-r--r-- | kabc/tests/testldapclient.cpp | 4 | ||||
-rw-r--r-- | kabc/tests/testlock.cpp | 2 |
13 files changed, 15 insertions, 15 deletions
diff --git a/kabc/tests/bigread.cpp b/kabc/tests/bigread.cpp index 110972b31..c5a1a602f 100644 --- a/kabc/tests/bigread.cpp +++ b/kabc/tests/bigread.cpp @@ -20,7 +20,7 @@ int main(int argc,char **argv) KAboutData aboutData("bigread","BigReadKabc","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); - KApplication app( false, false ); + TDEApplication app( false, false ); AddressBook ab; diff --git a/kabc/tests/bigwrite.cpp b/kabc/tests/bigwrite.cpp index 6a5296f91..5d3d2bd6f 100644 --- a/kabc/tests/bigwrite.cpp +++ b/kabc/tests/bigwrite.cpp @@ -17,7 +17,7 @@ int main(int argc,char **argv) KAboutData aboutData("bigwrite","BigWriteKabc","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); - KApplication app( false, false ); + TDEApplication app( false, false ); AddressBook ab; ResourceFile r( "my.kabc", "vcard" ); diff --git a/kabc/tests/kabcargl.cpp b/kabc/tests/kabcargl.cpp index d0a0501b3..b1116b2ea 100644 --- a/kabc/tests/kabcargl.cpp +++ b/kabc/tests/kabcargl.cpp @@ -40,7 +40,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); - KApplication app; + TDEApplication app; TQString filename = StdAddressBook::fileName(); diff --git a/kabc/tests/testaddressee.cpp b/kabc/tests/testaddressee.cpp index cc91d29b1..39536efbf 100644 --- a/kabc/tests/testaddressee.cpp +++ b/kabc/tests/testaddressee.cpp @@ -26,7 +26,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); kdDebug() << "Creating a" << endl; diff --git a/kabc/tests/testaddresseelist.cpp b/kabc/tests/testaddresseelist.cpp index 99cd1f3ab..08d73b8db 100644 --- a/kabc/tests/testaddresseelist.cpp +++ b/kabc/tests/testaddresseelist.cpp @@ -23,7 +23,7 @@ int main(int /*argc*/,char /* **argv*/) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); */ kdDebug() << "Creating addressees" << endl; diff --git a/kabc/tests/testaddressfmt.cpp b/kabc/tests/testaddressfmt.cpp index 9f70a0eec..c9369d756 100644 --- a/kabc/tests/testaddressfmt.cpp +++ b/kabc/tests/testaddressfmt.cpp @@ -23,7 +23,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; Address a; a.setStreet("Lummerlandstr. 1"); diff --git a/kabc/tests/testaddresslineedit.cpp b/kabc/tests/testaddresslineedit.cpp index f74af6089..f46604dc5 100644 --- a/kabc/tests/testaddresslineedit.cpp +++ b/kabc/tests/testaddresslineedit.cpp @@ -14,7 +14,7 @@ int main( int argc,char **argv ) I18N_NOOP( "Test Address LineEdit" ), "0.1" ); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; AddressLineEdit *lineEdit = new AddressLineEdit( 0 ); diff --git a/kabc/tests/testdb.cpp b/kabc/tests/testdb.cpp index 1c5454630..2abedb9be 100644 --- a/kabc/tests/testdb.cpp +++ b/kabc/tests/testdb.cpp @@ -15,8 +15,8 @@ int main(int argc,char **argv) KAboutData aboutData("testdb","TestKabcDB","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); -// KApplication app( false, false ); - KApplication app; +// TDEApplication app( false, false ); + TDEApplication app; AddressBook ab; diff --git a/kabc/tests/testdistlist.cpp b/kabc/tests/testdistlist.cpp index 4323db30d..3f4b67e0a 100644 --- a/kabc/tests/testdistlist.cpp +++ b/kabc/tests/testdistlist.cpp @@ -26,7 +26,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("list")) { diff --git a/kabc/tests/testkabc.cpp b/kabc/tests/testkabc.cpp index 04a589eef..ee767e523 100644 --- a/kabc/tests/testkabc.cpp +++ b/kabc/tests/testkabc.cpp @@ -23,7 +23,7 @@ int main(int argc,char **argv) KAboutData aboutData("testkabc",I18N_NOOP("TestKabc"),"0.1"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app( false, false ); + TDEApplication app( false, false ); AddressBook *ab = StdAddressBook::self(); #define READ diff --git a/kabc/tests/testkabcdlg.cpp b/kabc/tests/testkabcdlg.cpp index 322bb1ca9..b78fb4a5f 100644 --- a/kabc/tests/testkabcdlg.cpp +++ b/kabc/tests/testkabcdlg.cpp @@ -22,7 +22,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("multiple")) { diff --git a/kabc/tests/testldapclient.cpp b/kabc/tests/testldapclient.cpp index 456bb64e3..bb52afd1a 100644 --- a/kabc/tests/testldapclient.cpp +++ b/kabc/tests/testldapclient.cpp @@ -29,9 +29,9 @@ int main(int argc, char *argv[]) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TDECmdLineArgs::init(argc,argv,"testldapclient", 0, 0, 0, 0); - KApplication app; + TDEApplication app; TestLDAPClient test; test.setup(); diff --git a/kabc/tests/testlock.cpp b/kabc/tests/testlock.cpp index 5c52e98ee..31d053208 100644 --- a/kabc/tests/testlock.cpp +++ b/kabc/tests/testlock.cpp @@ -169,7 +169,7 @@ int main(int argc,char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; TQString identifier; |