diff options
author | Timothy Pearson <[email protected]> | 2011-12-08 17:21:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-08 17:21:09 -0600 |
commit | fb010b103703b3229758ce9cf1341979cc450204 (patch) | |
tree | 90639442ba9f4e06fccc0f4f7b7aed315423e6f1 | |
parent | 5cc1a03c9c705fc0d2b1ad56165738af61eb0a9a (diff) | |
download | kbarcode-fb010b103703b3229758ce9cf1341979cc450204.tar.gz kbarcode-fb010b103703b3229758ce9cf1341979cc450204.zip |
Rename additional KDE strings
-rw-r--r-- | kbarcode/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp index 7f0c7fc..ea0ff74 100644 --- a/kbarcode/main.cpp +++ b/kbarcode/main.cpp @@ -55,15 +55,15 @@ void setupDirs() if( locate("data", "kbarcode/logo.png").isEmpty() ) { // Maybe KBarcode was not installed into $TDEDIR KStandardDirs* dirs = KGlobal::dirs(); - TQString kdedir = dirs->kfsstnd_prefixes(); + TQString tdedir = dirs->kfsstnd_prefixes(); - if( !kdedir.contains( "/usr/local/" ) ) + if( !tdedir.contains( "/usr/local/" ) ) dirs->addPrefix( "/usr/local/" ); - if( !kdedir.contains( "/usr/local/kde/" ) ) + if( !tdedir.contains( "/usr/local/kde/" ) ) dirs->addPrefix( "/usr/local/kde/" ); - if( !kdedir.contains( "/usr/" ) ) + if( !tdedir.contains( "/usr/" ) ) dirs->addPrefix( "/usr/" ); qDebug("WARNING: Prefix changed: %s", dirs->kfsstnd_prefixes().latin1() ); |