diff options
Diffstat (limited to 'buildtools/autotools/addtargetdlg.cpp')
| -rw-r--r-- | buildtools/autotools/addtargetdlg.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addtargetdlg.cpp b/buildtools/autotools/addtargetdlg.cpp index 01cb0a21..868cc504 100644 --- a/buildtools/autotools/addtargetdlg.cpp +++ b/buildtools/autotools/addtargetdlg.cpp @@ -1,6 +1,6 @@  /***************************************************************************   *   Copyright (C) 2001 by Bernd Gehrmann                                  * - *   bernd@kdevelop.org                                                    * + *   bernd@tdevelop.org                                                    *   *                                                                         *   *   This program is free software; you can redistribute it and/or modify  *   *   it under the terms of the GNU General Public License as published by  * @@ -52,7 +52,7 @@ AddTargetDialog::AddTargetDialog(AutoProjectWidget *widget, SubprojectItem *item  	connect( filename_edit, TQT_SIGNAL( textChanged(const TQString&) ), this, TQT_SLOT( slotFileNameChanged (const TQString&) ) ); -	setIcon ( SmallIcon ( "targetnew_kdevelop.png" ) ); +	setIcon ( SmallIcon ( "targetnew_tdevelop.png" ) );  	canonicalLabel->setText ( TQString() );  }  | 
