From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- krec/krecglobal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krec/krecglobal.h') diff --git a/krec/krecglobal.h b/krec/krecglobal.h index 71050fde..06615d8d 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -19,7 +19,7 @@ #include #include -class KConfig; +class TDEConfig; class TQWidget; class KStatusBar; @@ -51,7 +51,7 @@ public: TQWidget* mainWidget(); /// @return kapp->config() - static KConfig* kconfig(); + static TDEConfig* kconfig(); /// Sets the Statusbar. void setStatusBar( KStatusBar* ); -- cgit v1.2.1