From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcontrol/style/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/style/main.cpp') diff --git a/kcontrol/style/main.cpp b/kcontrol/style/main.cpp index 252cee0fd..334229f4e 100644 --- a/kcontrol/style/main.cpp +++ b/kcontrol/style/main.cpp @@ -5,7 +5,7 @@ #include "kcmstyle.h" extern "C" { - KCModule *create_style(TQWidget *parent, const char *) { + TDECModule *create_style(TQWidget *parent, const char *) { return new KCMStyle(parent, "kcmstyle"); } } -- cgit v1.2.1