diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /extra/kde311/kurifilter.h | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde311/kurifilter.h')
-rw-r--r-- | extra/kde311/kurifilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde311/kurifilter.h b/extra/kde311/kurifilter.h index c9113fe..798aafd 100644 --- a/extra/kde311/kurifilter.h +++ b/extra/kde311/kurifilter.h @@ -30,7 +30,7 @@ class KURIFilterPrivate; class KURIFilterDataPrivate; class TQStringList; -class KCModule; +class TDECModule; /** * This is a basic message object used for exchanging filtering @@ -342,7 +342,7 @@ public: * * @return A configuration module, @p null if the filter isn't configurable. */ - virtual KCModule *configModule( TQWidget*, const char* ) const { return 0; } + virtual TDECModule *configModule( TQWidget*, const char* ) const { return 0; } /** * Returns the name of the configuration module for the filter. |