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 --- karm/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'karm/mainwindow.h') diff --git a/karm/mainwindow.h b/karm/mainwindow.h index d5a53a20c..366af3d7e 100644 --- a/karm/mainwindow.h +++ b/karm/mainwindow.h @@ -109,8 +109,8 @@ class MainWindow : public KParts::MainWindow, virtual public KarmDCOPIface protected: void starStatusBar(); - virtual void saveProperties( KConfig* ); - virtual void readProperties( KConfig* ); + virtual void saveProperties( TDEConfig* ); + virtual void readProperties( TDEConfig* ); void saveGeometry(); void loadGeometry(); bool queryClose(); -- cgit v1.2.1