summaryrefslogtreecommitdiffstats
path: root/kaddressbook/distributionlisteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/distributionlisteditor.h')
-rw-r--r--kaddressbook/distributionlisteditor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kaddressbook/distributionlisteditor.h b/kaddressbook/distributionlisteditor.h
index 7c512109..448221ce 100644
--- a/kaddressbook/distributionlisteditor.h
+++ b/kaddressbook/distributionlisteditor.h
@@ -16,8 +16,8 @@
along with this program; if not, write to the Free Software
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.
*/
#ifndef KPIM_DISTRIBUTIONLISTEDITOR_H
@@ -39,8 +39,9 @@ class EditorWidgetPrivate;
class EditorWidget : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- explicit EditorWidget( KABC::AddressBook* book, TQWidget* parent = 0 );
+ explicit EditorWidget( KABC::AddressBook* book, TQWidget* tqparent = 0 );
~EditorWidget();
void setDistributionList( const KPIM::DistributionList& list );