From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kicker/applets/trash/trashapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker/applets/trash') 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() -- cgit v1.2.1