summaryrefslogtreecommitdiffstats
path: root/khelpcenter/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/history.h')
-rw-r--r--khelpcenter/history.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/khelpcenter/history.h b/khelpcenter/history.h
index c7c4c9532..21f41fa09 100644
--- a/khelpcenter/history.h
+++ b/khelpcenter/history.h
@@ -36,7 +36,7 @@ class View;
class History : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
friend class foo; // to make gcc shut up
struct Entry
@@ -104,4 +104,3 @@ class History : public TQObject
}
#endif // HISTORY_H
-// vim:ts=2:sw=2:et