summaryrefslogtreecommitdiffstats
path: root/ksame
diff options
context:
space:
mode:
Diffstat (limited to 'ksame')
-rw-r--r--ksame/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp
index 6cb78db1..f85a7f85 100644
--- a/ksame/main.cpp
+++ b/ksame/main.cpp
@@ -41,7 +41,7 @@ int main( int argc, char **argv ) {
TDEApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor);
TDEApplication a;
- KGlobal::locale()->insertCatalogue("libtdegames");
+ TDEGlobal::locale()->insertCatalogue("libtdegames");
KSameWidget *w = new KSameWidget;
if (kapp->isRestored()) {