summaryrefslogtreecommitdiffstats
path: root/klipper/applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/applet.h')
-rw-r--r--klipper/applet.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/klipper/applet.h b/klipper/applet.h
index 3f1ee3361..acf4e1083 100644
--- a/klipper/applet.h
+++ b/klipper/applet.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) Andrew Stanley-Jones
@@ -29,7 +28,7 @@ class KlipperAppletWidget;
class KlipperApplet : public KPanelApplet
{
- Q_OBJECT
+ TQ_OBJECT
public:
KlipperApplet(const TQString& configFile, Type t = Normal, int actions = 0,
TQWidget *parent = 0, const char *name = 0);
@@ -50,7 +49,7 @@ private:
class KlipperAppletWidget : public KlipperWidget
{
- Q_OBJECT
+ TQ_OBJECT
K_DCOP
k_dcop:
int newInstance();