diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:21:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:21:49 -0600 |
commit | 5c0b074b330a2172b0097aed97e2c6f1c99c748d (patch) | |
tree | 921e0ed383042714273a3af91a1d3ba5d6f9b87b /src/notes.cpp | |
parent | 43cac3ddf16f99bd14256817d7227c5b30a0af18 (diff) | |
download | knowit-5c0b074b330a2172b0097aed97e2c6f1c99c748d.tar.gz knowit-5c0b074b330a2172b0097aed97e2c6f1c99c748d.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/notes.cpp')
-rw-r--r-- | src/notes.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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; } |