From f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:16 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kbattleship/kbattleship/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbattleship') diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp index ba9a1092..a9a97a98 100644 --- a/kbattleship/kbattleship/main.cpp +++ b/kbattleship/kbattleship/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. TDEApplication app; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); TQString picDirCheck = locate("data", "kbattleship/pictures/"); TQString onePicCheck = locate("data", "kbattleship/pictures/hit.png"); -- cgit v1.2.1