From 555ea1c7f342582df2985a7c02e880174877526e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kdat/Options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdat/Options.h') diff --git a/kdat/Options.h b/kdat/Options.h index 522abd8..7543897 100644 --- a/kdat/Options.h +++ b/kdat/Options.h @@ -21,7 +21,7 @@ #include -class KConfig; +class TDEConfig; /** * @short The central repository for user preferences. @@ -29,7 +29,7 @@ class KConfig; class Options : public TQObject { Q_OBJECT - KConfig* _config; + TDEConfig* _config; int _defaultTapeSize; int _tapeBlockSize; TQString _tapeDevice; -- cgit v1.2.1