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/kttsmgr/kttsmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kttsd/kttsmgr/kttsmgr.cpp') diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp index 7a021d8..6dbc288 100644 --- a/kttsd/kttsmgr/kttsmgr.cpp +++ b/kttsd/kttsmgr/kttsmgr.cpp @@ -92,7 +92,7 @@ int main (int argc, char *argv[]) dlg.setIcon(TDEGlobal::iconLoader()->loadIcon("kttsd", KIcon::Small)); // Get SysTray and ShowMainWindow options. - KConfig* config = new KConfig("kttsdrc"); + TDEConfig* config = new TDEConfig("kttsdrc"); config->setGroup("General"); bool embedInSysTray = config->readBoolEntry("EmbedInSysTray", true); // Can only hide main window if we are in the system tray, otherwise, no way -- cgit v1.2.3