From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korn/boxcontaineritem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korn/boxcontaineritem.cpp') diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp index 60277d1ed..3fea65f3e 100644 --- a/korn/boxcontaineritem.cpp +++ b/korn/boxcontaineritem.cpp @@ -78,7 +78,7 @@ BoxContainerItem::~BoxContainerItem() delete _command; } -void BoxContainerItem::readConfig( KConfig* config, const int index ) +void BoxContainerItem::readConfig( TDEConfig* config, const int index ) { //Read information about how the thing have to look like config->setGroup( TQString( "korn-%1" ).arg( index ) ); -- cgit v1.2.1