summaryrefslogtreecommitdiffstats
path: root/kopete/kopete
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:11:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:11:39 -0600
commit4f070eb987ea6e0dd71f6266835c14e8fcbeb18b (patch)
tree4127dd988254428d89cb510c2561f5aef48bec27 /kopete/kopete
parent51b3545acc932a04b38988188b955eb9d35334a3 (diff)
downloadtdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.tar.gz
tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kopete/kopete')
-rw-r--r--kopete/kopete/chatwindow/tests/chatwindowstyle_test.cpp2
-rw-r--r--kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/tests/chatwindowstyle_test.cpp b/kopete/kopete/chatwindow/tests/chatwindowstyle_test.cpp
index 2f6ea711..91626e66 100644
--- a/kopete/kopete/chatwindow/tests/chatwindowstyle_test.cpp
+++ b/kopete/kopete/chatwindow/tests/chatwindowstyle_test.cpp
@@ -33,7 +33,7 @@ void ChatWindowStyle_Test::allTests()
testStyle = new ChatWindowStyle(TQString(SRCDIR)+TQString("/TestStyle"));
// change user data dir to avoid messing with user's .kde dir
- setenv( "KDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kopete-unittest" ), true );
+ setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kopete-unittest" ), true );
testPaths();
testHtml();
diff --git a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
index 4a2b648f..c3dd3edc 100644
--- a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
+++ b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
@@ -181,7 +181,7 @@ ChatWindowStyleRendering_Test::~ChatWindowStyleRendering_Test()
void ChatWindowStyleRendering_Test::allTests()
{
// change user data dir to avoid messing with user's .kde dir
- setenv( "KDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kopete-unittest" ), true );
+ setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kopete-unittest" ), true );
KApplication::disableAutoDcopRegistration();
//KCmdLineArgs::init(argc,argv,"testkopetemessage", 0, 0, 0, 0);