From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcontrol/ebrowsing/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/ebrowsing/main.h') diff --git a/kcontrol/ebrowsing/main.h b/kcontrol/ebrowsing/main.h index 8508b0a0b..94780c995 100644 --- a/kcontrol/ebrowsing/main.h +++ b/kcontrol/ebrowsing/main.h @@ -29,7 +29,7 @@ class KURIFilter; -class KURIFilterModule : public KCModule { +class KURIFilterModule : public TDECModule { Q_OBJECT public: @@ -45,7 +45,7 @@ private: TQWidget *widget; FilterOptions *opts; - TQPtrList modules; + TQPtrList modules; }; #endif -- cgit v1.2.3