diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:39:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:39:21 -0600 |
commit | c22809dba64187aaf99a19b184031f4843e3a3b5 (patch) | |
tree | 63072199503d903b543d0e4dbec631bca88e2fed /KMFIPTInterface | |
parent | 6417da608ae4aed82620d978218f42e9aa89abe6 (diff) | |
download | kmyfirewall-c22809dba64187aaf99a19b184031f4843e3a3b5.tar.gz kmyfirewall-c22809dba64187aaf99a19b184031f4843e3a3b5.zip |
Additional renaming of kde to tde
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 c3e28ee..56a44f7 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -38,7 +38,7 @@ static KCmdLineOptions options[] = }; int main ( int argc, char *argv[] ) { - KLocale::setMainCatalogue( "kdelibs" ); + KLocale::setMainCatalogue( "tdelibs" ); KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "KDE" ), version, description, KAboutData::License_GPL, "(C) 2001, Christian Hubinger" ); |