summaryrefslogtreecommitdiffstats
path: root/klipper/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/history.h')
-rw-r--r--klipper/history.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/klipper/history.h b/klipper/history.h
index 405041e0e..eaa7e58f3 100644
--- a/klipper/history.h
+++ b/klipper/history.h
@@ -1,4 +1,3 @@
-// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8; -*-
/* This file is part of the KDE project
Copyright (C) 2004 Esben Mose Hansen <kde@mosehansen.dk>
Copyright (C) Andrew Stanley-Jones
@@ -32,7 +31,7 @@ class QptrListIterator;
class History : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
History( TQWidget* parent, const char* name );
~History();