From 83b79bb29aaa412caec6abcdb42ca21d248b3b3a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:28 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/k3bapplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k3bapplication.h') diff --git a/src/k3bapplication.h b/src/k3bapplication.h index a51dbc7..e0a50e1 100644 --- a/src/k3bapplication.h +++ b/src/k3bapplication.h @@ -87,10 +87,10 @@ class K3bApplication::Core : public K3bCore // make sure the libk3b uses the same configuration // needed since the lib still depends on K3bCore::config // the goal is to make the lib independent from the config - KConfig* config() const; + TDEConfig* config() const; - void readSettings( KConfig* c = 0 ); - void saveSettings( KConfig* c = 0 ); + void readSettings( TDEConfig* c = 0 ); + void saveSettings( TDEConfig* c = 0 ); /** * \reimplemented from K3bCore. We use our own devicemanager here. -- cgit v1.2.3