Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 6b87edd9b7
commit f050f7c84c

@ -147,7 +147,7 @@ for second ctors ItemInt64 and ItemUInt64
------------------------------------------------------------------------ ------------------------------------------------------------------------
r92 | (jim) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines r92 | (jim) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines
reversed tdecore/kconfigskeleton change reversed tdecore/tdeconfigskeleton change
------------------------------------------------------------------------ ------------------------------------------------------------------------
r91 | (jim) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines r91 | (jim) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines
@ -157,9 +157,9 @@ remove erroneous files
------------------------------------------------------------------------ ------------------------------------------------------------------------
r90 | (jim) | 2006-01-14 13:38:39 -0800 (Sat, 14 Jan 2006) | 5 lines r90 | (jim) | 2006-01-14 13:38:39 -0800 (Sat, 14 Jan 2006) | 5 lines
Fix sio syntax errors in tdecore/kconfigskeleton.sip Fix sio syntax errors in tdecore/tdeconfigskeleton.sip
(TQValueList<int>() as arg default value) and (TQValueList<int>() as arg default value) and
kio/slaveinterface.sip (%TypeHeaderCode in namespace tdeio/slaveinterface.sip (%TypeHeaderCode in namespace
instead of %ModuleHeaderCode outside) instead of %ModuleHeaderCode outside)
------------------------------------------------------------------------ ------------------------------------------------------------------------

@ -1,7 +1,7 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
r160 | (no author) | 2006-09-22 00:23:44 -0700 (Fri, 22 Sep 2006) | 2 lines r160 | (no author) | 2006-09-22 00:23:44 -0700 (Fri, 22 Sep 2006) | 2 lines
kio/kfileshare changed in error - reverted tdeio/tdefileshare changed in error - reverted
------------------------------------------------------------------------ ------------------------------------------------------------------------
r159 | (no author) | 2006-09-22 00:22:47 -0700 (Fri, 22 Sep 2006) | 3 lines r159 | (no author) | 2006-09-22 00:22:47 -0700 (Fri, 22 Sep 2006) | 3 lines
@ -162,17 +162,17 @@ r126 | (no author) | 2006-01-22 23:08:28 -0800 (Sun, 22 Jan 2006) | 4 lines
changed configure.py to concatenate by default for changed configure.py to concatenate by default for
gcc >= 4.0.3; deleted unneeded mapped type from gcc >= 4.0.3; deleted unneeded mapped type from
kio/global.sip tdeio/global.sip
------------------------------------------------------------------------ ------------------------------------------------------------------------
r125 | (no author) | 2006-01-22 21:45:55 -0800 (Sun, 22 Jan 2006) | 8 lines r125 | (no author) | 2006-01-22 21:45:55 -0800 (Sun, 22 Jan 2006) | 8 lines
modify configure.py to drop tderesources for KDE < 3.2; modify configure.py to drop tderesources for KDE < 3.2;
version Resource class in kabc/resource.sip; version version Resource class in kabc/resource.sip; version
64 bit read/write stuff in tdecore/kconfigbase.sip; 64 bit read/write stuff in tdecore/tdeconfigbase.sip;
version copy ctor in tdecore/kprocctrl.sip; version version copy ctor in tdecore/kprocctrl.sip; version
out longlong/ulonglong mapped types in kio/global.sip; out longlong/ulonglong mapped types in tdeio/global.sip;
version one method in kio/tdesycoca.sip; fix line with version one method in tdeio/tdesycoca.sip; fix line with
illegal char (?) in extensions/dcopexport.py illegal char (?) in extensions/dcopexport.py
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -324,7 +324,7 @@ for second ctors ItemInt64 and ItemUInt64
------------------------------------------------------------------------ ------------------------------------------------------------------------
r92 | (no author) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines r92 | (no author) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines
reversed tdecore/kconfigskeleton change reversed tdecore/tdeconfigskeleton change
------------------------------------------------------------------------ ------------------------------------------------------------------------
r91 | (no author) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines r91 | (no author) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines
@ -334,9 +334,9 @@ remove erroneous files
------------------------------------------------------------------------ ------------------------------------------------------------------------
r90 | (no author) | 2006-01-14 13:38:39 -0800 (Sat, 14 Jan 2006) | 5 lines r90 | (no author) | 2006-01-14 13:38:39 -0800 (Sat, 14 Jan 2006) | 5 lines
Fix sio syntax errors in tdecore/kconfigskeleton.sip Fix sio syntax errors in tdecore/tdeconfigskeleton.sip
(TQValueList<int>() as arg default value) and (TQValueList<int>() as arg default value) and
kio/slaveinterface.sip (%TypeHeaderCode in namespace tdeio/slaveinterface.sip (%TypeHeaderCode in namespace
instead of %ModuleHeaderCode outside) instead of %ModuleHeaderCode outside)
------------------------------------------------------------------------ ------------------------------------------------------------------------

