From d70ce47c224b328c429a5f2406e5e793b009541d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:44 -0600 Subject: Additional kde to tde renaming --- libkdepim/addresseeview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkdepim/addresseeview.cpp') diff --git a/libkdepim/addresseeview.cpp b/libkdepim/addresseeview.cpp index 4d297ebb..15c7215e 100644 --- a/libkdepim/addresseeview.cpp +++ b/libkdepim/addresseeview.cpp @@ -633,7 +633,7 @@ void AddresseeView::faxNumberClicked( const TQString &number ) { KConfig config( "kaddressbookrc" ); config.setGroup( "General" ); - TQString commandLine = config.readEntry( "FaxHookApplication", "kdeprintfax --phone %N" ); + TQString commandLine = config.readEntry( "FaxHookApplication", "tdeprintfax --phone %N" ); if ( commandLine.isEmpty() ) { KMessageBox::sorry( this, i18n( "There is no application set which could be executed. Please go to the settings dialog and configure one." ) ); -- cgit v1.2.3