From 5c0b074b330a2172b0097aed97e2c6f1c99c748d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:21:49 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/notes.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/notes.cpp') diff --git a/src/notes.cpp b/src/notes.cpp index 16ee565..0ecb01f 100644 --- a/src/notes.cpp +++ b/src/notes.cpp @@ -57,7 +57,7 @@ TQString TNoteLink::text(int fmt) const TQPixmap TNoteLink::icon() const { - return KGlobal::iconLoader()->loadIcon(KMimeType::iconForURL(KURL(link)), + return TDEGlobal::iconLoader()->loadIcon(KMimeType::iconForURL(KURL(link)), KIcon::Small); } @@ -85,10 +85,10 @@ bool TNoteLink::isLocalReference() const TNotesCollection::TNotesCollection() { - Pixmaps[0] = KGlobal::iconLoader()->loadIcon("ascii", KIcon::Small); - Pixmaps[1] = KGlobal::iconLoader()->loadIcon("txt", KIcon::Small); - Pixmaps[2] = KGlobal::iconLoader()->loadIcon("folder", KIcon::Small); - Pixmaps[3] = KGlobal::iconLoader()->loadIcon("folder_txt", KIcon::Small); + Pixmaps[0] = TDEGlobal::iconLoader()->loadIcon("ascii", KIcon::Small); + Pixmaps[1] = TDEGlobal::iconLoader()->loadIcon("txt", KIcon::Small); + Pixmaps[2] = TDEGlobal::iconLoader()->loadIcon("folder", KIcon::Small); + Pixmaps[3] = TDEGlobal::iconLoader()->loadIcon("folder_txt", KIcon::Small); modified = false; autoUpdate = true; } -- cgit v1.2.3