diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:27:40 -0600 |
commit | 949de8193689ca683656ae666fda3e89f115567e (patch) | |
tree | e4bb1b7141470b44afcc9d826aa75548faa52e47 /ktouch | |
parent | 9a22ee8ba6a3a310bab85ea82c8d9d68293b82c0 (diff) | |
download | tdeedu-949de8193689ca683656ae666fda3e89f115567e.tar.gz tdeedu-949de8193689ca683656ae666fda3e89f115567e.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'ktouch')
-rw-r--r-- | ktouch/src/ktouch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp index 4a3fa700..4e9ba2da 100644 --- a/ktouch/src/ktouch.cpp +++ b/ktouch/src/ktouch.cpp @@ -747,7 +747,7 @@ void KTouch::updateFontFromLecture() { // This function populates the file lists with the installed training, keyboard and // examination files. void KTouch::updateFileLists() { - KStandardDirs *dirs = TDEGlobal::dirs(); + TDEStandardDirs *dirs = TDEGlobal::dirs(); // first search for all installed keyboard files // TODO : search in i18n() directories |