diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-07 23:40:10 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-07 23:40:10 +0000 |
commit | c856c3c44f488b137dd3b76f81b2d4b9c5444b73 (patch) | |
tree | 88a64ae28e48d4f71396d329b0d1c797b31accc3 /muse2/synti/deicsonze-OLD | |
parent | 1e2c10156202d4b50df409a1930adc3f151e44dc (diff) |
Converted all latin1() instances. Ported Qt3 methods to Qt4.
Diffstat (limited to 'muse2/synti/deicsonze-OLD')
-rw-r--r-- | muse2/synti/deicsonze-OLD/deicsonze.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/synti/deicsonze-OLD/deicsonze.cpp b/muse2/synti/deicsonze-OLD/deicsonze.cpp index 4eea4102..63c96deb 100644 --- a/muse2/synti/deicsonze-OLD/deicsonze.cpp +++ b/muse2/synti/deicsonze-OLD/deicsonze.cpp @@ -648,10 +648,10 @@ void DeicsOnze::loadSutulaPresets() QString(INSTALL_NAME)); presetPath += "/presets/deicsonze/ARCH_ALIN"; - file = fopen (presetPath.latin1(), "rt"); + file = fopen (presetPath.toLatin1(), "rt"); if (file == NULL) { printf("can't open "); - printf("%s",presetPath.latin1()); + printf("%s",presetPath.toLatin1()); printf("\n"); return; } |