diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:51:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:51:30 -0600 |
commit | 29df04c24350cc76a41e2410d1c92445f9338b98 (patch) | |
tree | c2b9cde128e24275393a83d9eaec58b2ef12d109 /kxsldbg/kxsldbgpart/libxsldbg/options.cpp | |
parent | c70534eef6085384ef7ddff369a154dbc8901917 (diff) | |
download | tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.tar.gz tdewebdev-29df04c24350cc76a41e2410d1c92445f9338b98.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kxsldbg/kxsldbgpart/libxsldbg/options.cpp')
-rw-r--r-- | kxsldbg/kxsldbgpart/libxsldbg/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/kxsldbgpart/libxsldbg/options.cpp b/kxsldbg/kxsldbgpart/libxsldbg/options.cpp index 492aba6a..525c3728 100644 --- a/kxsldbg/kxsldbgpart/libxsldbg/options.cpp +++ b/kxsldbg/kxsldbgpart/libxsldbg/options.cpp @@ -95,7 +95,7 @@ static TQString langLookupDir( const TQString &fname ) TQStringList search; // assemble the local search paths - TQStringList localDoc = KGlobal::dirs()->resourceDirs("html"); + TQStringList localDoc = TDEGlobal::dirs()->resourceDirs("html"); // also look in each of the TDEDIR paths TQString kdeDirs = getenv("TDEDIRS"); TQStringList kdeDirsList = TQStringList::split(":", kdeDirs); @@ -107,7 +107,7 @@ static TQString langLookupDir( const TQString &fname ) // look up the different languages for (uint id=0; id < localDoc.count(); id++) { - TQStringList langs = KGlobal::locale()->languageList(); + TQStringList langs = TDEGlobal::locale()->languageList(); langs.append( "en" ); langs.remove( "C" ); TQStringList::ConstIterator lang; |