summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/input
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:52:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:52:36 -0500
commit3f88fb148c49c608af63c7905a68460a74200d4f (patch)
tree911651021862f38d9daf6795bf436b5d0ebcf3cb /kaffeine/src/input
parent222c53bf1110082431655015991fbdfdcc705bde (diff)
downloadkaffeine-3f88fb148c49c608af63c7905a68460a74200d4f.tar.gz
kaffeine-3f88fb148c49c608af63c7905a68460a74200d4f.zip
Fix references to user profile directory.
Diffstat (limited to 'kaffeine/src/input')
-rw-r--r--kaffeine/src/input/dvb/dvbconfig.cpp2
-rw-r--r--kaffeine/src/input/dvb/dvbpanel.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kaffeine/src/input/dvb/dvbconfig.cpp b/kaffeine/src/input/dvb/dvbconfig.cpp
index 5f9e228..fa59aea 100644
--- a/kaffeine/src/input/dvb/dvbconfig.cpp
+++ b/kaffeine/src/input/dvb/dvbconfig.cpp
@@ -816,7 +816,7 @@ DvbConfigDialog::DvbConfigDialog( DvbPanel *pan, DVBconfig *dc, TQWidget *parent
}
}
lab = new TQLabel( i18n("<qt><i>If you can't find your network/location in the list, you'll have to create one. "
- "Look in $HOME/.kde/share/apps/kaffeine/dvb-x/ and take an existing file as start point. "
+ "Look in $HOME/.trinity/share/apps/kaffeine/dvb-x/ and take an existing file as start point. "
"Fill in with the values for your network/location and give it a sensible name "
"(follow the naming convention). If you think your new file could be usefull for others, send it to "
"kaffeine-user(AT)lists.sf.net.</i></qt>"), gb );
diff --git a/kaffeine/src/input/dvb/dvbpanel.cpp b/kaffeine/src/input/dvb/dvbpanel.cpp
index bbc4e32..e63bd2b 100644
--- a/kaffeine/src/input/dvb/dvbpanel.cpp
+++ b/kaffeine/src/input/dvb/dvbpanel.cpp
@@ -1103,7 +1103,7 @@ loop:
ret = KMessageBox::questionYesNo( mainWidget, i18n("<qt>Can't get DVB data from http://hftom.free.fr/kaxtv/dvbdata.tar.gz!<br>\
Check your internet connection, and say Yes to try again.<br>\
Or say No to cancel.<br>\
- If you already have this archive, copy it to ~/.kde/share/apps/kaffeine/dvbdata.tar.gz and say Yes.<br><br>Should I try again?</qt>") );
+ If you already have this archive, copy it to ~/.trinity/share/apps/kaffeine/dvbdata.tar.gz and say Yes.<br><br>Should I try again?</qt>") );
if ( ret==KMessageBox::Yes )
goto loop;
return;
@@ -1671,7 +1671,7 @@ loop:
ret = KMessageBox::questionYesNo( mainWidget, i18n("<qt>Can't get DVB data from http://hftom.free.fr/kaxtv/dvbdata.tar.gz!<br>\
Check your internet connection, and say Yes to try again.<br>\
Or say No to cancel.<br>\
- If you already have this archive, copy it to ~/.kde/share/apps/kaffeine/dvbdata.tar.gz and say Yes.<br><br>Should I try again?</qt>") );
+ If you already have this archive, copy it to ~/.trinity/share/apps/kaffeine/dvbdata.tar.gz and say Yes.<br><br>Should I try again?</qt>") );
if ( ret==KMessageBox::Yes )
goto loop;
return;