From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- knetworkconf/knetworkconf/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knetworkconf') diff --git a/knetworkconf/knetworkconf/main.cpp b/knetworkconf/knetworkconf/main.cpp index 8ebe038..8af3252 100644 --- a/knetworkconf/knetworkconf/main.cpp +++ b/knetworkconf/knetworkconf/main.cpp @@ -42,7 +42,7 @@ extern "C" { KDE_EXPORT KCModule *create_knetworkconfmodule(TQWidget *parent, const char *name) { - KGlobal::locale()->insertCatalogue("knetworkconf"); + TDEGlobal::locale()->insertCatalogue("knetworkconf"); return new KNetworkConfModule(parent, name); } } -- cgit v1.2.1