diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:01:45 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:01:45 -0600 |
| commit | c95876511a8ae1a902ae25715331a99a58ff552a (patch) | |
| tree | f9315fbe739a07924780abb82e2a3b77b3c33035 /KMFIPTInterface | |
| parent | 9ec556b0dd24fc18fb28a2a686bffbf80d24e685 (diff) | |
| download | kmyfirewall-c95876511a8ae1a902ae25715331a99a58ff552a.tar.gz kmyfirewall-c95876511a8ae1a902ae25715331a99a58ff552a.zip | |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'KMFIPTInterface')
| -rw-r--r-- | KMFIPTInterface/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index 22f55d1..12334df 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -38,7 +38,7 @@ static KCmdLineOptions options[] = }; int main ( int argc, char *argv[] ) { - KLocale::setMainCatalogue( "tdelibs" ); + TDELocale::setMainCatalogue( "tdelibs" ); TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ), version, description, TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" ); |
