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 --- kolf/newgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolf/newgame.cpp') diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp index 493b00fd..a617fc1f 100644 --- a/kolf/newgame.cpp +++ b/kolf/newgame.cpp @@ -104,7 +104,7 @@ NewGameDialog::NewGameDialog(bool enableCourses, TQWidget *parent, const char *_ externCourses = config->readListEntry("extra"); /// course loading - TQStringList items = externCourses + KGlobal::dirs()->findAllResources("appdata", "courses/*"); + TQStringList items = externCourses + TDEGlobal::dirs()->findAllResources("appdata", "courses/*"); TQStringList nameList; const TQString lastCourse(config->readEntry("course", "")); int curItem = 0; -- cgit v1.2.1