From 20de04ce44f63fb911103d7870d39d2782d14cda Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:24 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- atlantikdesigner/designer/designer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atlantikdesigner/designer/designer.cpp') diff --git a/atlantikdesigner/designer/designer.cpp b/atlantikdesigner/designer/designer.cpp index 7ce379a..fc4085c 100644 --- a/atlantikdesigner/designer/designer.cpp +++ b/atlantikdesigner/designer/designer.cpp @@ -74,7 +74,7 @@ AtlanticDesigner::AtlanticDesigner(TQWidget *parent, const char *name) createGUI("atlantikdesignerui.rc"); - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); config->setGroup("General"); TQColor defaultColor = colorGroup().background(); defaultBg = config->readColorEntry("alternateBackground", &defaultColor); -- cgit v1.2.1