diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:19:29 -0600 |
commit | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch) | |
tree | 36de2281c8b4cf238a5e27a76b5c6e07f40151ab /libk3b/tools/k3btempfile.cpp | |
parent | 2a3289ab87c52551fd2f5655492988ca02c17892 (diff) | |
download | k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.tar.gz k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'libk3b/tools/k3btempfile.cpp')
-rw-r--r-- | libk3b/tools/k3btempfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3btempfile.cpp b/libk3b/tools/k3btempfile.cpp index 18ad803..0136f91 100644 --- a/libk3b/tools/k3btempfile.cpp +++ b/libk3b/tools/k3btempfile.cpp @@ -24,7 +24,7 @@ static inline TQString defaultTempDir() // we need a world-readable temp dir // FIXME: check if the default is world-readable -// TQStringList dirs = KGlobal::dirs()->resourceDirs( "tmp" ); +// TQStringList dirs = TDEGlobal::dirs()->resourceDirs( "tmp" ); // for( TQStringList::const_iterator it = dirs.begin(); // it != dirs.end(); ++it ) { // const TQString& dir = *it; |