summaryrefslogtreecommitdiffstats
path: root/klipper/applet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/applet.cpp')
-rw-r--r--klipper/applet.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/klipper/applet.cpp b/klipper/applet.cpp
index aaaf95232..d4add1609 100644
--- a/klipper/applet.cpp
+++ b/klipper/applet.cpp
@@ -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) by Andrew Stanley-Jones
Copyright (C) 2000 by Carsten Pfeiffer <pfeiffer@kde.org>
@@ -32,7 +31,7 @@
extern "C"
{
- KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
+ TDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile)
{
TDEGlobal::locale()->insertCatalogue("klipper");
int actions = KPanelApplet::Preferences | KPanelApplet::About | KPanelApplet::Help;