summaryrefslogtreecommitdiffstats
path: root/src/theme.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:20:02 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:20:02 -0600
commitfd3ee3bab00031a5838b7500129993e2a0d714a3 (patch)
treec81234ee4e07f307392e5fe869d2bafbef46bd13 /src/theme.cpp
parente28fc401dc7e690b21e6669dd6d75920331f9ffe (diff)
downloadkbookreader-fd3ee3bab00031a5838b7500129993e2a0d714a3.tar.gz
kbookreader-fd3ee3bab00031a5838b7500129993e2a0d714a3.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/theme.cpp')
-rw-r--r--src/theme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme.cpp b/src/theme.cpp
index 9bfd824..6188720 100644
--- a/src/theme.cpp
+++ b/src/theme.cpp
@@ -40,8 +40,8 @@ Theme * Theme::self()
void Theme::loadTheme(const TQString& name)
{
const TQString themePath = "themes/" + name; //FIXME: Add 'name' check. Could be a hole.
- TQString bgPath = KGlobal::dirs()->findResource("appdata", themePath + "/bg.png");
- TQString bookmarkPath = KGlobal::dirs()->findResource("appdata", themePath + "/bookmark.png");
+ TQString bgPath = TDEGlobal::dirs()->findResource("appdata", themePath + "/bg.png");
+ TQString bookmarkPath = TDEGlobal::dirs()->findResource("appdata", themePath + "/bookmark.png");
m_bgPixmap = TQPixmap(bgPath);
m_bgResizedPixmap = m_bgPixmap;
m_bookmarkPixmap = TQPixmap(bookmarkPath);