summaryrefslogtreecommitdiffstats
path: root/src/notes.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:49 -0600
commit5c0b074b330a2172b0097aed97e2c6f1c99c748d (patch)
tree921e0ed383042714273a3af91a1d3ba5d6f9b87b /src/notes.cpp
parent43cac3ddf16f99bd14256817d7227c5b30a0af18 (diff)
downloadknowit-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.cpp10
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;
}