summaryrefslogtreecommitdiffstats
path: root/adept/installer/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 07:59:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 07:59:22 -0600
commitdd1c3a7275c5ae000842515d0da3a2a3d4acf0f5 (patch)
tree935116b66d8f3b07ff8a003d61120285ba8a5106 /adept/installer/main.cpp
parent83f569048a7bf886136033340127306248868d3c (diff)
downloadadept-dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5.tar.gz
adept-dd1c3a7275c5ae000842515d0da3a2a3d4acf0f5.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'adept/installer/main.cpp')
-rw-r--r--adept/installer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adept/installer/main.cpp b/adept/installer/main.cpp
index 6795c3a..6837a0d 100644
--- a/adept/installer/main.cpp
+++ b/adept/installer/main.cpp
@@ -14,7 +14,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KLocale::setMainCatalogue("adept_installer");
+ TDELocale::setMainCatalogue("adept_installer");
putenv( "TQT_IM_MODULE=xim" );
TQString description = i18n("Adept Installer");