@ -96,7 +96,7 @@ opt_dep_warnings = 0
opt_libdir = "lib" opt_libdir = "lib"
opt_dist_name = "" opt_dist_name = ""
pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources", "kabc", "tdeutils", "kfile", "tdeparts",\ pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources", "kabc", "tdeutils", "tdefile", "tdeparts",\
"tdehtml", "tdespell", "tdeprint", "tdemdi"] #, "tdespell2"] "tdehtml", "tdespell", "tdeprint", "tdemdi"] #, "tdespell2"]
pytde_imports = { pytde_imports = {
@ -109,10 +109,10 @@ pytde_imports = {
"tderesources": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tderesources": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
"kabc": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources"], "kabc": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources"],
"tdeutils": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tdeutils": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
"kfile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tdefile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
"tdeparts": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tdeparts": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"],
"tdehtml": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeutils", "kio", "tdeparts"], "tdehtml": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeutils", "kio", "tdeparts"],
"tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "kfile"], "tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdefile"],
"tdeprint": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"], "tdeprint": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"],
"tdemdi": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdeparts"], "tdemdi": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdeparts"],
"tdespell2": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"] "tdespell2": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"]
@ -125,15 +125,15 @@ kde_includes = {
"tdefx": None, "tdefx": None,
"tdeui": None, "tdeui": None,
"kio": ["kio"], "kio": ["kio"],
"tderesources": ["kio", "../kio", "tderesources"], "tderesources": ["kio", "../tdeio", "tderesources"],
"kabc": ["kio", "../kio", "tderesources", "kabc"], "kabc": ["kio", "../tdeio", "tderesources", "kabc"],
"kfile": ["kio", "../kio"], "tdefile": ["kio", "../tdeio"],
"tdeparts": ["kio", "../kio", "tdeparts"], "tdeparts": ["kio", "../tdeio", "tdeparts"],
"tdehtml": ["kio", "../kio", "tdeparts", "dom"], "tdehtml": ["kio", "../tdeio", "tdeparts", "dom"],
"tdespell": ["kio"], "tdespell": ["kio"],
"tdeprint": ["tdeprint"], "tdeprint": ["tdeprint"],
"tdemdi": ["tdemdi", "kio", "../kio", "tdeparts"], "tdemdi": ["tdemdi", "kio", "../tdeio", "tdeparts"],
"tdeutils": ["kio", "../kio"] #, "tdeutils": ["kio", "../tdeio"] #,
# "tdespell2": None # "tdespell2": None
} }
@ -148,7 +148,7 @@ postProcess = {
"tderesources": None, "tderesources": None,
"kabc": None, "kabc": None,
"kio": None, "kio": None,
"kfile": None, "tdefile": None,
"tdeparts": None, "tdeparts": None,
"tdehtml": None, "tdehtml": None,
"tdespell": None, "tdespell": None,
@ -749,7 +749,7 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e
if extra_lib == "dcop": if extra_lib == "dcop":
extra_lib = "DCOP" extra_lib = "DCOP"
elif extra_lib == "kfile": elif extra_lib == "tdefile":
extra_lib = "kio" extra_lib = "kio"
makefile.extra_libs.append(extra_lib) makefile.extra_libs.append(extra_lib)

@ -207,7 +207,7 @@
<tr ><td><a href="kabc/KABC.VCardFormat.html">KABC.VCardFormat</A></td></tr> <tr ><td><a href="kabc/KABC.VCardFormat.html">KABC.VCardFormat</A></td></tr>
<tr ><td><a href="kabc/KABC.VCardFormatPlugin.html">KABC.VCardFormatPlugin</A></td></tr> <tr ><td><a href="kabc/KABC.VCardFormatPlugin.html">KABC.VCardFormatPlugin</A></td></tr>
<tr ><td><a href="kabc/KABC.html">KABC</A></td></tr> <tr ><td><a href="kabc/KABC.html">KABC</A></td></tr>
<tr ><td><a href="kio/KACL.html">KACL</A></td></tr> <tr ><td><a href="tdeio/KACL.html">KACL</A></td></tr>
<tr ><td><a href="tdeui/KAboutApplication.html">KAboutApplication</A></td></tr> <tr ><td><a href="tdeui/KAboutApplication.html">KAboutApplication</A></td></tr>
<tr ><td><a href="tdeui/KAboutContainer.html">KAboutContainer</A></td></tr> <tr ><td><a href="tdeui/KAboutContainer.html">KAboutContainer</A></td></tr>
<tr ><td><a href="tdeui/KAboutContributor.html">KAboutContributor</A></td></tr> <tr ><td><a href="tdeui/KAboutContributor.html">KAboutContributor</A></td></tr>
@ -231,20 +231,20 @@
<tr ><td><a href="tdeui/KActionShortcutList.html">KActionShortcutList</A></td></tr> <tr ><td><a href="tdeui/KActionShortcutList.html">KActionShortcutList</A></td></tr>
<tr ><td><a href="tdeui/KActiveLabel.html">KActiveLabel</A></td></tr> <tr ><td><a href="tdeui/KActiveLabel.html">KActiveLabel</A></td></tr>
<tr ><td><a href="tdeui/KAnimWidget.html">KAnimWidget</A></td></tr> <tr ><td><a href="tdeui/KAnimWidget.html">KAnimWidget</A></td></tr>
<tr ><td><a href="kfile/KAppTreeListItem.html">KAppTreeListItem</A></td></tr> <tr ><td><a href="tdefile/KAppTreeListItem.html">KAppTreeListItem</A></td></tr>
<tr ><td><a href="tdecore/TDEApplication.html">TDEApplication</A></td></tr> <tr ><td><a href="tdecore/TDEApplication.html">TDEApplication</A></td></tr>
<tr ><td><a href="kfile/TDEApplicationPropsPlugin.html">TDEApplicationPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/TDEApplicationPropsPlugin.html">TDEApplicationPropsPlugin</A></td></tr>
<tr ><td><a href="kfile/TDEApplicationTree.html">TDEApplicationTree</A></td></tr> <tr ><td><a href="tdefile/TDEApplicationTree.html">TDEApplicationTree</A></td></tr>
<tr ><td><a href="kio/KAr.html">KAr</A></td></tr> <tr ><td><a href="tdeio/KAr.html">KAr</A></td></tr>
<tr ><td><a href="kio/KArchive.html"><i>KArchive</i></A></td></tr> <tr ><td><a href="tdeio/KArchive.html"><i>KArchive</i></A></td></tr>
<tr ><td><a href="kio/KArchiveDirectory.html">KArchiveDirectory</A></td></tr> <tr ><td><a href="tdeio/KArchiveDirectory.html">KArchiveDirectory</A></td></tr>
<tr ><td><a href="kio/KArchiveEntry.html">KArchiveEntry</A></td></tr> <tr ><td><a href="tdeio/KArchiveEntry.html">KArchiveEntry</A></td></tr>
<tr ><td><a href="kio/KArchiveFile.html">KArchiveFile</A></td></tr> <tr ><td><a href="tdeio/KArchiveFile.html">KArchiveFile</A></td></tr>
<tr ><td><a href="tdeui/KArrowButton.html">KArrowButton</A></td></tr> <tr ><td><a href="tdeui/KArrowButton.html">KArrowButton</A></td></tr>
<tr ><td><a href="tdecore/KAsyncIO.html"><i>KAsyncIO</i></A></td></tr> <tr ><td><a href="tdecore/KAsyncIO.html"><i>KAsyncIO</i></A></td></tr>
<tr ><td><a href="tdecore/KAudioPlayer.html">KAudioPlayer</A></td></tr> <tr ><td><a href="tdecore/KAudioPlayer.html">KAudioPlayer</A></td></tr>
<tr ><td><a href="tdeui/KAuthIcon.html"><i>KAuthIcon</i></A></td></tr> <tr ><td><a href="tdeui/KAuthIcon.html"><i>KAuthIcon</i></A></td></tr>
<tr ><td><a href="kfile/KBindingPropsPlugin.html">KBindingPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KBindingPropsPlugin.html">KBindingPropsPlugin</A></td></tr>
<tr ><td><a href="tdecore/TDEBufferedIO.html"><i>TDEBufferedIO</i></A></td></tr> <tr ><td><a href="tdecore/TDEBufferedIO.html"><i>TDEBufferedIO</i></A></td></tr>
<tr ><td><a href="tdeui/KBugReport.html">KBugReport</A></td></tr> <tr ><td><a href="tdeui/KBugReport.html">KBugReport</A></td></tr>
<tr ><td><a href="tdeui/KButtonBox.html">KButtonBox</A></td></tr> <tr ><td><a href="tdeui/KButtonBox.html">KButtonBox</A></td></tr>
@ -271,7 +271,7 @@
<tr ><td><a href="tdeui/KColorDialog.html">KColorDialog</A></td></tr> <tr ><td><a href="tdeui/KColorDialog.html">KColorDialog</A></td></tr>
<tr ><td><a href="tdeui/KColorDrag.html">KColorDrag</A></td></tr> <tr ><td><a href="tdeui/KColorDrag.html">KColorDrag</A></td></tr>
<tr ><td><a href="tdeui/KColorPatch.html">KColorPatch</A></td></tr> <tr ><td><a href="tdeui/KColorPatch.html">KColorPatch</A></td></tr>
<tr ><td><a href="kfile/KCombiView.html">KCombiView</A></td></tr> <tr ><td><a href="tdefile/KCombiView.html">KCombiView</A></td></tr>
<tr ><td><a href="tdeui/KComboBox.html">KComboBox</A></td></tr> <tr ><td><a href="tdeui/KComboBox.html">KComboBox</A></td></tr>
<tr ><td><a href="tdeui/KCommand.html"><i>KCommand</i></A></td></tr> <tr ><td><a href="tdeui/KCommand.html"><i>KCommand</i></A></td></tr>
<tr ><td><a href="tdeui/KCommandHistory.html">KCommandHistory</A></td></tr> <tr ><td><a href="tdeui/KCommandHistory.html">KCommandHistory</A></td></tr>
@ -316,16 +316,16 @@
<tr ><td><a href="tdeui/KContextMenuManager.html">KContextMenuManager</A></td></tr> <tr ><td><a href="tdeui/KContextMenuManager.html">KContextMenuManager</A></td></tr>
<tr ><td><a href="tdecore/KCrash.html">KCrash</A></td></tr> <tr ><td><a href="tdecore/KCrash.html">KCrash</A></td></tr>
<tr ><td><a href="tdeui/KCursor.html">KCursor</A></td></tr> <tr ><td><a href="tdeui/KCursor.html">KCursor</A></td></tr>
<tr ><td><a href="kfile/KCustomMenuEditor.html">KCustomMenuEditor</A></td></tr> <tr ><td><a href="tdefile/KCustomMenuEditor.html">KCustomMenuEditor</A></td></tr>
<tr ><td><a href="tdeui/KDCOPActionProxy.html">KDCOPActionProxy</A></td></tr> <tr ><td><a href="tdeui/KDCOPActionProxy.html">KDCOPActionProxy</A></td></tr>
<tr ><td><a href="tdecore/KDCOPPropertyProxy.html">KDCOPPropertyProxy</A></td></tr> <tr ><td><a href="tdecore/KDCOPPropertyProxy.html">KDCOPPropertyProxy</A></td></tr>
<tr ><td><a href="kio/KDCOPServiceStarter.html">KDCOPServiceStarter</A></td></tr> <tr ><td><a href="tdeio/KDCOPServiceStarter.html">KDCOPServiceStarter</A></td></tr>
<tr ><td><a href="tdecore/KDE.html">KDE</A></td></tr> <tr ><td><a href="tdecore/KDE.html">KDE</A></td></tr>
<tr ><td><a href="kio/KDEDesktopMimeType.Service.html">KDEDesktopMimeType.Service</A></td></tr> <tr ><td><a href="tdeio/KDEDesktopMimeType.Service.html">KDEDesktopMimeType.Service</A></td></tr>
<tr ><td><a href="kio/KDEDesktopMimeType.html">KDEDesktopMimeType</A></td></tr> <tr ><td><a href="tdeio/KDEDesktopMimeType.html">KDEDesktopMimeType</A></td></tr>
<tr ><td><a href="kio/KDataTool.html"><i>KDataTool</i></A></td></tr> <tr ><td><a href="tdeio/KDataTool.html"><i>KDataTool</i></A></td></tr>
<tr ><td><a href="kio/KDataToolAction.html">KDataToolAction</A></td></tr> <tr ><td><a href="tdeio/KDataToolAction.html">KDataToolAction</A></td></tr>
<tr ><td><a href="kio/KDataToolInfo.html">KDataToolInfo</A></td></tr> <tr ><td><a href="tdeio/KDataToolInfo.html">KDataToolInfo</A></td></tr>
<tr ><td><a href="tdeui/KDateInternalMonthPicker.html">KDateInternalMonthPicker</A></td></tr> <tr ><td><a href="tdeui/KDateInternalMonthPicker.html">KDateInternalMonthPicker</A></td></tr>
<tr ><td><a href="tdeui/KDateInternalWeekSelector.html">KDateInternalWeekSelector</A></td></tr> <tr ><td><a href="tdeui/KDateInternalWeekSelector.html">KDateInternalWeekSelector</A></td></tr>
<tr ><td><a href="tdeui/KDateInternalYearSelector.html">KDateInternalYearSelector</A></td></tr> <tr ><td><a href="tdeui/KDateInternalYearSelector.html">KDateInternalYearSelector</A></td></tr>
@ -335,19 +335,19 @@
<tr ><td><a href="tdeui/KDateValidator.html">KDateValidator</A></td></tr> <tr ><td><a href="tdeui/KDateValidator.html">KDateValidator</A></td></tr>
<tr ><td><a href="tdeui/KDateWidget.html">KDateWidget</A></td></tr> <tr ><td><a href="tdeui/KDateWidget.html">KDateWidget</A></td></tr>
<tr ><td><a href="tdecore/KDesktopFile.html">KDesktopFile</A></td></tr> <tr ><td><a href="tdecore/KDesktopFile.html">KDesktopFile</A></td></tr>
<tr ><td><a href="kfile/KDesktopPropsPlugin.html">KDesktopPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KDesktopPropsPlugin.html">KDesktopPropsPlugin</A></td></tr>
<tr ><td><a href="kfile/KDevicePropsPlugin.html">KDevicePropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KDevicePropsPlugin.html">KDevicePropsPlugin</A></td></tr>
<tr ><td><a href="tdeui/KDialog.html">KDialog</A></td></tr> <tr ><td><a href="tdeui/KDialog.html">KDialog</A></td></tr>
<tr ><td><a href="tdeui/KDialogBase.html">KDialogBase</A></td></tr> <tr ><td><a href="tdeui/KDialogBase.html">KDialogBase</A></td></tr>
<tr ><td><a href="tdeui/KDialogQueue.html">KDialogQueue</A></td></tr> <tr ><td><a href="tdeui/KDialogQueue.html">KDialogQueue</A></td></tr>
<tr ><td><a href="tdespell/KDictSpellingHighlighter.html">KDictSpellingHighlighter</A></td></tr> <tr ><td><a href="tdespell/KDictSpellingHighlighter.html">KDictSpellingHighlighter</A></td></tr>
<tr ><td><a href="kio/KDirLister.html">KDirLister</A></td></tr> <tr ><td><a href="tdeio/KDirLister.html">KDirLister</A></td></tr>
<tr ><td><a href="kio/KDirNotify.html"><i>KDirNotify</i></A></td></tr> <tr ><td><a href="tdeio/KDirNotify.html"><i>KDirNotify</i></A></td></tr>
<tr ><td><a href="kfile/KDirOperator.html">KDirOperator</A></td></tr> <tr ><td><a href="tdefile/KDirOperator.html">KDirOperator</A></td></tr>
<tr ><td><a href="kfile/KDirSelectDialog.html">KDirSelectDialog</A></td></tr> <tr ><td><a href="tdefile/KDirSelectDialog.html">KDirSelectDialog</A></td></tr>
<tr ><td><a href="kfile/KDirSize.html">KDirSize</A></td></tr> <tr ><td><a href="tdefile/KDirSize.html">KDirSize</A></td></tr>
<tr ><td><a href="kio/KDirWatch.html">KDirWatch</A></td></tr> <tr ><td><a href="tdeio/KDirWatch.html">KDirWatch</A></td></tr>
<tr ><td><a href="kfile/KDiskFreeSp.html">KDiskFreeSp</A></td></tr> <tr ><td><a href="tdefile/KDiskFreeSp.html">KDiskFreeSp</A></td></tr>
<tr ><td><a href="tdeui/KDockArea.html">KDockArea</A></td></tr> <tr ><td><a href="tdeui/KDockArea.html">KDockArea</A></td></tr>
<tr ><td><a href="tdeui/KDockMainWindow.html">KDockMainWindow</A></td></tr> <tr ><td><a href="tdeui/KDockMainWindow.html">KDockMainWindow</A></td></tr>
<tr ><td><a href="tdeui/KDockManager.html">KDockManager</A></td></tr> <tr ><td><a href="tdeui/KDockManager.html">KDockManager</A></td></tr>
@ -361,7 +361,7 @@
<tr ><td><a href="tdeui/KDoubleSpinBox.html">KDoubleSpinBox</A></td></tr> <tr ><td><a href="tdeui/KDoubleSpinBox.html">KDoubleSpinBox</A></td></tr>
<tr ><td><a href="tdeui/KDoubleValidator.html">KDoubleValidator</A></td></tr> <tr ><td><a href="tdeui/KDoubleValidator.html">KDoubleValidator</A></td></tr>
<tr ><td><a href="tdeui/KDualColorButton.html">KDualColorButton</A></td></tr> <tr ><td><a href="tdeui/KDualColorButton.html">KDualColorButton</A></td></tr>
<tr ><td><a href="kio/KEMailSettings.html">KEMailSettings</A></td></tr> <tr ><td><a href="tdeio/KEMailSettings.html">KEMailSettings</A></td></tr>
<tr ><td><a href="tdeui/KEdFind.html">KEdFind</A></td></tr> <tr ><td><a href="tdeui/KEdFind.html">KEdFind</A></td></tr>
<tr ><td><a href="tdeui/KEdGotoLine.html">KEdGotoLine</A></td></tr> <tr ><td><a href="tdeui/KEdGotoLine.html">KEdGotoLine</A></td></tr>
<tr ><td><a href="tdeui/KEdReplace.html">KEdReplace</A></td></tr> <tr ><td><a href="tdeui/KEdReplace.html">KEdReplace</A></td></tr>
@ -370,47 +370,47 @@
<tr ><td><a href="tdeui/KEditListBox.html">KEditListBox</A></td></tr> <tr ><td><a href="tdeui/KEditListBox.html">KEditListBox</A></td></tr>
<tr ><td><a href="tdeui/KEditToolbar.html">KEditToolbar</A></td></tr> <tr ><td><a href="tdeui/KEditToolbar.html">KEditToolbar</A></td></tr>
<tr ><td><a href="tdeui/KEditToolbarWidget.html">KEditToolbarWidget</A></td></tr> <tr ><td><a href="tdeui/KEditToolbarWidget.html">KEditToolbarWidget</A></td></tr>
<tr ><td><a href="kfile/KEncodingFileDialog.Result.html">KEncodingFileDialog.Result</A></td></tr> <tr ><td><a href="tdefile/KEncodingFileDialog.Result.html">KEncodingFileDialog.Result</A></td></tr>
<tr ><td><a href="kfile/KEncodingFileDialog.html">KEncodingFileDialog</A></td></tr> <tr ><td><a href="tdefile/KEncodingFileDialog.html">KEncodingFileDialog</A></td></tr>
<tr ><td><a href="tdecore/KEntry.html">KEntry</A></td></tr> <tr ><td><a href="tdecore/KEntry.html">KEntry</A></td></tr>
<tr ><td><a href="tdecore/KEntryKey.html">KEntryKey</A></td></tr> <tr ><td><a href="tdecore/KEntryKey.html">KEntryKey</A></td></tr>
<tr ><td><a href="kio/KExecMimeType.html">KExecMimeType</A></td></tr> <tr ><td><a href="tdeio/KExecMimeType.html">KExecMimeType</A></td></tr>
<tr ><td><a href="kfile/KExecPropsPlugin.html">KExecPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KExecPropsPlugin.html">KExecPropsPlugin</A></td></tr>
<tr ><td><a href="kfile/KFile.html">KFile</A></td></tr> <tr ><td><a href="tdefile/KFile.html">KFile</A></td></tr>
<tr ><td><a href="kfile/KFileDetailView.html">KFileDetailView</A></td></tr> <tr ><td><a href="tdefile/KFileDetailView.html">KFileDetailView</A></td></tr>
<tr ><td><a href="kfile/KFileDialog.html">KFileDialog</A></td></tr> <tr ><td><a href="tdefile/KFileDialog.html">KFileDialog</A></td></tr>
<tr ><td><a href="kio/KFileFilter.html"><i>KFileFilter</i></A></td></tr> <tr ><td><a href="tdeio/KFileFilter.html"><i>KFileFilter</i></A></td></tr>
<tr ><td><a href="kfile/KFileFilterCombo.html">KFileFilterCombo</A></td></tr> <tr ><td><a href="tdefile/KFileFilterCombo.html">KFileFilterCombo</A></td></tr>
<tr ><td><a href="kfile/KFileIconView.html">KFileIconView</A></td></tr> <tr ><td><a href="tdefile/KFileIconView.html">KFileIconView</A></td></tr>
<tr ><td><a href="kfile/KFileIconViewItem.html">KFileIconViewItem</A></td></tr> <tr ><td><a href="tdefile/KFileIconViewItem.html">KFileIconViewItem</A></td></tr>
<tr ><td><a href="kio/KFileItem.html">KFileItem</A></td></tr> <tr ><td><a href="tdeio/KFileItem.html">KFileItem</A></td></tr>
<tr ><td><a href="kfile/KFileListViewItem.html">KFileListViewItem</A></td></tr> <tr ><td><a href="tdefile/KFileListViewItem.html">KFileListViewItem</A></td></tr>
<tr ><td><a href="kio/KFileMetaInfo.html">KFileMetaInfo</A></td></tr> <tr ><td><a href="tdeio/KFileMetaInfo.html">KFileMetaInfo</A></td></tr>
<tr ><td><a href="kio/KFileMetaInfoGroup.html">KFileMetaInfoGroup</A></td></tr> <tr ><td><a href="tdeio/KFileMetaInfoGroup.html">KFileMetaInfoGroup</A></td></tr>
<tr ><td><a href="kio/KFileMetaInfoItem.html">KFileMetaInfoItem</A></td></tr> <tr ><td><a href="tdeio/KFileMetaInfoItem.html">KFileMetaInfoItem</A></td></tr>
<tr ><td><a href="kio/KFileMetaInfoProvider.html">KFileMetaInfoProvider</A></td></tr> <tr ><td><a href="tdeio/KFileMetaInfoProvider.html">KFileMetaInfoProvider</A></td></tr>
<tr ><td><a href="kio/KFileMimeTypeInfo.GroupInfo.html">KFileMimeTypeInfo.GroupInfo</A></td></tr> <tr ><td><a href="tdeio/KFileMimeTypeInfo.GroupInfo.html">KFileMimeTypeInfo.GroupInfo</A></td></tr>
<tr ><td><a href="kio/KFileMimeTypeInfo.ItemInfo.html">KFileMimeTypeInfo.ItemInfo</A></td></tr> <tr ><td><a href="tdeio/KFileMimeTypeInfo.ItemInfo.html">KFileMimeTypeInfo.ItemInfo</A></td></tr>
<tr ><td><a href="kio/KFileMimeTypeInfo.html">KFileMimeTypeInfo</A></td></tr> <tr ><td><a href="tdeio/KFileMimeTypeInfo.html">KFileMimeTypeInfo</A></td></tr>
<tr ><td><a href="kfile/KFileOpenWithHandler.html">KFileOpenWithHandler</A></td></tr> <tr ><td><a href="tdefile/KFileOpenWithHandler.html">KFileOpenWithHandler</A></td></tr>
<tr ><td><a href="kfile/KFilePermissionsPropsPlugin.html">KFilePermissionsPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KFilePermissionsPropsPlugin.html">KFilePermissionsPropsPlugin</A></td></tr>
<tr ><td><a href="kio/KFilePlugin.html"><i>KFilePlugin</i></A></td></tr> <tr ><td><a href="tdeio/KFilePlugin.html"><i>KFilePlugin</i></A></td></tr>
<tr ><td><a href="kfile/KFilePreview.html">KFilePreview</A></td></tr> <tr ><td><a href="tdefile/KFilePreview.html">KFilePreview</A></td></tr>
<tr ><td><a href="kfile/KFilePropsPlugin.html">KFilePropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KFilePropsPlugin.html">KFilePropsPlugin</A></td></tr>
<tr ><td><a href="kio/KFileShare.html">KFileShare</A></td></tr> <tr ><td><a href="tdeio/KFileShare.html">KFileShare</A></td></tr>
<tr ><td><a href="kfile/KFileSharePropsPlugin.html">KFileSharePropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KFileSharePropsPlugin.html">KFileSharePropsPlugin</A></td></tr>
<tr ><td><a href="kfile/KFileTreeBranch.html">KFileTreeBranch</A></td></tr> <tr ><td><a href="tdefile/KFileTreeBranch.html">KFileTreeBranch</A></td></tr>
<tr ><td><a href="kfile/KFileTreeView.html">KFileTreeView</A></td></tr> <tr ><td><a href="tdefile/KFileTreeView.html">KFileTreeView</A></td></tr>
<tr ><td><a href="kfile/KFileTreeViewItem.html">KFileTreeViewItem</A></td></tr> <tr ><td><a href="tdefile/KFileTreeViewItem.html">KFileTreeViewItem</A></td></tr>
<tr ><td><a href="kfile/KFileTreeViewToolTip.html">KFileTreeViewToolTip</A></td></tr> <tr ><td><a href="tdefile/KFileTreeViewToolTip.html">KFileTreeViewToolTip</A></td></tr>
<tr ><td><a href="kfile/KFileView.html"><i>KFileView</i></A></td></tr> <tr ><td><a href="tdefile/KFileView.html"><i>KFileView</i></A></td></tr>
<tr ><td><a href="kfile/KFileViewSignaler.html">KFileViewSignaler</A></td></tr> <tr ><td><a href="tdefile/KFileViewSignaler.html">KFileViewSignaler</A></td></tr>
<tr ><td><a href="kio/KFilterBase.html"><i>KFilterBase</i></A></td></tr> <tr ><td><a href="tdeio/KFilterBase.html"><i>KFilterBase</i></A></td></tr>
<tr ><td><a href="kio/KFilterDev.html">KFilterDev</A></td></tr> <tr ><td><a href="tdeio/KFilterDev.html">KFilterDev</A></td></tr>
<tr ><td><a href="tdeutils/KFind.html">KFind</A></td></tr> <tr ><td><a href="tdeutils/KFind.html">KFind</A></td></tr>
<tr ><td><a href="tdeutils/KFindDialog.html">KFindDialog</A></td></tr> <tr ><td><a href="tdeutils/KFindDialog.html">KFindDialog</A></td></tr>
<tr ><td><a href="tdeui/KFloatValidator.html">KFloatValidator</A></td></tr> <tr ><td><a href="tdeui/KFloatValidator.html">KFloatValidator</A></td></tr>
<tr ><td><a href="kio/KFolderType.html">KFolderType</A></td></tr> <tr ><td><a href="tdeio/KFolderType.html">KFolderType</A></td></tr>
<tr ><td><a href="tdeui/KFontAction.html">KFontAction</A></td></tr> <tr ><td><a href="tdeui/KFontAction.html">KFontAction</A></td></tr>
<tr ><td><a href="tdeui/KFontChooser.html">KFontChooser</A></td></tr> <tr ><td><a href="tdeui/KFontChooser.html">KFontChooser</A></td></tr>
<tr ><td><a href="tdeui/KFontCombo.html">KFontCombo</A></td></tr> <tr ><td><a href="tdeui/KFontCombo.html">KFontCombo</A></td></tr>
@ -430,49 +430,49 @@
<tr ><td><a href="tdeui/KHelpMenu.html">KHelpMenu</A></td></tr> <tr ><td><a href="tdeui/KHelpMenu.html">KHelpMenu</A></td></tr>
<tr ><td><a href="tdeui/KHistoryCombo.html">KHistoryCombo</A></td></tr> <tr ><td><a href="tdeui/KHistoryCombo.html">KHistoryCombo</A></td></tr>
<tr ><td><a href="tdecore/KIDNA.html">KIDNA</A></td></tr> <tr ><td><a href="tdecore/KIDNA.html">KIDNA</A></td></tr>
<tr ><td><a href="kio/KIO.AuthInfo.html">KIO.AuthInfo</A></td></tr> <tr ><td><a href="tdeio/KIO.AuthInfo.html">KIO.AuthInfo</A></td></tr>
<tr ><td><a href="kio/KIO.ChmodJob.html">KIO.ChmodJob</A></td></tr> <tr ><td><a href="tdeio/KIO.ChmodJob.html">KIO.ChmodJob</A></td></tr>
<tr ><td><a href="kio/KIO.Connection.html">KIO.Connection</A></td></tr> <tr ><td><a href="tdeio/KIO.Connection.html">KIO.Connection</A></td></tr>
<tr ><td><a href="kio/KIO.CopyInfo.html">KIO.CopyInfo</A></td></tr> <tr ><td><a href="tdeio/KIO.CopyInfo.html">KIO.CopyInfo</A></td></tr>
<tr ><td><a href="kio/KIO.CopyJob.html">KIO.CopyJob</A></td></tr> <tr ><td><a href="tdeio/KIO.CopyJob.html">KIO.CopyJob</A></td></tr>
<tr ><td><a href="kio/KIO.DavJob.html">KIO.DavJob</A></td></tr> <tr ><td><a href="tdeio/KIO.DavJob.html">KIO.DavJob</A></td></tr>
<tr ><td><a href="kio/KIO.DefaultProgress.html">KIO.DefaultProgress</A></td></tr> <tr ><td><a href="tdeio/KIO.DefaultProgress.html">KIO.DefaultProgress</A></td></tr>
<tr ><td><a href="kio/KIO.DeleteJob.html">KIO.DeleteJob</A></td></tr> <tr ><td><a href="tdeio/KIO.DeleteJob.html">KIO.DeleteJob</A></td></tr>
<tr ><td><a href="kio/KIO.DirectCopyJob.html">KIO.DirectCopyJob</A></td></tr> <tr ><td><a href="tdeio/KIO.DirectCopyJob.html">KIO.DirectCopyJob</A></td></tr>
<tr ><td><a href="kio/KIO.FileCopyJob.html">KIO.FileCopyJob</A></td></tr> <tr ><td><a href="tdeio/KIO.FileCopyJob.html">KIO.FileCopyJob</A></td></tr>
<tr ><td><a href="kio/KIO.ForwardingSlaveBase.html"><i>KIO.ForwardingSlaveBase</i></A></td></tr> <tr ><td><a href="tdeio/KIO.ForwardingSlaveBase.html"><i>KIO.ForwardingSlaveBase</i></A></td></tr>
<tr ><td><a href="kio/KIO.Job.html">KIO.Job</A></td></tr> <tr ><td><a href="tdeio/KIO.Job.html">KIO.Job</A></td></tr>
<tr ><td><a href="kio/KIO.ListJob.html">KIO.ListJob</A></td></tr> <tr ><td><a href="tdeio/KIO.ListJob.html">KIO.ListJob</A></td></tr>
<tr ><td><a href="kio/KIO.MetaInfoJob.html">KIO.MetaInfoJob</A></td></tr> <tr ><td><a href="tdeio/KIO.MetaInfoJob.html">KIO.MetaInfoJob</A></td></tr>
<tr ><td><a href="kio/KIO.MimetypeJob.html">KIO.MimetypeJob</A></td></tr> <tr ><td><a href="tdeio/KIO.MimetypeJob.html">KIO.MimetypeJob</A></td></tr>
<tr ><td><a href="kio/KIO.MkdirJob.html">KIO.MkdirJob</A></td></tr> <tr ><td><a href="tdeio/KIO.MkdirJob.html">KIO.MkdirJob</A></td></tr>
<tr ><td><a href="kio/KIO.MultiGetJob.html">KIO.MultiGetJob</A></td></tr> <tr ><td><a href="tdeio/KIO.MultiGetJob.html">KIO.MultiGetJob</A></td></tr>
<tr ><td><a href="kio/KIO.NetAccess.html">KIO.NetAccess</A></td></tr> <tr ><td><a href="tdeio/KIO.NetAccess.html">KIO.NetAccess</A></td></tr>
<tr ><td><a href="kio/KIO.NetRC.AutoLogin.html">KIO.NetRC.AutoLogin</A></td></tr> <tr ><td><a href="tdeio/KIO.NetRC.AutoLogin.html">KIO.NetRC.AutoLogin</A></td></tr>
<tr ><td><a href="kio/KIO.NetRC.html">KIO.NetRC</A></td></tr> <tr ><td><a href="tdeio/KIO.NetRC.html">KIO.NetRC</A></td></tr>
<tr ><td><a href="kio/KIO.PasswordDialog.html">KIO.PasswordDialog</A></td></tr> <tr ><td><a href="tdeio/KIO.PasswordDialog.html">KIO.PasswordDialog</A></td></tr>
<tr ><td><a href="kio/KIO.PreviewJob.html">KIO.PreviewJob</A></td></tr> <tr ><td><a href="tdeio/KIO.PreviewJob.html">KIO.PreviewJob</A></td></tr>
<tr ><td><a href="kio/KIO.ProgressBase.html">KIO.ProgressBase</A></td></tr> <tr ><td><a href="tdeio/KIO.ProgressBase.html">KIO.ProgressBase</A></td></tr>
<tr ><td><a href="kio/KIO.Scheduler.html">KIO.Scheduler</A></td></tr> <tr ><td><a href="tdeio/KIO.Scheduler.html">KIO.Scheduler</A></td></tr>
<tr ><td><a href="kio/KIO.SessionData.html">KIO.SessionData</A></td></tr> <tr ><td><a href="tdeio/KIO.SessionData.html">KIO.SessionData</A></td></tr>
<tr ><td><a href="kio/KIO.SimpleJob.html">KIO.SimpleJob</A></td></tr> <tr ><td><a href="tdeio/KIO.SimpleJob.html">KIO.SimpleJob</A></td></tr>
<tr ><td><a href="kio/KIO.Slave.html">KIO.Slave</A></td></tr> <tr ><td><a href="tdeio/KIO.Slave.html">KIO.Slave</A></td></tr>
<tr ><td><a href="kio/KIO.SlaveBase.html">KIO.SlaveBase</A></td></tr> <tr ><td><a href="tdeio/KIO.SlaveBase.html">KIO.SlaveBase</A></td></tr>
<tr ><td><a href="kio/KIO.SlaveConfig.html">KIO.SlaveConfig</A></td></tr> <tr ><td><a href="tdeio/KIO.SlaveConfig.html">KIO.SlaveConfig</A></td></tr>
<tr ><td><a href="kio/KIO.SlaveInterface.html">KIO.SlaveInterface</A></td></tr> <tr ><td><a href="tdeio/KIO.SlaveInterface.html">KIO.SlaveInterface</A></td></tr>
<tr ><td><a href="kio/KIO.StatJob.html">KIO.StatJob</A></td></tr> <tr ><td><a href="tdeio/KIO.StatJob.html">KIO.StatJob</A></td></tr>
<tr ><td><a href="kio/KIO.StatusbarProgress.html">KIO.StatusbarProgress</A></td></tr> <tr ><td><a href="tdeio/KIO.StatusbarProgress.html">KIO.StatusbarProgress</A></td></tr>
<tr ><td><a href="kio/KIO.StoredTransferJob.html">KIO.StoredTransferJob</A></td></tr> <tr ><td><a href="tdeio/KIO.StoredTransferJob.html">KIO.StoredTransferJob</A></td></tr>
<tr ><td><a href="kio/KIO.TCPSlaveBase.html">KIO.TCPSlaveBase</A></td></tr> <tr ><td><a href="tdeio/KIO.TCPSlaveBase.html">KIO.TCPSlaveBase</A></td></tr>
<tr ><td><a href="kio/KIO.Task.html">KIO.Task</A></td></tr> <tr ><td><a href="tdeio/KIO.Task.html">KIO.Task</A></td></tr>
<tr ><td><a href="kio/KIO.TransferJob.html">KIO.TransferJob</A></td></tr> <tr ><td><a href="tdeio/KIO.TransferJob.html">KIO.TransferJob</A></td></tr>
<tr ><td><a href="kio/KIO.UDSAtom.html">KIO.UDSAtom</A></td></tr> <tr ><td><a href="tdeio/KIO.UDSAtom.html">KIO.UDSAtom</A></td></tr>
<tr ><td><a href="kio/KIO.html">KIO</A></td></tr> <tr ><td><a href="tdeio/KIO.html">KIO</A></td></tr>
<tr ><td><a href="tdecore/KIPC.html">KIPC</A></td></tr> <tr ><td><a href="tdecore/KIPC.html">KIPC</A></td></tr>
<tr ><td><a href="tdecore/KIcon.html">KIcon</A></td></tr> <tr ><td><a href="tdecore/KIcon.html">KIcon</A></td></tr>
<tr ><td><a href="kfile/KIconButton.html">KIconButton</A></td></tr> <tr ><td><a href="tdefile/KIconButton.html">KIconButton</A></td></tr>
<tr ><td><a href="kfile/KIconCanvas.html">KIconCanvas</A></td></tr> <tr ><td><a href="tdefile/KIconCanvas.html">KIconCanvas</A></td></tr>
<tr ><td><a href="kfile/KIconDialog.html">KIconDialog</A></td></tr> <tr ><td><a href="tdefile/KIconDialog.html">KIconDialog</A></td></tr>
<tr ><td><a href="tdecore/KIconEffect.html">KIconEffect</A></td></tr> <tr ><td><a href="tdecore/KIconEffect.html">KIconEffect</A></td></tr>
<tr ><td><a href="tdecore/KIconLoader.html">KIconLoader</A></td></tr> <tr ><td><a href="tdecore/KIconLoader.html">KIconLoader</A></td></tr>
<tr ><td><a href="tdecore/KIconTheme.html">KIconTheme</A></td></tr> <tr ><td><a href="tdecore/KIconTheme.html">KIconTheme</A></td></tr>
@ -480,8 +480,8 @@
<tr ><td><a href="tdeui/KIconViewItem.html">KIconViewItem</A></td></tr> <tr ><td><a href="tdeui/KIconViewItem.html">KIconViewItem</A></td></tr>
<tr ><td><a href="tdeui/KIconViewSearchLine.html">KIconViewSearchLine</A></td></tr> <tr ><td><a href="tdeui/KIconViewSearchLine.html">KIconViewSearchLine</A></td></tr>
<tr ><td><a href="tdefx/KImageEffect.html">KImageEffect</A></td></tr> <tr ><td><a href="tdefx/KImageEffect.html">KImageEffect</A></td></tr>
<tr ><td><a href="kfile/KImageFilePreview.html">KImageFilePreview</A></td></tr> <tr ><td><a href="tdefile/KImageFilePreview.html">KImageFilePreview</A></td></tr>
<tr ><td><a href="kio/KImageIO.html">KImageIO</A></td></tr> <tr ><td><a href="tdeio/KImageIO.html">KImageIO</A></td></tr>
<tr ><td><a href="tdeui/KInputDialog.html">KInputDialog</A></td></tr> <tr ><td><a href="tdeui/KInputDialog.html">KInputDialog</A></td></tr>
<tr ><td><a href="tdecore/TDEInstance.html">TDEInstance</A></td></tr> <tr ><td><a href="tdecore/TDEInstance.html">TDEInstance</A></td></tr>
<tr ><td><a href="tdeui/KIntNumInput.html">KIntNumInput</A></td></tr> <tr ><td><a href="tdeui/KIntNumInput.html">KIntNumInput</A></td></tr>
@ -547,34 +547,34 @@
<tr ><td><a href="tdemdi/KMdiWin32IconButton.html">KMdiWin32IconButton</A></td></tr> <tr ><td><a href="tdemdi/KMdiWin32IconButton.html">KMdiWin32IconButton</A></td></tr>
<tr ><td><a href="tdeui/KMenuBar.html">KMenuBar</A></td></tr> <tr ><td><a href="tdeui/KMenuBar.html">KMenuBar</A></td></tr>
<tr ><td><a href="tdeui/KMessageBox.html">KMessageBox</A></td></tr> <tr ><td><a href="tdeui/KMessageBox.html">KMessageBox</A></td></tr>
<tr ><td><a href="kio/KMimeMagic.html">KMimeMagic</A></td></tr> <tr ><td><a href="tdeio/KMimeMagic.html">KMimeMagic</A></td></tr>
<tr ><td><a href="kio/KMimeMagicResult.html">KMimeMagicResult</A></td></tr> <tr ><td><a href="tdeio/KMimeMagicResult.html">KMimeMagicResult</A></td></tr>
<tr ><td><a href="tdecore/KMimeSourceFactory.html">KMimeSourceFactory</A></td></tr> <tr ><td><a href="tdecore/KMimeSourceFactory.html">KMimeSourceFactory</A></td></tr>
<tr ><td><a href="kio/KMimeType.Format.html">KMimeType.Format</A></td></tr> <tr ><td><a href="tdeio/KMimeType.Format.html">KMimeType.Format</A></td></tr>
<tr ><td><a href="kio/KMimeType.html">KMimeType</A></td></tr> <tr ><td><a href="tdeio/KMimeType.html">KMimeType</A></td></tr>
<tr ><td><a href="kio/KMimeTypeChooser.html">KMimeTypeChooser</A></td></tr> <tr ><td><a href="tdeio/KMimeTypeChooser.html">KMimeTypeChooser</A></td></tr>
<tr ><td><a href="kio/KMimeTypeChooserDialog.html">KMimeTypeChooserDialog</A></td></tr> <tr ><td><a href="tdeio/KMimeTypeChooserDialog.html">KMimeTypeChooserDialog</A></td></tr>
<tr ><td><a href="tdeui/KMimeTypeValidator.html">KMimeTypeValidator</A></td></tr> <tr ><td><a href="tdeui/KMimeTypeValidator.html">KMimeTypeValidator</A></td></tr>
<tr ><td><a href="tdecore/KMountPoint.html">KMountPoint</A></td></tr> <tr ><td><a href="tdecore/KMountPoint.html">KMountPoint</A></td></tr>
<tr ><td><a href="tdeutils/KMultiTabBar.html">KMultiTabBar</A></td></tr> <tr ><td><a href="tdeutils/KMultiTabBar.html">KMultiTabBar</A></td></tr>
<tr ><td><a href="tdeutils/KMultiTabBarButton.html">KMultiTabBarButton</A></td></tr> <tr ><td><a href="tdeutils/KMultiTabBarButton.html">KMultiTabBarButton</A></td></tr>
<tr ><td><a href="tdeutils/KMultiTabBarTab.html">KMultiTabBarTab</A></td></tr> <tr ><td><a href="tdeutils/KMultiTabBarTab.html">KMultiTabBarTab</A></td></tr>
<tr ><td><a href="tdecore/KMultipleDrag.html">KMultipleDrag</A></td></tr> <tr ><td><a href="tdecore/KMultipleDrag.html">KMultipleDrag</A></td></tr>
<tr ><td><a href="kio/KNFSShare.html">KNFSShare</A></td></tr> <tr ><td><a href="tdeio/KNFSShare.html">KNFSShare</A></td></tr>
<tr ><td><a href="tdeui/KNamedCommand.html">KNamedCommand</A></td></tr> <tr ><td><a href="tdeui/KNamedCommand.html">KNamedCommand</A></td></tr>
<tr ><td><a href="kfile/KNotify.Application.html">KNotify.Application</A></td></tr> <tr ><td><a href="tdefile/KNotify.Application.html">KNotify.Application</A></td></tr>
<tr ><td><a href="kfile/KNotify.ApplicationList.html">KNotify.ApplicationList</A></td></tr> <tr ><td><a href="tdefile/KNotify.ApplicationList.html">KNotify.ApplicationList</A></td></tr>
<tr ><td><a href="kfile/KNotify.Event.html">KNotify.Event</A></td></tr> <tr ><td><a href="tdefile/KNotify.Event.html">KNotify.Event</A></td></tr>
<tr ><td><a href="kfile/KNotify.KNotifyWidget.html">KNotify.KNotifyWidget</A></td></tr> <tr ><td><a href="tdefile/KNotify.KNotifyWidget.html">KNotify.KNotifyWidget</A></td></tr>
<tr ><td><a href="kfile/KNotify.html">KNotify</A></td></tr> <tr ><td><a href="tdefile/KNotify.html">KNotify</A></td></tr>
<tr ><td><a href="tdecore/KNotifyClient.Instance.html">KNotifyClient.Instance</A></td></tr> <tr ><td><a href="tdecore/KNotifyClient.Instance.html">KNotifyClient.Instance</A></td></tr>
<tr ><td><a href="tdecore/KNotifyClient.html">KNotifyClient</A></td></tr> <tr ><td><a href="tdecore/KNotifyClient.html">KNotifyClient</A></td></tr>
<tr ><td><a href="kfile/KNotifyDialog.html">KNotifyDialog</A></td></tr> <tr ><td><a href="tdefile/KNotifyDialog.html">KNotifyDialog</A></td></tr>
<tr ><td><a href="tdeui/KNumInput.html"><i>KNumInput</i></A></td></tr> <tr ><td><a href="tdeui/KNumInput.html"><i>KNumInput</i></A></td></tr>
<tr ><td><a href="kio/KOCRDialog.html">KOCRDialog</A></td></tr> <tr ><td><a href="tdeio/KOCRDialog.html">KOCRDialog</A></td></tr>
<tr ><td><a href="kio/KOCRDialogFactory.html"><i>KOCRDialogFactory</i></A></td></tr> <tr ><td><a href="tdeio/KOCRDialogFactory.html"><i>KOCRDialogFactory</i></A></td></tr>
<tr ><td><a href="kfile/KOpenWithDlg.html">KOpenWithDlg</A></td></tr> <tr ><td><a href="tdefile/KOpenWithDlg.html">KOpenWithDlg</A></td></tr>
<tr ><td><a href="kio/KOpenWithHandler.html">KOpenWithHandler</A></td></tr> <tr ><td><a href="tdeio/KOpenWithHandler.html">KOpenWithHandler</A></td></tr>
<tr ><td><a href="tdeprint/KPReloadObject.html"><i>KPReloadObject</i></A></td></tr> <tr ><td><a href="tdeprint/KPReloadObject.html"><i>KPReloadObject</i></A></td></tr>
<tr ><td><a href="tdecore/KPalette.html">KPalette</A></td></tr> <tr ><td><a href="tdecore/KPalette.html">KPalette</A></td></tr>
<tr ><td><a href="tdeui/KPaletteTable.html">KPaletteTable</A></td></tr> <tr ><td><a href="tdeui/KPaletteTable.html">KPaletteTable</A></td></tr>
@ -623,7 +623,7 @@
<tr ><td><a href="tdeui/KPopupFrame.html">KPopupFrame</A></td></tr> <tr ><td><a href="tdeui/KPopupFrame.html">KPopupFrame</A></td></tr>
<tr ><td><a href="tdeui/KPopupMenu.html">KPopupMenu</A></td></tr> <tr ><td><a href="tdeui/KPopupMenu.html">KPopupMenu</A></td></tr>
<tr ><td><a href="tdeui/KPopupTitle.html">KPopupTitle</A></td></tr> <tr ><td><a href="tdeui/KPopupTitle.html">KPopupTitle</A></td></tr>
<tr ><td><a href="kfile/KPreviewWidgetBase.html"><i>KPreviewWidgetBase</i></A></td></tr> <tr ><td><a href="tdefile/KPreviewWidgetBase.html"><i>KPreviewWidgetBase</i></A></td></tr>
<tr ><td><a href="tdeprint/KPrintAction.html">KPrintAction</A></td></tr> <tr ><td><a href="tdeprint/KPrintAction.html">KPrintAction</A></td></tr>
<tr ><td><a href="tdeprint/KPrintDialog.html">KPrintDialog</A></td></tr> <tr ><td><a href="tdeprint/KPrintDialog.html">KPrintDialog</A></td></tr>
<tr ><td><a href="tdeprint/KPrintDialogPage.html">KPrintDialogPage</A></td></tr> <tr ><td><a href="tdeprint/KPrintDialogPage.html">KPrintDialogPage</A></td></tr>
@ -631,14 +631,14 @@
<tr ><td><a href="tdecore/KProcIO.html">KProcIO</A></td></tr> <tr ><td><a href="tdecore/KProcIO.html">KProcIO</A></td></tr>
<tr ><td><a href="tdecore/TDEProcess.html">TDEProcess</A></td></tr> <tr ><td><a href="tdecore/TDEProcess.html">TDEProcess</A></td></tr>
<tr ><td><a href="tdecore/TDEProcessController.html">TDEProcessController</A></td></tr> <tr ><td><a href="tdecore/TDEProcessController.html">TDEProcessController</A></td></tr>
<tr ><td><a href="kio/TDEProcessRunner.html">TDEProcessRunner</A></td></tr> <tr ><td><a href="tdeio/TDEProcessRunner.html">TDEProcessRunner</A></td></tr>
<tr ><td><a href="tdeui/KProgress.html">KProgress</A></td></tr> <tr ><td><a href="tdeui/KProgress.html">KProgress</A></td></tr>
<tr ><td><a href="tdeui/KProgressDialog.html">KProgressDialog</A></td></tr> <tr ><td><a href="tdeui/KProgressDialog.html">KProgressDialog</A></td></tr>
<tr ><td><a href="kfile/KPropertiesDialog.html">KPropertiesDialog</A></td></tr> <tr ><td><a href="tdefile/KPropertiesDialog.html">KPropertiesDialog</A></td></tr>
<tr ><td><a href="kfile/KPropsDlgPlugin.html">KPropsDlgPlugin</A></td></tr> <tr ><td><a href="tdefile/KPropsDlgPlugin.html">KPropsDlgPlugin</A></td></tr>
<tr ><td><a href="kio/KProtocolInfo.ExtraField.html">KProtocolInfo.ExtraField</A></td></tr> <tr ><td><a href="tdeio/KProtocolInfo.ExtraField.html">KProtocolInfo.ExtraField</A></td></tr>
<tr ><td><a href="kio/KProtocolInfo.html">KProtocolInfo</A></td></tr> <tr ><td><a href="tdeio/KProtocolInfo.html">KProtocolInfo</A></td></tr>
<tr ><td><a href="kio/KProtocolManager.html">KProtocolManager</A></td></tr> <tr ><td><a href="tdeio/KProtocolManager.html">KProtocolManager</A></td></tr>
<tr ><td><a href="tdeui/KPushButton.html">KPushButton</A></td></tr> <tr ><td><a href="tdeui/KPushButton.html">KPushButton</A></td></tr>
<tr ><td><a href="tderesources/KRES.ConfigDialog.html">KRES.ConfigDialog</A></td></tr> <tr ><td><a href="tderesources/KRES.ConfigDialog.html">KRES.ConfigDialog</A></td></tr>
<tr ><td><a href="tderesources/KRES.ConfigWidget.html"><i>KRES.ConfigWidget</i></A></td></tr> <tr ><td><a href="tderesources/KRES.ConfigWidget.html"><i>KRES.ConfigWidget</i></A></td></tr>
@ -651,10 +651,10 @@
<tr ><td><a href="tdecore/KRFCDate.html">KRFCDate</A></td></tr> <tr ><td><a href="tdecore/KRFCDate.html">KRFCDate</A></td></tr>
<tr ><td><a href="tdeui/KRadioAction.html">KRadioAction</A></td></tr> <tr ><td><a href="tdeui/KRadioAction.html">KRadioAction</A></td></tr>
<tr ><td><a href="tdecore/KRandomSequence.html">KRandomSequence</A></td></tr> <tr ><td><a href="tdecore/KRandomSequence.html">KRandomSequence</A></td></tr>
<tr ><td><a href="kfile/KRecentDocument.html">KRecentDocument</A></td></tr> <tr ><td><a href="tdefile/KRecentDocument.html">KRecentDocument</A></td></tr>
<tr ><td><a href="tdeui/KRecentFilesAction.html">KRecentFilesAction</A></td></tr> <tr ><td><a href="tdeui/KRecentFilesAction.html">KRecentFilesAction</A></td></tr>
<tr ><td><a href="tdecore/KRegExp.html">KRegExp</A></td></tr> <tr ><td><a href="tdecore/KRegExp.html">KRegExp</A></td></tr>
<tr ><td><a href="kio/KRemoteEncoding.html">KRemoteEncoding</A></td></tr> <tr ><td><a href="tdeio/KRemoteEncoding.html">KRemoteEncoding</A></td></tr>
<tr ><td><a href="tdeutils/KReplace.html">KReplace</A></td></tr> <tr ><td><a href="tdeutils/KReplace.html">KReplace</A></td></tr>
<tr ><td><a href="tdeutils/KReplaceDialog.html">KReplaceDialog</A></td></tr> <tr ><td><a href="tdeutils/KReplaceDialog.html">KReplaceDialog</A></td></tr>
<tr ><td><a href="tdeui/KRestrictedLine.html">KRestrictedLine</A></td></tr> <tr ><td><a href="tdeui/KRestrictedLine.html">KRestrictedLine</A></td></tr>
@ -662,35 +662,35 @@
<tr ><td><a href="tdeui/KRootPixmap.html">KRootPixmap</A></td></tr> <tr ><td><a href="tdeui/KRootPixmap.html">KRootPixmap</A></td></tr>
<tr ><td><a href="tdecore/KRootProp.html">KRootProp</A></td></tr> <tr ><td><a href="tdecore/KRootProp.html">KRootProp</A></td></tr>
<tr ><td><a href="tdeui/KRuler.html">KRuler</A></td></tr> <tr ><td><a href="tdeui/KRuler.html">KRuler</A></td></tr>
<tr ><td><a href="kio/KRun.html">KRun</A></td></tr> <tr ><td><a href="tdeio/KRun.html">KRun</A></td></tr>
<tr ><td><a href="kio/KSambaShare.html">KSambaShare</A></td></tr> <tr ><td><a href="tdeio/KSambaShare.html">KSambaShare</A></td></tr>
<tr ><td><a href="tdecore/KSaveFile.html">KSaveFile</A></td></tr> <tr ><td><a href="tdecore/KSaveFile.html">KSaveFile</A></td></tr>
<tr ><td><a href="kio/KScanDialog.html">KScanDialog</A></td></tr> <tr ><td><a href="tdeio/KScanDialog.html">KScanDialog</A></td></tr>
<tr ><td><a href="kio/KScanDialogFactory.html"><i>KScanDialogFactory</i></A></td></tr> <tr ><td><a href="tdeio/KScanDialogFactory.html"><i>KScanDialogFactory</i></A></td></tr>
<tr ><td><a href="tdeui/KScrollView.html">KScrollView</A></td></tr> <tr ><td><a href="tdeui/KScrollView.html">KScrollView</A></td></tr>
<tr ><td><a href="tdeui/KSelectAction.html">KSelectAction</A></td></tr> <tr ><td><a href="tdeui/KSelectAction.html">KSelectAction</A></td></tr>
<tr ><td><a href="tdecore/KSelectionOwner.html">KSelectionOwner</A></td></tr> <tr ><td><a href="tdecore/KSelectionOwner.html">KSelectionOwner</A></td></tr>
<tr ><td><a href="tdecore/KSelectionWatcher.html">KSelectionWatcher</A></td></tr> <tr ><td><a href="tdecore/KSelectionWatcher.html">KSelectionWatcher</A></td></tr>
<tr ><td><a href="tdeui/KSelector.html">KSelector</A></td></tr> <tr ><td><a href="tdeui/KSelector.html">KSelector</A></td></tr>
<tr ><td><a href="tdeui/KSeparator.html">KSeparator</A></td></tr> <tr ><td><a href="tdeui/KSeparator.html">KSeparator</A></td></tr>
<tr ><td><a href="kio/KService.html">KService</A></td></tr> <tr ><td><a href="tdeio/KService.html">KService</A></td></tr>
<tr ><td><a href="kio/KServiceGroup.html">KServiceGroup</A></td></tr> <tr ><td><a href="tdeio/KServiceGroup.html">KServiceGroup</A></td></tr>
<tr ><td><a href="kio/KServiceOffer.html">KServiceOffer</A></td></tr> <tr ><td><a href="tdeio/KServiceOffer.html">KServiceOffer</A></td></tr>
<tr ><td><a href="kio/KServiceSeparator.html">KServiceSeparator</A></td></tr> <tr ><td><a href="tdeio/KServiceSeparator.html">KServiceSeparator</A></td></tr>
<tr ><td><a href="kio/KServiceType.html">KServiceType</A></td></tr> <tr ><td><a href="tdeio/KServiceType.html">KServiceType</A></td></tr>
<tr ><td><a href="kio/KServiceTypeProfile.html">KServiceTypeProfile</A></td></tr> <tr ><td><a href="tdeio/KServiceTypeProfile.html">KServiceTypeProfile</A></td></tr>
<tr ><td><a href="tdecore/KSessionManaged.html">KSessionManaged</A></td></tr> <tr ><td><a href="tdecore/KSessionManaged.html">KSessionManaged</A></td></tr>
<tr ><td><a href="tdecore/KShared.html">KShared</A></td></tr> <tr ><td><a href="tdecore/KShared.html">KShared</A></td></tr>
<tr ><td><a href="tdecore/KSharedConfig.html">KSharedConfig</A></td></tr> <tr ><td><a href="tdecore/KSharedConfig.html">KSharedConfig</A></td></tr>
<tr ><td><a href="tdecore/KShell.html">KShell</A></td></tr> <tr ><td><a href="tdecore/KShell.html">KShell</A></td></tr>
<tr ><td><a href="kio/KShellCompletion.html">KShellCompletion</A></td></tr> <tr ><td><a href="tdeio/KShellCompletion.html">KShellCompletion</A></td></tr>
<tr ><td><a href="tdecore/KShellProcess.html">KShellProcess</A></td></tr> <tr ><td><a href="tdecore/KShellProcess.html">KShellProcess</A></td></tr>
<tr ><td><a href="tdecore/KShortcut.html">KShortcut</A></td></tr> <tr ><td><a href="tdecore/KShortcut.html">KShortcut</A></td></tr>
<tr ><td><a href="tdeui/KShortcutDialog.html">KShortcutDialog</A></td></tr> <tr ><td><a href="tdeui/KShortcutDialog.html">KShortcutDialog</A></td></tr>
<tr ><td><a href="tdecore/KShortcutList.html"><i>KShortcutList</i></A></td></tr> <tr ><td><a href="tdecore/KShortcutList.html"><i>KShortcutList</i></A></td></tr>
<tr ><td><a href="kio/KShred.html">KShred</A></td></tr> <tr ><td><a href="tdeio/KShred.html">KShred</A></td></tr>
<tr ><td><a href="tdecore/KSimpleConfig.html">KSimpleConfig</A></td></tr> <tr ><td><a href="tdecore/KSimpleConfig.html">KSimpleConfig</A></td></tr>
<tr ><td><a href="kio/KSimpleFileFilter.html">KSimpleFileFilter</A></td></tr> <tr ><td><a href="tdeio/KSimpleFileFilter.html">KSimpleFileFilter</A></td></tr>
<tr ><td><a href="tdespell/KSpell.html">KSpell</A></td></tr> <tr ><td><a href="tdespell/KSpell.html">KSpell</A></td></tr>
<tr ><td><a href="tdespell/KSpellConfig.html">KSpellConfig</A></td></tr> <tr ><td><a href="tdespell/KSpellConfig.html">KSpellConfig</A></td></tr>
<tr ><td><a href="tdespell/KSpellDlg.html">KSpellDlg</A></td></tr> <tr ><td><a href="tdespell/KSpellDlg.html">KSpellDlg</A></td></tr>
@ -710,15 +710,15 @@
<tr ><td><a href="tdecore/KStringHandler.html">KStringHandler</A></td></tr> <tr ><td><a href="tdecore/KStringHandler.html">KStringHandler</A></td></tr>
<tr ><td><a href="tdeui/KStringListValidator.html">KStringListValidator</A></td></tr> <tr ><td><a href="tdeui/KStringListValidator.html">KStringListValidator</A></td></tr>
<tr ><td><a href="tdefx/KStyle.html">KStyle</A></td></tr> <tr ><td><a href="tdefx/KStyle.html">KStyle</A></td></tr>
<tr ><td><a href="kio/KSycoca.html">KSycoca</A></td></tr> <tr ><td><a href="tdeio/KSycoca.html">KSycoca</A></td></tr>
<tr ><td><a href="kio/KSycocaEntry.html"><i>KSycocaEntry</i></A></td></tr> <tr ><td><a href="tdeio/KSycocaEntry.html"><i>KSycocaEntry</i></A></td></tr>
<tr ><td><a href="kio/KSycocaFactory.html"><i>KSycocaFactory</i></A></td></tr> <tr ><td><a href="tdeio/KSycocaFactory.html"><i>KSycocaFactory</i></A></td></tr>
<tr ><td><a href="tdespell/KSyntaxHighlighter.html">KSyntaxHighlighter</A></td></tr> <tr ><td><a href="tdespell/KSyntaxHighlighter.html">KSyntaxHighlighter</A></td></tr>
<tr ><td><a href="tdeui/KSystemTray.html">KSystemTray</A></td></tr> <tr ><td><a href="tdeui/KSystemTray.html">KSystemTray</A></td></tr>
<tr ><td><a href="tdeui/KTabBar.html">KTabBar</A></td></tr> <tr ><td><a href="tdeui/KTabBar.html">KTabBar</A></td></tr>
<tr ><td><a href="tdeui/KTabCtl.html">KTabCtl</A></td></tr> <tr ><td><a href="tdeui/KTabCtl.html">KTabCtl</A></td></tr>
<tr ><td><a href="tdeui/KTabWidget.html">KTabWidget</A></td></tr> <tr ><td><a href="tdeui/KTabWidget.html">KTabWidget</A></td></tr>
<tr ><td><a href="kio/KTar.html">KTar</A></td></tr> <tr ><td><a href="tdeio/KTar.html">KTar</A></td></tr>
<tr ><td><a href="tdecore/KTempDir.html">KTempDir</A></td></tr> <tr ><td><a href="tdecore/KTempDir.html">KTempDir</A></td></tr>
<tr ><td><a href="tdecore/KTempFile.html">KTempFile</A></td></tr> <tr ><td><a href="tdecore/KTempFile.html">KTempFile</A></td></tr>
<tr ><td><a href="tdeui/KTextBrowser.html">KTextBrowser</A></td></tr> <tr ><td><a href="tdeui/KTextBrowser.html">KTextBrowser</A></td></tr>
@ -740,25 +740,25 @@
<tr ><td><a href="tdeui/KToolBarPopupAction.html">KToolBarPopupAction</A></td></tr> <tr ><td><a href="tdeui/KToolBarPopupAction.html">KToolBarPopupAction</A></td></tr>
<tr ><td><a href="tdeui/KToolBarRadioGroup.html">KToolBarRadioGroup</A></td></tr> <tr ><td><a href="tdeui/KToolBarRadioGroup.html">KToolBarRadioGroup</A></td></tr>
<tr ><td><a href="tdeui/KToolBarSeparator.html">KToolBarSeparator</A></td></tr> <tr ><td><a href="tdeui/KToolBarSeparator.html">KToolBarSeparator</A></td></tr>
<tr ><td><a href="kio/KTrader.html">KTrader</A></td></tr> <tr ><td><a href="tdeio/KTrader.html">KTrader</A></td></tr>
<tr ><td><a href="kio/KURIFilter.html">KURIFilter</A></td></tr> <tr ><td><a href="tdeio/KURIFilter.html">KURIFilter</A></td></tr>
<tr ><td><a href="kio/KURIFilterData.html">KURIFilterData</A></td></tr> <tr ><td><a href="tdeio/KURIFilterData.html">KURIFilterData</A></td></tr>
<tr ><td><a href="kio/KURIFilterPlugin.html"><i>KURIFilterPlugin</i></A></td></tr> <tr ><td><a href="tdeio/KURIFilterPlugin.html"><i>KURIFilterPlugin</i></A></td></tr>
<tr ><td><a href="tdecore/KURL.List.html">KURL.List</A></td></tr> <tr ><td><a href="tdecore/KURL.List.html">KURL.List</A></td></tr>
<tr ><td><a href="tdecore/KURL.html">KURL</A></td></tr> <tr ><td><a href="tdecore/KURL.html">KURL</A></td></tr>
<tr ><td><a href="kfile/KURLBar.html">KURLBar</A></td></tr> <tr ><td><a href="tdefile/KURLBar.html">KURLBar</A></td></tr>
<tr ><td><a href="kfile/KURLBarItem.html">KURLBarItem</A></td></tr> <tr ><td><a href="tdefile/KURLBarItem.html">KURLBarItem</A></td></tr>
<tr ><td><a href="kfile/KURLBarItemDialog.html">KURLBarItemDialog</A></td></tr> <tr ><td><a href="tdefile/KURLBarItemDialog.html">KURLBarItemDialog</A></td></tr>
<tr ><td><a href="kfile/KURLBarListBox.html">KURLBarListBox</A></td></tr> <tr ><td><a href="tdefile/KURLBarListBox.html">KURLBarListBox</A></td></tr>
<tr ><td><a href="kfile/KURLComboBox.html">KURLComboBox</A></td></tr> <tr ><td><a href="tdefile/KURLComboBox.html">KURLComboBox</A></td></tr>
<tr ><td><a href="kfile/KURLComboRequester.html">KURLComboRequester</A></td></tr> <tr ><td><a href="tdefile/KURLComboRequester.html">KURLComboRequester</A></td></tr>
<tr ><td><a href="kio/KURLCompletion.html">KURLCompletion</A></td></tr> <tr ><td><a href="tdeio/KURLCompletion.html">KURLCompletion</A></td></tr>
<tr ><td><a href="tdecore/KURLDrag.html">KURLDrag</A></td></tr> <tr ><td><a href="tdecore/KURLDrag.html">KURLDrag</A></td></tr>
<tr ><td><a href="tdeui/KURLLabel.html">KURLLabel</A></td></tr> <tr ><td><a href="tdeui/KURLLabel.html">KURLLabel</A></td></tr>
<tr ><td><a href="kio/KURLPixmapProvider.html">KURLPixmapProvider</A></td></tr> <tr ><td><a href="tdeio/KURLPixmapProvider.html">KURLPixmapProvider</A></td></tr>
<tr ><td><a href="kfile/KURLPropsPlugin.html">KURLPropsPlugin</A></td></tr> <tr ><td><a href="tdefile/KURLPropsPlugin.html">KURLPropsPlugin</A></td></tr>
<tr ><td><a href="kfile/KURLRequester.html">KURLRequester</A></td></tr> <tr ><td><a href="tdefile/KURLRequester.html">KURLRequester</A></td></tr>
<tr ><td><a href="kfile/KURLRequesterDlg.html">KURLRequesterDlg</A></td></tr> <tr ><td><a href="tdefile/KURLRequesterDlg.html">KURLRequesterDlg</A></td></tr>
<tr ><td><a href="tdecore/KUniqueApplication.html">KUniqueApplication</A></td></tr> <tr ><td><a href="tdecore/KUniqueApplication.html">KUniqueApplication</A></td></tr>
<tr ><td><a href="tdeui/KValueSelector.html">KValueSelector</A></td></tr> <tr ><td><a href="tdeui/KValueSelector.html">KValueSelector</A></td></tr>
<tr ><td><a href="tdeui/KWidgetAction.html">KWidgetAction</A></td></tr> <tr ><td><a href="tdeui/KWidgetAction.html">KWidgetAction</A></td></tr>
@ -773,8 +773,8 @@
<tr ><td><a href="tdeui/KXMLGUIClient.html">KXMLGUIClient</A></td></tr> <tr ><td><a href="tdeui/KXMLGUIClient.html">KXMLGUIClient</A></td></tr>
<tr ><td><a href="tdeui/KXMLGUIFactory.html">KXMLGUIFactory</A></td></tr> <tr ><td><a href="tdeui/KXMLGUIFactory.html">KXMLGUIFactory</A></td></tr>
<tr ><td><a href="tdeui/KXYSelector.html">KXYSelector</A></td></tr> <tr ><td><a href="tdeui/KXYSelector.html">KXYSelector</A></td></tr>
<tr ><td><a href="kio/KZip.html">KZip</A></td></tr> <tr ><td><a href="tdeio/KZip.html">KZip</A></td></tr>
<tr ><td><a href="kio/KZipFileEntry.html">KZipFileEntry</A></td></tr> <tr ><td><a href="tdeio/KZipFileEntry.html">KZipFileEntry</A></td></tr>
<tr ><td><a href="tdecore/KZoneAllocator.html">KZoneAllocator</A></td></tr> <tr ><td><a href="tdecore/KZoneAllocator.html">KZoneAllocator</A></td></tr>
<tr ><td><a href="tdecore/NET.html">NET</A></td></tr> <tr ><td><a href="tdecore/NET.html">NET</A></td></tr>
<tr ><td><a href="tdecore/NETExtendedStrut.html">NETExtendedStrut</A></td></tr> <tr ><td><a href="tdecore/NETExtendedStrut.html">NETExtendedStrut</A></td></tr>
@ -788,11 +788,11 @@
<tr ><td><a href="tdecore/NETSize.html">NETSize</A></td></tr> <tr ><td><a href="tdecore/NETSize.html">NETSize</A></td></tr>
<tr ><td><a href="tdecore/NETStrut.html">NETStrut</A></td></tr> <tr ><td><a href="tdecore/NETStrut.html">NETStrut</A></td></tr>
<tr ><td><a href="tdecore/NETWinInfo.html">NETWinInfo</A></td></tr> <tr ><td><a href="tdecore/NETWinInfo.html">NETWinInfo</A></td></tr>
<tr ><td><a href="kio/Observer.html">Observer</A></td></tr> <tr ><td><a href="tdeio/Observer.html">Observer</A></td></tr>
<tr ><td><a href="tdeui/QXEmbed.html">QXEmbed</A></td></tr> <tr ><td><a href="tdeui/QXEmbed.html">QXEmbed</A></td></tr>
<tr ><td><a href="kio/RenameDlgPlugin.html">RenameDlgPlugin</A></td></tr> <tr ><td><a href="tdeio/RenameDlgPlugin.html">RenameDlgPlugin</A></td></tr>
<tr ><td><a href="tdeparts/TerminalInterface.html"><i>TerminalInterface</i></A></td></tr> <tr ><td><a href="tdeparts/TerminalInterface.html"><i>TerminalInterface</i></A></td></tr>
<tr ><td><a href="kio/ThumbCreator.html"><i>ThumbCreator</i></A></td></tr> <tr ><td><a href="tdeio/ThumbCreator.html"><i>ThumbCreator</i></A></td></tr>
<tr ><td><a href="tdeparts/konsoleBrowserExtension.html">konsoleBrowserExtension</A></td></tr> <tr ><td><a href="tdeparts/konsoleBrowserExtension.html">konsoleBrowserExtension</A></td></tr>
<tr ><td><a href="tdeparts/konsoleFactory.html">konsoleFactory</A></td></tr> <tr ><td><a href="tdeparts/konsoleFactory.html">konsoleFactory</A></td></tr>
<tr ><td><a href="tdeparts/konsolePart.html">konsolePart</A></td></tr> <tr ><td><a href="tdeparts/konsolePart.html">konsolePart</A></td></tr>

@ -27,9 +27,9 @@
<li><a href="tdefx/index.html">tdefx</a></li> <li><a href="tdefx/index.html">tdefx</a></li>
<li><a href="tdeprint/index.html">tdeprint</a></li> <li><a href="tdeprint/index.html">tdeprint</a></li>
<li><a href="tdeui/index.html">tdeui</a></li> <li><a href="tdeui/index.html">tdeui</a></li>
<li><a href="kfile/index.html">kfile</a></li> <li><a href="tdefile/index.html">tdefile</a></li>
<li><a href="tdehtml/index.html">tdehtml</a></li> <li><a href="tdehtml/index.html">tdehtml</a></li>
<li><a href="kio/index.html">kio</a></li> <li><a href="tdeio/index.html">kio</a></li>
<li><a href="tdemdi/index.html">tdemdi</a></li> <li><a href="tdemdi/index.html">tdemdi</a></li>
<li><a href="tdeparts/index.html">tdeparts</a></li> <li><a href="tdeparts/index.html">tdeparts</a></li>
<li><a href="tderesources/index.html">tderesources</a></li> <li><a href="tderesources/index.html">tderesources</a></li>

@ -24,9 +24,9 @@
</td> </td>
</tr></table> </tr></table>
<h3>enums</h3><ul> <h3>enums</h3><ul>
<li><b><a href="sip/kio/all-globals.html#KSycocaFactoryId">KSycocaFactoryId</a></b> = {KST_KServiceFactory, KST_KServiceTypeFactory, KST_KServiceGroupFactory, KST_KImageIO, KST_KProtocolInfoFactory, KST_CTimeInfo <li><b><a href="sip/tdeio/all-globals.html#KSycocaFactoryId">KSycocaFactoryId</a></b> = {KST_KServiceFactory, KST_KServiceTypeFactory, KST_KServiceGroupFactory, KST_KImageIO, KST_KProtocolInfoFactory, KST_CTimeInfo
}<li><b><a href="sip/kio/all-globals.html#KSycocaType">KSycocaType</a></b> = {KST_KSycocaEntry, KST_KService, KST_KServiceType, KST_KMimeType, KST_KFolderType, KST_KDEDesktopMimeType, KST_KExecMimeType, KST_KServiceGroup, KST_KImageIOFormat, KST_KProtocolInfo, KST_KServiceSeparator, KST_KCustom }<li><b><a href="sip/tdeio/all-globals.html#KSycocaType">KSycocaType</a></b> = {KST_KSycocaEntry, KST_KService, KST_KServiceType, KST_KMimeType, KST_KFolderType, KST_KDEDesktopMimeType, KST_KExecMimeType, KST_KServiceGroup, KST_KImageIOFormat, KST_KProtocolInfo, KST_KServiceSeparator, KST_KCustom
}<li><b><a href="sip/kio/all-globals.html#KSycocaType">KSycocaType</a></b> = {KST_KSycocaEntry, KST_KService, KST_KServiceType, KST_KMimeType, KST_KFolderType, KST_KDEDesktopMimeType, KST_KExecMimeType, KST_KServiceGroup, KST_KImageIOFormat, KST_KProtocolInfo, KST_KCustom }<li><b><a href="sip/tdeio/all-globals.html#KSycocaType">KSycocaType</a></b> = {KST_KSycocaEntry, KST_KService, KST_KServiceType, KST_KMimeType, KST_KFolderType, KST_KDEDesktopMimeType, KST_KExecMimeType, KST_KServiceGroup, KST_KImageIOFormat, KST_KProtocolInfo, KST_KCustom
}</ul> }</ul>
<h3>global methods</h3><ul> <h3>global methods</h3><ul>
<li><b>testKIOMetaData</b> (dict) <li><b>testKIOMetaData</b> (dict)

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KAppTreeListItem</td> <td>KAppTreeListItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KBindingPropsPlugin</td> <td>KBindingPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KCombiView</td> <td>KCombiView</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KCustomMenuEditor</td> <td>KCustomMenuEditor</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDesktopPropsPlugin</td> <td>KDesktopPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDevicePropsPlugin</td> <td>KDevicePropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDirOperator</td> <td>KDirOperator</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDirSelectDialog</td> <td>KDirSelectDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDirSize</td> <td>KDirSize</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KDiskFreeSp</td> <td>KDiskFreeSp</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KEncodingFileDialog.Result</td> <td>KEncodingFileDialog.Result</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KEncodingFileDialog</td> <td>KEncodingFileDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KExecPropsPlugin</td> <td>KExecPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFile</td> <td>KFile</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileDetailView</td> <td>KFileDetailView</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileDialog</td> <td>KFileDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileFilterCombo</td> <td>KFileFilterCombo</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileIconView</td> <td>KFileIconView</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileIconViewItem</td> <td>KFileIconViewItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileListViewItem</td> <td>KFileListViewItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileOpenWithHandler</td> <td>KFileOpenWithHandler</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFilePermissionsPropsPlugin</td> <td>KFilePermissionsPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFilePreview</td> <td>KFilePreview</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFilePropsPlugin</td> <td>KFilePropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileSharePropsPlugin</td> <td>KFileSharePropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileTreeBranch</td> <td>KFileTreeBranch</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileTreeView</td> <td>KFileTreeView</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileTreeViewItem</td> <td>KFileTreeViewItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileTreeViewToolTip</td> <td>KFileTreeViewToolTip</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileView <a href = "sip/glossary.html#abstract">(<i>abstract</i>)</a></td> <td>KFileView <a href = "sip/glossary.html#abstract">(<i>abstract</i>)</a></td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KFileViewSignaler</td> <td>KFileViewSignaler</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KIconButton</td> <td>KIconButton</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KIconCanvas</td> <td>KIconCanvas</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KIconDialog</td> <td>KIconDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KImageFilePreview</td> <td>KImageFilePreview</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify.Application</td> <td>KNotify.Application</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify.ApplicationList</td> <td>KNotify.ApplicationList</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify.Event</td> <td>KNotify.Event</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify.KNotifyWidget</td> <td>KNotify.KNotifyWidget</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify.ListViewItem</td> <td>KNotify.ListViewItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotify</td> <td>KNotify</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KNotifyDialog</td> <td>KNotifyDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KOpenWithDlg</td> <td>KOpenWithDlg</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KPreviewWidgetBase <a href = "sip/glossary.html#abstract">(<i>abstract</i>)</a></td> <td>KPreviewWidgetBase <a href = "sip/glossary.html#abstract">(<i>abstract</i>)</a></td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KPropertiesDialog</td> <td>KPropertiesDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KPropsDlgPlugin</td> <td>KPropsDlgPlugin</td>

@ -17,14 +17,14 @@
<td width="30%" valign="top" align="right"> <td width="30%" valign="top" align="right">
<table> <table>
<tr><td align="right"><a href= "../../index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href= "../../index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KRecentDirs</td> <td>KRecentDirs</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KRecentDocument</td> <td>KRecentDocument</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLBar</td> <td>KURLBar</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLBarItem</td> <td>KURLBarItem</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLBarItemDialog</td> <td>KURLBarItemDialog</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLBarListBox</td> <td>KURLBarListBox</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLComboBox</td> <td>KURLComboBox</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLComboRequester</td> <td>KURLComboRequester</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLPropsPlugin</td> <td>KURLPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLRequester</td> <td>KURLRequester</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>KURLRequesterDlg</td> <td>KURLRequesterDlg</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>TDEApplicationPropsPlugin</td> <td>TDEApplicationPropsPlugin</td>

@ -18,14 +18,14 @@
<table> <table>
<tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr> <tr><td align="right"><a href="doc/index.html">Table of contents</a></td></tr>
<tr><td align="right"><a href="../index.html">Modules</a></td></tr> <tr><td align="right"><a href="../index.html">Modules</a></td></tr>
<tr><td align="right"><a href="index.html">kfile Classes</a></td></tr> <tr><td align="right"><a href="index.html">tdefile Classes</a></td></tr>
<tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr> <tr><td align="right"><a href="../allclasses.html">All Classes</a></td></tr>
</table> </table>
</td> </td>
</tr></table> </tr></table>
<table> <table>
<tr><td width="10%" align=left>Module</td> <tr><td width="10%" align=left>Module</td>
<td width="30%" align=left>kfile</td> <td width="30%" align=left>tdefile</td>
</tr> </tr>
<tr><td>Class</td> <tr><td>Class</td>
<td>TDEApplicationTree</td> <td>TDEApplicationTree</td>

@ -3,7 +3,7 @@
"http://www.w3.org/TR/html4/loose.dtd""> "http://www.w3.org/TR/html4/loose.dtd"">
<html> <html>
<head> <head>
<title>module kfile</title> <title>module tdefile</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="wabbit dumphtml"> <meta name="GENERATOR" content="wabbit dumphtml">
</head> </head>
@ -12,7 +12,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td width ="70%"> <td width ="70%">
<h1>kfile Class Index</h1><hr> <h1>tdefile Class Index</h1><hr>
</td> </td>
<td width="30%" valign="top" align="right"> <td width="30%" valign="top" align="right">
<table> <table>

@ -38,7 +38,7 @@ the names of the separate KDE libraries, i.e.
<TT CLASS="LITERAL">kio</TT>, <TT CLASS="LITERAL">kio</TT>,
<TT CLASS="LITERAL">tderesources</TT>, <TT CLASS="LITERAL">tderesources</TT>,
<TT CLASS="LITERAL">kabc</TT>, <TT CLASS="LITERAL">kabc</TT>,
<TT CLASS="LITERAL">kfile</TT>, <TT CLASS="LITERAL">tdefile</TT>,
<TT CLASS="LITERAL">tdeparts</TT>, <TT CLASS="LITERAL">tdeparts</TT>,
<TT CLASS="LITERAL">tdehtml</TT>, <TT CLASS="LITERAL">tdehtml</TT>,
<TT CLASS="LITERAL">tdespell</TT>, <TT CLASS="LITERAL">tdespell</TT>,

@ -69,7 +69,7 @@ TQFrame.TabFocus
<H2>Namespaces</H2> <H2>Namespaces</H2>
<P> <P>
The C++ code in KDE makes extensive use of namespaces (especially in the kio, kjs, The C++ code in KDE makes extensive use of namespaces (especially in the kio, kjs,
tdehtml, kfile, and tdeparts modules). In PyKDE, namespaces are treated as a "superclass". tdehtml, tdefile, and tdeparts modules). In PyKDE, namespaces are treated as a "superclass".
For example, "from tdeparts import KParts" will import the KParts namespace and all For example, "from tdeparts import KParts" will import the KParts namespace and all
its members. To reference a class in the namespace, use &lt;namespace name&gt;..&lt;classname&gt;, its members. To reference a class in the namespace, use &lt;namespace name&gt;..&lt;classname&gt;,
for example, KParts.ReadOnlyPart. It isn't necessary to import the &lt;classname&gt; (ReadOnlyPart for example, KParts.ReadOnlyPart. It isn't necessary to import the &lt;classname&gt; (ReadOnlyPart

@ -163,7 +163,7 @@ The path to KDE's library files (libtdecore.so, etc).
<td width = "20%"> </td> <td width = "20%"> </td>
</tr></table> </tr></table>
The path to KDE's h files. (May require installation of tdelibs3-devel rpm package) The path to KDE's h files. (May require installation of tdelibs3-devel rpm package)
configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/kio/*.h) configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/tdeio/*.h)
</dd> </dd>
<hr> <hr>
<dt><b>-r generate code with tracing enabled</b></dt> <dt><b>-r generate code with tracing enabled</b></dt>

@ -263,14 +263,14 @@ other module.
<h3>SuSE 8.2/9.0</h3> <h3>SuSE 8.2/9.0</h3>
<p> <p>
Some (but by no means all) versions of the KDE rpms for recent SuSE distributions appear Some (but by no means all) versions of the KDE rpms for recent SuSE distributions appear
to have been built with a different version of kfileshare.h than what they ship with. This to have been built with a different version of tdefileshare.h than what they ship with. This
version is also in disagreement with the "official" KDE version (as found in the kdelib version is also in disagreement with the "official" KDE version (as found in the kdelib
source files on kde.org, for example). The "incorrect" versions use a setShared(...) method source files on kde.org, for example). The "incorrect" versions use a setShared(...) method
with a different argument list that doesn't match the h files. with a different argument list that doesn't match the h files.
</p> </p>
<p> <p>
To fix this problem, all versions of the setShared method should be commented out in To fix this problem, all versions of the setShared method should be commented out in
kfileshare.sip. tdefileshare.sip.
</p> </p>
<h3>Mandrake 9.1</h3><h4>(rpm install - PyKDE-3.8, not 3.11 so far)</h4> <h3>Mandrake 9.1</h3><h4>(rpm install - PyKDE-3.8, not 3.11 so far)</h4>
<p> <p>

@ -1,7 +1,7 @@
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>Form1</class> <class>Form1</class>
<comment>Python:#import all necessary widgets <comment>Python:#import all necessary widgets
Python:from kfile import KURLRequester</comment> Python:from tdefile import KURLRequester</comment>
<widget class="TQDialog"> <widget class="TQDialog">
<property name="name"> <property name="name">
<cstring>Form1</cstring> <cstring>Form1</cstring>

@ -1,4 +1,4 @@
mods = ['dcop', 'tdecore', 'tdefx', 'tdeprint', 'tdesu', 'tdeui', 'kfile', 'tdehtml', 'kio', 'tdemdi', 'tdeparts', 'tdespell', ] mods = ['dcop', 'tdecore', 'tdefx', 'tdeprint', 'tdesu', 'tdeui', 'tdefile', 'tdehtml', 'kio', 'tdemdi', 'tdeparts', 'tdespell', ]
all = [] all = []

@ -342,56 +342,56 @@ tdeui,KXMLGUIFactory,,,
tdeui,KXYSelector,,, tdeui,KXYSelector,,,
tdeui,QXEmbed,,, tdeui,QXEmbed,,,
tdeui,testKActionList,,, tdeui,testKActionList,,,
kfile,TDEApplicationPropsPlugin,,, tdefile,TDEApplicationPropsPlugin,,,
kfile,KBindingPropsPlugin,,, tdefile,KBindingPropsPlugin,,,
kfile,KCombiView,,, tdefile,KCombiView,,,
kfile,KCustomMenuEditor,,, tdefile,KCustomMenuEditor,,,
kfile,KDesktopPropsPlugin,,, tdefile,KDesktopPropsPlugin,,,
kfile,KDevicePropsPlugin,,, tdefile,KDevicePropsPlugin,,,
kfile,KDirOperator,,, tdefile,KDirOperator,,,
kfile,KDirSelectDialog,,, tdefile,KDirSelectDialog,,,
kfile,KDirSize,,, tdefile,KDirSize,,,
kfile,KDiskFreeSp,,, tdefile,KDiskFreeSp,,,
kfile,KEncodingFileDialog,,, tdefile,KEncodingFileDialog,,,
kfile,KExecPropsPlugin,,, tdefile,KExecPropsPlugin,,,
kfile,KFile,,, tdefile,KFile,,,
kfile,KFileDetailView,,, tdefile,KFileDetailView,,,
kfile,KFileDialog,,, tdefile,KFileDialog,,,
kfile,KFileFilterCombo,,, tdefile,KFileFilterCombo,,,
kfile,KFileIconView,,, tdefile,KFileIconView,,,
kfile,KFileIconViewItem,,, tdefile,KFileIconViewItem,,,
kfile,KFileListViewItem,,, tdefile,KFileListViewItem,,,
kfile,KFileOpenWithHandler,,, tdefile,KFileOpenWithHandler,,,
kfile,KFilePermissionsPropsPlugin,,, tdefile,KFilePermissionsPropsPlugin,,,
kfile,KFilePreview,,, tdefile,KFilePreview,,,
kfile,KFilePropsPlugin,,, tdefile,KFilePropsPlugin,,,
kfile,KFileSharePropsPlugin,,, tdefile,KFileSharePropsPlugin,,,
kfile,KFileTreeBranch,,, tdefile,KFileTreeBranch,,,
kfile,KFileTreeView,,, tdefile,KFileTreeView,,,
kfile,KFileTreeViewItem,,, tdefile,KFileTreeViewItem,,,
kfile,KFileTreeViewToolTip,,, tdefile,KFileTreeViewToolTip,,,
kfile,KFileView,,, tdefile,KFileView,,,
kfile,KFileViewSignaler,,, tdefile,KFileViewSignaler,,,
kfile,KIconButton,,, tdefile,KIconButton,,,
kfile,KIconCanvas,,, tdefile,KIconCanvas,,,
kfile,KIconDialog,,, tdefile,KIconDialog,,,
kfile,KImageFilePreview,,, tdefile,KImageFilePreview,,,
kfile,KNotify,,, tdefile,KNotify,,,
kfile,KNotifyDialog,,, tdefile,KNotifyDialog,,,
kfile,KOpenWithDlg,,, tdefile,KOpenWithDlg,,,
kfile,KPreviewWidgetBase,,, tdefile,KPreviewWidgetBase,,,
kfile,KPropertiesDialog,,, tdefile,KPropertiesDialog,,,
kfile,KPropsDlgPlugin,,, tdefile,KPropsDlgPlugin,,,
kfile,KRecentDocument,,, tdefile,KRecentDocument,,,
kfile,KURLBar,,, tdefile,KURLBar,,,
kfile,KURLBarItem,,, tdefile,KURLBarItem,,,
kfile,KURLBarItemDialog,,, tdefile,KURLBarItemDialog,,,
kfile,KURLBarListBox,,, tdefile,KURLBarListBox,,,
kfile,KURLComboBox,,, tdefile,KURLComboBox,,,
kfile,KURLComboRequester,,, tdefile,KURLComboRequester,,,
kfile,KURLPropsPlugin,,, tdefile,KURLPropsPlugin,,,
kfile,KURLRequester,,, tdefile,KURLRequester,,,
kfile,KURLRequesterDlg,,, tdefile,KURLRequesterDlg,,,
tdehtml,DOM,,, tdehtml,DOM,,,
tdehtml,KHTMLPart,,, tdehtml,KHTMLPart,,,
tdehtml,KHTMLSettings,,, tdehtml,KHTMLSettings,,,

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -158,7 +158,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -161,7 +161,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
TQString fontNotFound_par; TQString fontNotFound_par;

@ -24,7 +24,7 @@
#include "resource.h" #include "resource.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -170,7 +170,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
bool b_framevis:1; bool b_framevis:1;

@ -170,7 +170,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
bool b_framevis:1; bool b_framevis:1;

@ -170,7 +170,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
bool b_framevis:1; bool b_framevis:1;

@ -170,7 +170,7 @@ signals:
TQString pmPath; // pixmap path TQString pmPath; // pixmap path
TQString s_schema; TQString s_schema;
TQString s_kconfigSchema; TQString s_tdeconfigSchema;
TQString s_word_seps; // characters that are considered part of a word TQString s_word_seps; // characters that are considered part of a word
bool b_framevis:1; bool b_framevis:1;

@ -7,7 +7,7 @@ except:
pytdecfg = pytdeconfig.Configuration () pytdecfg = pytdeconfig.Configuration ()
#modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "kfile", "tdeparts", "tdehtml", "kjs", "tdespell", "tdeprint"] #modules = ["dcop", "tdecore", "tdesu", "tdefx", "tdeui", "kio", "tdefile", "tdeparts", "tdehtml", "kjs", "tdespell", "tdeprint"]
print "Modules built:" print "Modules built:"
print " ",pytdecfg.pytde_modules print " ",pytdecfg.pytde_modules
print print

@ -170,10 +170,10 @@ retain
module = kio module = kio
source = $SRC/kio/kio $DST/extra/kde350/kio source = $SRC/tdeio/tdeio $DST/extra/kde350/tdeio
ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h
ignore = kmimetyperesolver.h ignore = kmimetyperesolver.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde350 subst = $DST/extra/kde350
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -184,7 +184,7 @@ import = tdeui
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = ../extra/kde350/kio @KDE_INCLUDEPATH@/kio ../tdecore include = ../extra/kde350/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -ltdecorecmodule -ltdeuicmodule
sipslot = sipslot =
@ -257,7 +257,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet
@ -271,11 +271,11 @@ retain
// ----------------------------------------- // -----------------------------------------
module = kfile module = tdefile
source = $SRC/kio/kfile source = $SRC/tdeio/tdefile
ignore = kpropsdlg.h ignore = kpropsdlg.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde350 subst = $DST/extra/kde350
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -287,7 +287,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -lkiocmodule -ltdecorecmodule -ltdeuicmodule -lkiocmodule
@ -311,7 +311,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\
-ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule -ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule
@ -338,7 +338,7 @@ importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\ include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\
@KDE_INCLUDEPATH@/kio ../tdecore ../kio @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\
-ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule -ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule
@ -363,8 +363,8 @@ retain
//import = tdeparts //import = tdeparts
//import = tdehtml //import = tdehtml
//importpath = $IMP //importpath = $IMP
//include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/kio\ //include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeio\
// ../tdecore ../kio // ../tdecore ../tdeio
//amend = * ctor parent /TransferThis/ //amend = * ctor parent /TransferThis/
//amend = * all parent /Transfer/ //amend = * all parent /Transfer/
//libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\ //libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\
@ -386,19 +386,19 @@ import = dcop
import = tdecore import = tdecore
import = tdefx import = tdefx
import = tdeui import = tdeui
import = kfile import = tdefile
importpath = $IMP importpath = $IMP
include = ../tdecore @KDE_INCLUDEPATH@/kio include = ../tdecore @KDE_INCLUDEPATH@/tdeio
amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null); amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null);
amend = * all parent /Transfer/ amend = * all parent /Transfer/
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\
-ltdecorecmodule -ltdeuicmodule -lkfilecmodule -ldcopcmodule -ltdecorecmodule -ltdeuicmodule -ltdefilecmodule -ldcopcmodule
sipslot = obj slot tdespell sipslot = obj slot tdespell
code code
%PrePythonCode %PrePythonCode
import kfile import tdefile
%End %End
end end
@ -442,7 +442,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h
@ -472,7 +472,7 @@ retain
//import = tdefxmod.sip //import = tdefxmod.sip
//import = tdeuimod.sip //import = tdeuimod.sip
////import = kiomod.sip ////import = kiomod.sip
////import = kfilemod.sip ////import = tdefilemod.sip
////import = tdepartsmod.sip ////import = tdepartsmod.sip
//importpath = $IMP //importpath = $IMP
//include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet //include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet

@ -170,10 +170,10 @@ retain
module = kio module = kio
source = $SRC/kio/kio $DST/extra/kde351/kio source = $SRC/tdeio/tdeio $DST/extra/kde351/tdeio
ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h
ignore = kmimetyperesolver.h ignore = kmimetyperesolver.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde351 subst = $DST/extra/kde351
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -184,7 +184,7 @@ import = tdeui
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = ../extra/kde351/kio @KDE_INCLUDEPATH@/kio ../tdecore include = ../extra/kde351/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -ltdecorecmodule -ltdeuicmodule
sipslot = sipslot =
@ -257,7 +257,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet
@ -271,11 +271,11 @@ retain
// ----------------------------------------- // -----------------------------------------
module = kfile module = tdefile
source = $SRC/kio/kfile source = $SRC/tdeio/tdefile
ignore = kpropsdlg.h ignore = kpropsdlg.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde351 subst = $DST/extra/kde351
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -287,7 +287,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -lkiocmodule -ltdecorecmodule -ltdeuicmodule -lkiocmodule
@ -311,7 +311,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\
-ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule -ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule
@ -338,7 +338,7 @@ importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\ include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\
@KDE_INCLUDEPATH@/kio ../tdecore ../kio @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\
-ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule -ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule
@ -363,8 +363,8 @@ retain
//import = tdeparts //import = tdeparts
//import = tdehtml //import = tdehtml
//importpath = $IMP //importpath = $IMP
//include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/kio\ //include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeio\
// ../tdecore ../kio // ../tdecore ../tdeio
//amend = * ctor parent /TransferThis/ //amend = * ctor parent /TransferThis/
//amend = * all parent /Transfer/ //amend = * all parent /Transfer/
//libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\ //libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\
@ -386,19 +386,19 @@ import = dcop
import = tdecore import = tdecore
import = tdefx import = tdefx
import = tdeui import = tdeui
import = kfile import = tdefile
importpath = $IMP importpath = $IMP
include = ../tdecore @KDE_INCLUDEPATH@/kio include = ../tdecore @KDE_INCLUDEPATH@/tdeio
amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null); amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null);
amend = * all parent /Transfer/ amend = * all parent /Transfer/
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\
-ltdecorecmodule -ltdeuicmodule -lkfilecmodule -ldcopcmodule -ltdecorecmodule -ltdeuicmodule -ltdefilecmodule -ldcopcmodule
sipslot = obj slot tdespell sipslot = obj slot tdespell
code code
%PrePythonCode %PrePythonCode
import kfile import tdefile
%End %End
end end
@ -442,7 +442,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h
@ -472,7 +472,7 @@ retain
//import = tdefxmod.sip //import = tdefxmod.sip
//import = tdeuimod.sip //import = tdeuimod.sip
////import = kiomod.sip ////import = kiomod.sip
////import = kfilemod.sip ////import = tdefilemod.sip
////import = tdepartsmod.sip ////import = tdepartsmod.sip
//importpath = $IMP //importpath = $IMP
//include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet //include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet

@ -170,10 +170,10 @@ retain
module = kio module = kio
source = $SRC/kio/kio $DST/extra/kde352/kio source = $SRC/tdeio/tdeio $DST/extra/kde352/tdeio
ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h
ignore = kmimetyperesolver.h ignore = kmimetyperesolver.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde352 subst = $DST/extra/kde352
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -184,7 +184,7 @@ import = tdeui
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = ../extra/kde352/kio @KDE_INCLUDEPATH@/kio ../tdecore include = ../extra/kde352/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -ltdecorecmodule -ltdeuicmodule
sipslot = sipslot =
@ -257,7 +257,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet
@ -271,11 +271,11 @@ retain
// ----------------------------------------- // -----------------------------------------
module = kfile module = tdefile
source = $SRC/kio/kfile source = $SRC/tdeio/tdefile
ignore = kpropsdlg.h ignore = kpropsdlg.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde352 subst = $DST/extra/kde352
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -287,7 +287,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -lkiocmodule -ltdecorecmodule -ltdeuicmodule -lkiocmodule
@ -311,7 +311,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\
-ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule -ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule
@ -338,7 +338,7 @@ importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\ include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\
@KDE_INCLUDEPATH@/kio ../tdecore ../kio @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\
-ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule -ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule
@ -363,8 +363,8 @@ retain
//import = tdeparts //import = tdeparts
//import = tdehtml //import = tdehtml
//importpath = $IMP //importpath = $IMP
//include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/kio\ //include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeio\
// ../tdecore ../kio // ../tdecore ../tdeio
//amend = * ctor parent /TransferThis/ //amend = * ctor parent /TransferThis/
//amend = * all parent /Transfer/ //amend = * all parent /Transfer/
//libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\ //libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\
@ -386,19 +386,19 @@ import = dcop
import = tdecore import = tdecore
import = tdefx import = tdefx
import = tdeui import = tdeui
import = kfile import = tdefile
importpath = $IMP importpath = $IMP
include = ../tdecore @KDE_INCLUDEPATH@/kio include = ../tdecore @KDE_INCLUDEPATH@/tdeio
amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null); amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null);
amend = * all parent /Transfer/ amend = * all parent /Transfer/
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\
-ltdecorecmodule -ltdeuicmodule -lkfilecmodule -ldcopcmodule -ltdecorecmodule -ltdeuicmodule -ltdefilecmodule -ldcopcmodule
sipslot = obj slot tdespell sipslot = obj slot tdespell
code code
%PrePythonCode %PrePythonCode
import kfile import tdefile
%End %End
end end
@ -442,7 +442,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h
@ -472,7 +472,7 @@ retain
//import = tdefxmod.sip //import = tdefxmod.sip
//import = tdeuimod.sip //import = tdeuimod.sip
////import = kiomod.sip ////import = kiomod.sip
////import = kfilemod.sip ////import = tdefilemod.sip
////import = tdepartsmod.sip ////import = tdepartsmod.sip
//importpath = $IMP //importpath = $IMP
//include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet //include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet

@ -170,10 +170,10 @@ retain
module = kio module = kio
source = $SRC/kio/kio $DST/extra/kde353/kio source = $SRC/tdeio/tdeio $DST/extra/kde353/tdeio
ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h ignore = kmdbase.h uiserver_stub.h kdirnotify_stub.h uiserver.h http_slave_defaults.h ioslave_defaults.h
ignore = kmimetyperesolver.h ignore = kmimetyperesolver.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde353 subst = $DST/extra/kde353
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -184,7 +184,7 @@ import = tdeui
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = ../extra/kde353/kio @KDE_INCLUDEPATH@/kio ../tdecore include = ../extra/kde353/tdeio @KDE_INCLUDEPATH@/tdeio ../tdecore
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -ltdecorecmodule -ltdeuicmodule
sipslot = sipslot =
@ -257,7 +257,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet
@ -271,11 +271,11 @@ retain
// ----------------------------------------- // -----------------------------------------
module = kfile module = tdefile
source = $SRC/kio/kfile source = $SRC/tdeio/tdefile
ignore = kpropsdlg.h ignore = kpropsdlg.h
compare = $COMP $COMP/kio compare = $COMP $COMP/tdeio
subst = $DST/extra/kde353 subst = $DST/extra/kde353
import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11) import = qtxmlmod.sip (TQt_3_0_0 TQt_4_0_0 WS_X11)
@ -287,7 +287,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkio -ltdeui -ltdecore -ldcopcmodule\
-ltdecorecmodule -ltdeuicmodule -lkiocmodule -ltdecorecmodule -ltdeuicmodule -lkiocmodule
@ -311,7 +311,7 @@ import = kio
importpath = $IMP importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/kio ../tdecore ../kio include = @KDE_INCLUDEPATH@/tdeparts @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeparts -ltdeui -ltdecore -lkio -ltdeuicmodule\
-ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule -ltdecorecmodule -lkiocmodule -ldcopcmodule -lkiocmodule
@ -338,7 +338,7 @@ importpath = $IMP
amend = * ctor parent /TransferThis/ amend = * ctor parent /TransferThis/
amend = * all parent /Transfer/ amend = * all parent /Transfer/
include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\ include = @KDE_INCLUDEPATH@/tdehtml @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeparts\
@KDE_INCLUDEPATH@/kio ../tdecore ../kio @KDE_INCLUDEPATH@/tdeio ../tdecore ../tdeio
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdeui -ltdehtml -ltdeparts -ltdecore -lkio\
-ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule -ltdeuicmodule -ltdecorecmodule -lkiocmodule -ltdepartscmodule -ldcopcmodule
@ -363,8 +363,8 @@ retain
//import = tdeparts //import = tdeparts
//import = tdehtml //import = tdehtml
//importpath = $IMP //importpath = $IMP
//include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/kio\ //include = @KDE_INCLUDEPATH@/kjs @KDE_INCLUDEPATH@/dom @KDE_INCLUDEPATH@/tdeio\
// ../tdecore ../kio // ../tdecore ../tdeio
//amend = * ctor parent /TransferThis/ //amend = * ctor parent /TransferThis/
//amend = * all parent /Transfer/ //amend = * all parent /Transfer/
//libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\ //libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -lkjs -ltdeui -ltdecore -lkio -ltdehtml\
@ -386,19 +386,19 @@ import = dcop
import = tdecore import = tdecore
import = tdefx import = tdefx
import = tdeui import = tdeui
import = kfile import = tdefile
importpath = $IMP importpath = $IMP
include = ../tdecore @KDE_INCLUDEPATH@/kio include = ../tdecore @KDE_INCLUDEPATH@/tdeio
amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null); amend = * ctor parent /TransferThis/ const KGuiItem& nullGuiItem (TQString::null);
amend = * all parent /Transfer/ amend = * all parent /Transfer/
libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\ libs = -L@BL_TDEDIR@ -lsip -lqtcmodule -lDCOP -ltdespell -ltdeui -ltdecore -lkio\
-ltdecorecmodule -ltdeuicmodule -lkfilecmodule -ldcopcmodule -ltdecorecmodule -ltdeuicmodule -ltdefilecmodule -ldcopcmodule
sipslot = obj slot tdespell sipslot = obj slot tdespell
code code
%PrePythonCode %PrePythonCode
import kfile import tdefile
%End %End
end end
@ -442,7 +442,7 @@ import = qtxmlmod.sip
import = tdefxmod.sip import = tdefxmod.sip
import = tdeuimod.sip import = tdeuimod.sip
//import = kiomod.sip //import = kiomod.sip
//import = kfilemod.sip //import = tdefilemod.sip
//import = tdepartsmod.sip //import = tdepartsmod.sip
importpath = $IMP importpath = $IMP
ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h ignore = tdemdiiterator.h tdemdilistiterator.h tdemdinulliterator.h
@ -472,7 +472,7 @@ retain
//import = tdefxmod.sip //import = tdefxmod.sip
//import = tdeuimod.sip //import = tdeuimod.sip
////import = kiomod.sip ////import = kiomod.sip
////import = kfilemod.sip ////import = tdefilemod.sip
////import = tdepartsmod.sip ////import = tdepartsmod.sip
//importpath = $IMP //importpath = $IMP
//include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet //include = ../dcop ../tdecore ../tdeui ../pythonize ../pykpanelapplet

@ -38,7 +38,7 @@ _pkg_config = {
'libdir': 'lib', 'libdir': 'lib',
'pytde_kde_sip_flags': '-t ALL -x TQt_STYLE_WINDOWSXP -x TQt_STYLE_INTERLACE -x TQt_STYLE_WINDOWSXP -x TQt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t TQt_3_3_6 -t KDE_3_5_3', 'pytde_kde_sip_flags': '-t ALL -x TQt_STYLE_WINDOWSXP -x TQt_STYLE_INTERLACE -x TQt_STYLE_WINDOWSXP -x TQt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t TQt_3_3_6 -t KDE_3_5_3',
'pytde_mod_dir': '/usr/lib/python2.5/site-packages', 'pytde_mod_dir': '/usr/lib/python2.5/site-packages',
'pytde_modules': 'dcop tdecore tdefx tdeui kio tderesources kabc tdeutils kfile tdeparts tdehtml tdespell tdeprint tdemdi', 'pytde_modules': 'dcop tdecore tdefx tdeui kio tderesources kabc tdeutils tdefile tdeparts tdehtml tdespell tdeprint tdemdi',
'pytde_sip_dir': '/usr/share/sip', 'pytde_sip_dir': '/usr/share/sip',
'pytde_version': 0x031000, 'pytde_version': 0x031000,
'pytde_version_str': '3.16.0' 'pytde_version_str': '3.16.0'
@ -155,7 +155,7 @@ class KioModuleMakefile(KdeuiModuleMakefile):
KdeuiModuleMakefile.finalise(self) KdeuiModuleMakefile.finalise(self)
class KfileModuleMakefile(KioModuleMakefile): class KfileModuleMakefile(KioModuleMakefile):
"""The Makefile class for modules that %Import kfile. """The Makefile class for modules that %Import tdefile.
""" """
def finalise(self): def finalise(self):
"""Finalise the macros. """Finalise the macros.
@ -164,7 +164,7 @@ class KfileModuleMakefile(KioModuleMakefile):
# Note that we don't use self.extra_lib_dirs because we don't want # Note that we don't use self.extra_lib_dirs because we don't want
# it to be added to the rpath. # it to be added to the rpath.
self.LIBDIR.append(self.config.pyqt_mod_dir) self.LIBDIR.append(self.config.pyqt_mod_dir)
self.extra_libs.append(self.module_as_lib("kfile")) self.extra_libs.append(self.module_as_lib("tdefile"))
KioModuleMakefile.finalise(self) KioModuleMakefile.finalise(self)

@ -137,7 +137,7 @@ class KioModuleMakefile(KdeuiModuleMakefile):
KdeuiModuleMakefile.finalise(self) KdeuiModuleMakefile.finalise(self)
class KfileModuleMakefile(KioModuleMakefile): class KfileModuleMakefile(KioModuleMakefile):
"""The Makefile class for modules that %Import kfile. """The Makefile class for modules that %Import tdefile.
""" """
def finalise(self): def finalise(self):
"""Finalise the macros. """Finalise the macros.
@ -146,7 +146,7 @@ class KfileModuleMakefile(KioModuleMakefile):
# Note that we don't use self.extra_lib_dirs because we don't want # Note that we don't use self.extra_lib_dirs because we don't want
# it to be added to the rpath. # it to be added to the rpath.
self.LIBDIR.append(self.config.pyqt_mod_dir) self.LIBDIR.append(self.config.pyqt_mod_dir)
self.extra_libs.append(self.module_as_lib("kfile")) self.extra_libs.append(self.module_as_lib("tdefile"))
KioModuleMakefile.finalise(self) KioModuleMakefile.finalise(self)

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -1,5 +0,0 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip
+ %Include knotifydialog.sip

@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
%ModuleHeaderCode %ModuleHeaderCode
#include <kio/global.h> #include <tdeio/global.h>
%End %End
namespace TDEIO namespace TDEIO

@ -129,7 +129,7 @@ protected:
//converts a Python list of KFileItem //converts a Python list of KFileItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileitem.h> #include <tdefileitem.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -1,5 +1,5 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,5 +1,5 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,5 +1,5 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,5 +1,5 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,5 +1,5 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,6 +1,6 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,6 +1,6 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,6 +1,6 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,6 +1,6 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kzip.sip + %Include kzip.sip
+ %Include metainfojob.sip + %Include metainfojob.sip

@ -1,7 +1,7 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -1,7 +1,7 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -1,7 +1,7 @@
+ %Include davjob.sip + %Include davjob.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -2,7 +2,7 @@
+ %Include forwardingslavebase.sip + %Include forwardingslavebase.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -2,7 +2,7 @@
+ %Include forwardingslavebase.sip + %Include forwardingslavebase.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -2,7 +2,7 @@
+ %Include forwardingslavebase.sip + %Include forwardingslavebase.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -2,7 +2,7 @@
+ %Include forwardingslavebase.sip + %Include forwardingslavebase.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -3,7 +3,7 @@
+ %Include kacl.sip + %Include kacl.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -3,7 +3,7 @@
+ %Include kacl.sip + %Include kacl.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -3,7 +3,7 @@
+ %Include kacl.sip + %Include kacl.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -3,7 +3,7 @@
+ %Include kacl.sip + %Include kacl.sip
+ %Include kar.sip + %Include kar.sip
+ %Include kdcopservicestarter.sip + %Include kdcopservicestarter.sip
+ %Include kfileshare.sip + %Include tdefileshare.sip
+ %Include kmimetypechooser.sip + %Include kmimetypechooser.sip
+ %Include knfsshare.sip + %Include knfsshare.sip
+ %Include kremoteencoding.sip + %Include kremoteencoding.sip

@ -49,9 +49,9 @@
%Include kdirnotify.sip %Include kdirnotify.sip
%Include kdirwatch.sip %Include kdirwatch.sip
%Include kemailsettings.sip %Include kemailsettings.sip
%Include kfilefilter.sip %Include tdefilefilter.sip
%Include kfileitem.sip %Include tdefileitem.sip
%Include kfilemetainfo.sip %Include tdefilemetainfo.sip
%Include kfilterbase.sip %Include kfilterbase.sip
%Include kfilterdev.sip %Include kfilterdev.sip
%Include kimageio.sip %Include kimageio.sip

@ -31,7 +31,7 @@ namespace TDEIO
class MetaInfoJob : TDEIO::Job class MetaInfoJob : TDEIO::Job
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileitem.h> #include <tdefileitem.h>
#include <jobclasses.h> #include <jobclasses.h>
#include <metainfojob.h> #include <metainfojob.h>
%End %End

@ -27,7 +27,7 @@
class KFileFilter class KFileFilter
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilefilter.h> #include <tdefilefilter.h>
%End %End
@ -43,7 +43,7 @@ protected:
class KSimpleFileFilter : KFileFilter class KSimpleFileFilter : KFileFilter
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilefilter.h> #include <tdefilefilter.h>
%End %End

@ -27,7 +27,7 @@
class KFileItem class KFileItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileitem.h> #include <tdefileitem.h>
%End %End

@ -27,7 +27,7 @@
class KFileMimeTypeInfo class KFileMimeTypeInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End
@ -194,7 +194,7 @@ public:
class KFileMetaInfoItem class KFileMetaInfoItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End
@ -237,7 +237,7 @@ protected:
class KFileMetaInfoGroup class KFileMetaInfoGroup
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End
@ -295,7 +295,7 @@ protected:
class KFileMetaInfo class KFileMetaInfo
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End
@ -380,7 +380,7 @@ protected:
class KFilePlugin : TQObject class KFilePlugin : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End
@ -413,7 +413,7 @@ protected:
class KFileMetaInfoProvider : TQObject class KFileMetaInfoProvider : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
%End %End

@ -32,7 +32,7 @@
class KFileShare class KFileShare
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileshare.h> #include <tdefileshare.h>
%End %End

@ -785,7 +785,7 @@ void dcop_add (TQDataStream& s, TQByteArray value)
}; };
//%MappedType TQMap<TQString,TQString> is available in tdecore/kconfig.sip //%MappedType TQMap<TQString,TQString> is available in tdecore/tdeconfig.sip
%MappedType TQMap<TQString,TQByteArray> %MappedType TQMap<TQString,TQByteArray>

@ -27,7 +27,7 @@
class KShortcutList class KShortcutList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kshortcut.h> #include <kshortcut.h>
#include <kshortcutlist.h> #include <kshortcutlist.h>
%End %End
@ -68,7 +68,7 @@ protected:
class KAccelShortcutList : KShortcutList class KAccelShortcutList : KShortcutList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kshortcut.h> #include <kshortcut.h>
#include <kshortcutlist.h> #include <kshortcutlist.h>
%End %End
@ -104,7 +104,7 @@ namespace KStdAccel
class ShortcutList : KShortcutList class ShortcutList : KShortcutList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kshortcut.h> #include <kshortcut.h>
#include <kshortcutlist.h> #include <kshortcutlist.h>
%End %End

@ -27,7 +27,7 @@
class TDEConfig : TDEConfigBase class TDEConfig : TDEConfigBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfig.h> #include <tdeconfig.h>
%End %End
@ -82,7 +82,7 @@ protected:
class KSharedConfig : TDEConfig, KShared class KSharedConfig : TDEConfig, KShared
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfig.h> #include <tdeconfig.h>
%End %End
@ -197,7 +197,7 @@ private:
{ {
%TypeHeaderCode %TypeHeaderCode
#include <ksharedptr.h> #include <ksharedptr.h>
#include <kconfig.h> #include <tdeconfig.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -27,7 +27,7 @@
class TDEConfigBackEnd class TDEConfigBackEnd
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbackend.h> #include <tdeconfigbackend.h>
%End %End
@ -66,8 +66,8 @@ protected:
class TDEConfigINIBackEnd : TDEConfigBackEnd class TDEConfigINIBackEnd : TDEConfigBackEnd
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigdata.h> #include <tdeconfigdata.h>
#include <kconfigbackend.h> #include <tdeconfigbackend.h>
%End %End

@ -33,7 +33,7 @@ typedef unsigned long long ulonglong;
class TDEConfigBase : TQObject class TDEConfigBase : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
%End %End
@ -212,7 +212,7 @@ protected:
class TDEConfigGroupSaver class TDEConfigGroupSaver
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
%End %End
@ -231,7 +231,7 @@ private:
class TDEConfigGroup : TDEConfigBase class TDEConfigGroup : TDEConfigBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
%End %End

@ -27,7 +27,7 @@
class KEntry class KEntry
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigdata.h> #include <tdeconfigdata.h>
%End %End
@ -51,7 +51,7 @@ public:
class KEntryKey class KEntryKey
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigdata.h> #include <tdeconfigdata.h>
%End %End
@ -90,7 +90,7 @@ KEntryMap testKEntryMap (SIP_PYOBJECT) [KEntryMap (KEntryMap)];
{ {
%TypeHeaderCode %TypeHeaderCode
#include <tqmap.h> #include <tqmap.h>
#include <kconfigdata.h> #include <tdeconfigdata.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -29,7 +29,7 @@
class TDEConfigDialogManager : TQObject class TDEConfigDialogManager : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigdialogmanager.h> #include <tdeconfigdialogmanager.h>
%End %End

@ -30,7 +30,7 @@ class TDEConfigSkeletonItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <typeinfo> #include <typeinfo>
#include <kconfigskeleton.h> #include <tdeconfigskeleton.h>
%End %End
@ -122,7 +122,7 @@ protected:
class TDEConfigSkeleton class TDEConfigSkeleton
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigskeleton.h> #include <tdeconfigskeleton.h>
typedef TQValueList<int> IntList; typedef TQValueList<int> IntList;
%End %End
@ -1080,7 +1080,7 @@ public:
%MappedType TQValueList<TDEConfigSkeleton::ItemEnum::Choice> %MappedType TQValueList<TDEConfigSkeleton::ItemEnum::Choice>
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigskeleton.h> #include <tdeconfigskeleton.h>
%End %End
%ConvertFromTypeCode %ConvertFromTypeCode

@ -1,8 +1,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include kmacroexpander.sip + %Include kmacroexpander.sip

@ -1,8 +1,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include kmacroexpander.sip + %Include kmacroexpander.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include kmacroexpander.sip + %Include kmacroexpander.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include kmacroexpander.sip + %Include kmacroexpander.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -2,8 +2,8 @@
+ %Include kcalendarsystem.sip + %Include kcalendarsystem.sip
+ %Include kcalendarsystemfactory.sip + %Include kcalendarsystemfactory.sip
+ %Include kclipboard.sip + %Include kclipboard.sip
+ %Include kconfigdialogmanager.sip + %Include tdeconfigdialogmanager.sip
+ %Include kconfigskeleton.sip + %Include tdeconfigskeleton.sip
+ %Include tdeversion.sip + %Include tdeversion.sip
+ %Include kidna.sip + %Include kidna.sip
+ %Include klockfile.sip + %Include klockfile.sip

@ -45,10 +45,10 @@
%Include kcharsets.sip %Include kcharsets.sip
%Include kcmdlineargs.sip %Include kcmdlineargs.sip
%Include kcompletion.sip %Include kcompletion.sip
%Include kconfig.sip %Include tdeconfig.sip
%Include kconfigbackend.sip %Include tdeconfigbackend.sip
%Include kconfigbase.sip %Include tdeconfigbase.sip
%Include kconfigdata.sip %Include tdeconfigdata.sip
%Include kcrash.sip %Include kcrash.sip
%Include kdcoppropertyproxy.sip %Include kdcoppropertyproxy.sip
%Include kdesktopfile.sip %Include kdesktopfile.sip

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_1 // module tdefile version KDE_3_1_1
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_4 // module tdefile version KDE_3_1_4
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_1 // module tdefile version KDE_3_1_1
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_5_0 // module tdefile version KDE_3_5_0
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip + %Include knotifywidgetbase.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip + %Include knotifywidgetbase.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip + %Include knotifywidgetbase.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip + %Include knotifywidgetbase.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip

@ -1,6 +1,6 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip
+ %Include knotifywidgetbase.sip + %Include knotifywidgetbase.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip

@ -1,5 +1,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -2,5 +2,5 @@
+ %Include kcustommenueditor.sip + %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip + %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip + %Include kencodingfiledialog.sip
+ %Include kfilesharedlg.sip + %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip + %Include knotifydialog.sip

@ -0,0 +1,5 @@
+ %Include kcustommenueditor.sip
+ %Include kdiskfreesp.sip
+ %Include kencodingfiledialog.sip
+ %Include tdefilesharedlg.sip
+ %Include knotifydialog.sip

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFile class KFile
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfile.h> #include <tdefile.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_1 // module tdefile version KDE_3_1_1
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileBookmark class KFileBookmark
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilebookmark.h> #include <tdefilebookmark.h>
%End %End
@ -56,7 +56,7 @@ public:
class KFileBookmarkManager : TQObject class KFileBookmarkManager : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilebookmark.h> #include <tdefilebookmark.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileListViewItem : KListViewItem class KFileListViewItem : KListViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiledetailview.h> #include <tdefiledetailview.h>
%End %End
@ -55,7 +55,7 @@ public:
class KFileDetailView : KListView, KFileView class KFileDetailView : KListView, KFileView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiledetailview.h> #include <tdefiledetailview.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileDialog : KDialogBase class KFileDialog : KDialogBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiledialog.h> #include <tdefiledialog.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileFilterCombo : KComboBox class KFileFilterCombo : KComboBox
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilefiltercombo.h> #include <tdefilefiltercombo.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileIconViewItem : KIconViewItem class KFileIconViewItem : KIconViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileiconview.h> #include <tdefileiconview.h>
%End %End
@ -46,7 +46,7 @@ public:
class KFileIconView : KIconView, KFileView class KFileIconView : KIconView, KFileView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileiconview.h> #include <tdefileiconview.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_5_2 // module tdefile version KDE_3_5_2
%Copying %Copying
@ -26,7 +26,7 @@
%End %End
%Module kfile %Module tdefile
%Import qt/qtmod.sip %Import qt/qtmod.sip
%Import qtxml/qtxmlmod.sip %Import qtxml/qtxmlmod.sip
@ -40,16 +40,16 @@
%Include kdiroperator.sip %Include kdiroperator.sip
%Include kdirselectdialog.sip %Include kdirselectdialog.sip
%Include kdirsize.sip %Include kdirsize.sip
%Include kfile.sip %Include tdefile.sip
%Include kfiledetailview.sip %Include tdefiledetailview.sip
%Include kfiledialog.sip %Include tdefiledialog.sip
%Include kfilefiltercombo.sip %Include tdefilefiltercombo.sip
%Include kfileiconview.sip %Include tdefileiconview.sip
%Include kfilepreview.sip %Include tdefilepreview.sip
%Include kfiletreebranch.sip %Include tdefiletreebranch.sip
%Include kfiletreeview.sip %Include tdefiletreeview.sip
%Include kfiletreeviewitem.sip %Include tdefiletreeviewitem.sip
%Include kfileview.sip %Include tdefileview.sip
%Include kicondialog.sip %Include kicondialog.sip
%Include kimagefilepreview.sip %Include kimagefilepreview.sip
%Include kopenwith.sip %Include kopenwith.sip

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFilePreview : TQSplitter, KFileView class KFilePreview : TQSplitter, KFileView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilepreview.h> #include <tdefilepreview.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_1 // module tdefile version KDE_3_1_1
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileReader : KDirLister class KFileReader : KDirLister
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilereader.h> #include <tdefilereader.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -29,7 +29,7 @@
class KFileSharePropsPlugin : KPropsDlgPlugin class KFileSharePropsPlugin : KPropsDlgPlugin
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfilesharedlg.h> #include <tdefilesharedlg.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileTreeBranch : KDirLister class KFileTreeBranch : KDirLister
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreebranch.h> #include <tdefiletreebranch.h>
%End %End
@ -85,7 +85,7 @@ typedef TQPtrList<KFileTreeBranch> KFileTreeBranchList;
//converts a Python list of KFileTreeViewItem //converts a Python list of KFileTreeViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreeviewitem.h> #include <tdefiletreeviewitem.h>
typedef TQPtrList<KFileTreeViewItem> KFileTreeViewItemList; typedef TQPtrList<KFileTreeViewItem> KFileTreeViewItemList;
%End %End
@ -160,7 +160,7 @@ typedef TQPtrList<KFileTreeViewItem> KFileTreeViewItemList;
//converts a Python list of KFileTreeBranch //converts a Python list of KFileTreeBranch
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreebranch.h> #include <tdefiletreebranch.h>
//typedef TQPtrList<KFileTreeBranch> KFileTreeBList; //typedef TQPtrList<KFileTreeBranch> KFileTreeBList;
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileTreeViewToolTip : TQToolTip class KFileTreeViewToolTip : TQToolTip
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreeview.h> #include <tdefiletreeview.h>
%End %End
@ -43,7 +43,7 @@ protected:
class KFileTreeView : KListView class KFileTreeView : KListView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreeview.h> #include <tdefiletreeview.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileTreeViewItem : KListViewItem class KFileTreeViewItem : KListViewItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfiletreeviewitem.h> #include <tdefiletreeviewitem.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE 3.5.3 // module tdefile version KDE 3.5.3
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileViewSignaler : TQObject class KFileViewSignaler : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileview.h> #include <tdefileview.h>
%End %End
@ -60,7 +60,7 @@ signals:
class KFileView class KFileView
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileview.h> #include <tdefileview.h>
%End %End

@ -5,7 +5,7 @@
// Generated by preSip // Generated by preSip
// module kfile version KDE_3_1_1 // module tdefile version KDE_3_1_1
// This software is free software; you can redistribute it and/or // This software is free software; you can redistribute it and/or
@ -27,7 +27,7 @@
class KFileViewItem : KFileItem class KFileViewItem : KFileItem
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kfileviewitem.h> #include <tdefileviewitem.h>
%End %End

@ -31,7 +31,7 @@ namespace KRES
class Resource : TQObject class Resource : TQObject
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfig.h> #include <tdeconfig.h>
#include <resource.h> #include <resource.h>
%End %End

@ -34,7 +34,7 @@
%Import tdecoremod.sip %Import tdecoremod.sip
%Import tdefxmod.sip %Import tdefxmod.sip
%Import tdeuimod.sip %Import tdeuimod.sip
%Import kfilemod.sip %Import tdefilemod.sip
%Include ksconfig.sip %Include ksconfig.sip
%Include tdespell.sip %Include tdespell.sip

@ -27,7 +27,7 @@
class KActionShortcutList : KShortcutList class KActionShortcutList : KShortcutList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kshortcut.h> #include <kshortcut.h>
#include <kaction.h> #include <kaction.h>
#include <kactionshortcutlist.h> #include <kactionshortcutlist.h>
@ -65,7 +65,7 @@ protected:
class KActionPtrShortcutList : KShortcutList class KActionPtrShortcutList : KShortcutList
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kshortcut.h> #include <kshortcut.h>
#include <kaction.h> #include <kaction.h>
#include <kactionshortcutlist.h> #include <kactionshortcutlist.h>

@ -29,7 +29,7 @@
class TDEConfigDialog : KDialogBase class TDEConfigDialog : KDialogBase
{ {
%TypeHeaderCode %TypeHeaderCode
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
%End %End

@ -1,6 +1,6 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,6 +1,6 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,6 +1,6 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,6 +1,6 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kinputdialog.sip + %Include kinputdialog.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

@ -1,7 +1,7 @@
+ %Include kactionclasses.sip + %Include kactionclasses.sip
+ %Include kactioncollection.sip + %Include kactioncollection.sip
+ %Include kactionselector.sip + %Include kactionselector.sip
+ %Include kconfigdialog.sip + %Include tdeconfigdialog.sip
+ %Include kdatetimewidget.sip + %Include kdatetimewidget.sip
+ %Include kfontrequester.sip + %Include kfontrequester.sip
+ %Include kiconviewsearchline.sip + %Include kiconviewsearchline.sip

Loading…
Cancel
Save