diff options
Diffstat (limited to 'kicker/applets/trash/trashapplet.cpp')
-rw-r--r-- | kicker/applets/trash/trashapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/trash/trashapplet.cpp b/kicker/applets/trash/trashapplet.cpp index 94d8a92db..6e1f11504 100644 --- a/kicker/applets/trash/trashapplet.cpp +++ b/kicker/applets/trash/trashapplet.cpp @@ -33,7 +33,7 @@ extern "C" { KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { - KGlobal::locale()->insertCatalogue("trashapplet"); + TDEGlobal::locale()->insertCatalogue("trashapplet"); return new TrashApplet(configFile, KPanelApplet::Normal, KPanelApplet::About, parent, "trashapplet"); } @@ -70,7 +70,7 @@ TrashApplet::~TrashApplet() disconnect( mpDirLister, TQT_SIGNAL( clear() ), this, TQT_SLOT( slotClear() ) ); delete mpDirLister; - KGlobal::locale()->removeCatalogue("trashapplet"); + TDEGlobal::locale()->removeCatalogue("trashapplet"); } void TrashApplet::about() |