diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
| commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
| tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /libtdepim/tests | |
| parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
| download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip | |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'libtdepim/tests')
| -rw-r--r-- | libtdepim/tests/testdistrlist.cpp | 4 | ||||
| -rw-r--r-- | libtdepim/tests/testwizard.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp index 7572c847..b6962d51 100644 --- a/libtdepim/tests/testdistrlist.cpp +++ b/libtdepim/tests/testdistrlist.cpp @@ -152,8 +152,8 @@ void TestDistrList::cleanup() TQString tdehome = TQFile::decodeName( getenv("TDEHOME") ); KURL urltdehome; urltdehome.setPath( tdehome ); - // don't use KIO::NetAccess here since it needs X - // KIO::NetAccess::del( urltdehome, 0 )i; + // don't use TDEIO::NetAccess here since it needs X + // TDEIO::NetAccess::del( urltdehome, 0 )i; assert( removeDirAndContentsRecursively( tdehome ) ); } diff --git a/libtdepim/tests/testwizard.cpp b/libtdepim/tests/testwizard.cpp index 4e3dec28..1e404165 100644 --- a/libtdepim/tests/testwizard.cpp +++ b/libtdepim/tests/testwizard.cpp @@ -32,11 +32,11 @@ #include <tqlayout.h> #include <tqcheckbox.h> -class TestConfigWizard : public KConfigWizard +class TestConfigWizard : public TDEConfigWizard { public: TestConfigWizard() : - KConfigWizard( new KConfigPropagator( MyConfig::self(), + TDEConfigWizard( new TDEConfigPropagator( MyConfig::self(), "propagator_test.kcfg" ) ) { TQFrame *page = createWizardPage( "My Wizard Page" ); @@ -83,7 +83,7 @@ static const KCmdLineOptions options[] = int main(int argc,char **argv) { - TDEAboutData aboutData("testwizard","Test KConfigWizard","0.1"); + TDEAboutData aboutData("testwizard","Test TDEConfigWizard","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); |
