diff options
Diffstat (limited to 'kaddressbook/simpleaddresseeeditor.cpp')
-rw-r--r-- | kaddressbook/simpleaddresseeeditor.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/simpleaddresseeeditor.cpp b/kaddressbook/simpleaddresseeeditor.cpp index f55ab303b..d5eb004d5 100644 --- a/kaddressbook/simpleaddresseeeditor.cpp +++ b/kaddressbook/simpleaddresseeeditor.cpp @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqlayout.h> @@ -30,8 +30,8 @@ #include "simpleaddresseeeditor.h" -SimpleAddresseeEditor::SimpleAddresseeEditor( TQWidget *parent, const char *name ) - : AddresseeEditorBase( parent, name ), +SimpleAddresseeEditor::SimpleAddresseeEditor( TQWidget *tqparent, const char *name ) + : AddresseeEditorBase( tqparent, name ), mDirty( false ), mBlockModified( false ) { |