summaryrefslogtreecommitdiffstats
path: root/klipper/klipperpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/klipperpopup.h')
-rw-r--r--klipper/klipperpopup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/klipper/klipperpopup.h b/klipper/klipperpopup.h
index ea800c675..f374a9978 100644
--- a/klipper/klipperpopup.h
+++ b/klipper/klipperpopup.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>
Copytight (C) by Andrew Stanley-Jones
@@ -37,7 +36,7 @@ class KLineEdit;
*/
class KlipperPopup : public TDEPopupMenu
{
- Q_OBJECT
+ TQ_OBJECT
public:
KlipperPopup( History* history, TQWidget* parent=0, const char* name=0 );