From 6379d18e0ec321e0e08a1389ee4a12f0eaa5992e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:14 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kttsd/filters/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/filters/main.cpp') diff --git a/kttsd/filters/main.cpp b/kttsd/filters/main.cpp index 5ffdef9..983b68b 100644 --- a/kttsd/filters/main.cpp +++ b/kttsd/filters/main.cpp @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) TQStringList(), &errorNo); if(plugIn) { - KConfig* config = new KConfig("kttsdrc"); + TDEConfig* config = new TDEConfig("kttsdrc"); config->setGroup( "General" ); plugIn->init( config, groupName ); TQTextStream inp ( stdin, IO_ReadOnly ); -- cgit v1.2.1