summaryrefslogtreecommitdiffstats
path: root/doc/html/filter_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/filter_8h-source.html')
-rw-r--r--doc/html/filter_8h-source.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/filter_8h-source.html b/doc/html/filter_8h-source.html
index cb1ed84..b15b2d3 100644
--- a/doc/html/filter_8h-source.html
+++ b/doc/html/filter_8h-source.html
@@ -36,7 +36,7 @@
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define FILTER_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021
-<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;kconfig.h&gt;</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;tdeconfig.h&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "filterlist.h"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "filterelem.h"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "showrecordelem.h"</span>
@@ -54,8 +54,8 @@
<a name="l00040"></a>00040 <span class="keyword">static</span> <a class="code" href="classFilterElem.html">FilterElem</a>* <a class="code" href="classFilter.html#1092aa06ff29a9c2adceadde9d4891f3">matches</a> (<a class="code" href="classShowRecordElem.html">ShowRecordElem</a>*);
<a name="l00041"></a><a class="code" href="classFilter.html#4d53518cda0abbbb6ca6badd97bb321a">00041</a> <span class="keyword">static</span> <a class="code" href="classFilterList.html">FilterList</a> <a class="code" href="classFilter.html#4d53518cda0abbbb6ca6badd97bb321a">_filter</a>;
<a name="l00042"></a><a class="code" href="classFilter.html#13f81ff1452d6cdc1076393813163df5">00042</a> <span class="keyword">static</span> <a class="code" href="classFilter.html#829a8d1a39c82631bfa096afb6102a6a">filterStatus</a> <a class="code" href="classFilter.html#13f81ff1452d6cdc1076393813163df5">_status</a>;
-<a name="l00043"></a>00043 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classFilter.html#8a623e7594c98dc82c711b1cf6c7ba3c">readOptions</a> (KConfig* config);
-<a name="l00044"></a>00044 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classFilter.html#f7df8eed305a70107437c61ab6a328d6">saveOptions</a> (KConfig* config);
+<a name="l00043"></a>00043 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classFilter.html#8a623e7594c98dc82c711b1cf6c7ba3c">readOptions</a> (TDEConfig* config);
+<a name="l00044"></a>00044 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classFilter.html#f7df8eed305a70107437c61ab6a328d6">saveOptions</a> (TDEConfig* config);
<a name="l00045"></a>00045 };
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="preprocessor">#endif</span>