diff options
Diffstat (limited to 'kdeprint/foomatic2loader.h')
-rw-r--r-- | kdeprint/foomatic2loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/foomatic2loader.h b/kdeprint/foomatic2loader.h index fe32ee8fa..19cfc9d9d 100644 --- a/kdeprint/foomatic2loader.h +++ b/kdeprint/foomatic2loader.h @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2001-2003 Michael Goffioul <kdeprint@swing.be> + * Copyright (c) 2001-2003 Michael Goffioul <tdeprint@swing.be> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -46,7 +46,7 @@ public: private: TQMap<TQString,TQVariant> m_foodata; - friend int kdeprint_foomatic2parse( void* ); + friend int tdeprint_foomatic2parse( void* ); DrBase* createValue( const TQString&, const TQMap<TQString,TQVariant>& ) const; DrBase* createOption( const TQMap<TQString,TQVariant>& ) const; }; |