From 2d61b442f04c80f0881abf57c25be9dadac8a3d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:26:05 -0600 Subject: Fix prior commit --- doc/classref/tdecore/KIcon.html | 69 --------- doc/classref/tdecore/KIconEffect.html | 205 ------------------------- doc/classref/tdecore/KIconLoader.html | 195 ----------------------- doc/classref/tdecore/KIconTheme.html | 140 ----------------- doc/classref/tdecore/TDEIcon.html | 69 +++++++++ doc/classref/tdecore/TDEIconEffect.html | 205 +++++++++++++++++++++++++ doc/classref/tdecore/TDEIconLoader.html | 195 +++++++++++++++++++++++ doc/classref/tdecore/TDEIconTheme.html | 140 +++++++++++++++++ doc/classref/tdefile/KIconButton.html | 97 ------------ doc/classref/tdefile/KIconCanvas.html | 78 ---------- doc/classref/tdefile/KIconDialog.html | 143 ----------------- doc/classref/tdefile/TDEIconButton.html | 97 ++++++++++++ doc/classref/tdefile/TDEIconCanvas.html | 78 ++++++++++ doc/classref/tdefile/TDEIconDialog.html | 143 +++++++++++++++++ doc/classref/tdeui/KIconView.html | 213 -------------------------- doc/classref/tdeui/KIconViewItem.html | 150 ------------------ doc/classref/tdeui/KIconViewSearchLine.html | 131 ---------------- doc/classref/tdeui/TDEIconView.html | 213 ++++++++++++++++++++++++++ doc/classref/tdeui/TDEIconViewItem.html | 150 ++++++++++++++++++ doc/classref/tdeui/TDEIconViewSearchLine.html | 131 ++++++++++++++++ 20 files changed, 1421 insertions(+), 1421 deletions(-) delete mode 100644 doc/classref/tdecore/KIcon.html delete mode 100644 doc/classref/tdecore/KIconEffect.html delete mode 100644 doc/classref/tdecore/KIconLoader.html delete mode 100644 doc/classref/tdecore/KIconTheme.html create mode 100644 doc/classref/tdecore/TDEIcon.html create mode 100644 doc/classref/tdecore/TDEIconEffect.html create mode 100644 doc/classref/tdecore/TDEIconLoader.html create mode 100644 doc/classref/tdecore/TDEIconTheme.html delete mode 100644 doc/classref/tdefile/KIconButton.html delete mode 100644 doc/classref/tdefile/KIconCanvas.html delete mode 100644 doc/classref/tdefile/KIconDialog.html create mode 100644 doc/classref/tdefile/TDEIconButton.html create mode 100644 doc/classref/tdefile/TDEIconCanvas.html create mode 100644 doc/classref/tdefile/TDEIconDialog.html delete mode 100644 doc/classref/tdeui/KIconView.html delete mode 100644 doc/classref/tdeui/KIconViewItem.html delete mode 100644 doc/classref/tdeui/KIconViewSearchLine.html create mode 100644 doc/classref/tdeui/TDEIconView.html create mode 100644 doc/classref/tdeui/TDEIconViewItem.html create mode 100644 doc/classref/tdeui/TDEIconViewSearchLine.html diff --git a/doc/classref/tdecore/KIcon.html b/doc/classref/tdecore/KIcon.html deleted file mode 100644 index 8e2f85b..0000000 --- a/doc/classref/tdecore/KIcon.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - class TDEIcon - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIcon


-
- - - - - -
Table of contents
Modules
tdecore Classes
All Classes
-
- - - - - - - - - - -
Moduletdecore
ClassTDEIcon
Inherits
-

enums

-

methods

-

variables

- - - diff --git a/doc/classref/tdecore/KIconEffect.html b/doc/classref/tdecore/KIconEffect.html deleted file mode 100644 index a052e2e..0000000 --- a/doc/classref/tdecore/KIconEffect.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - class TDEIconEffect - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconEffect


-
- - - - - -
Table of contents
Modules
tdecore Classes
All Classes
-
- - - - - - - - - - -
Moduletdecore
ClassTDEIconEffect
Inherits
-

enums

-

methods

- - - diff --git a/doc/classref/tdecore/KIconLoader.html b/doc/classref/tdecore/KIconLoader.html deleted file mode 100644 index 7f6c43a..0000000 --- a/doc/classref/tdecore/KIconLoader.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - class TDEIconLoader - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconLoader


-
- - - - - -
Table of contents
Modules
tdecore Classes
All Classes
-
- - - - - - - - - - -
Moduletdecore
ClassTDEIconLoader
Inherits
-

methods

- - - diff --git a/doc/classref/tdecore/KIconTheme.html b/doc/classref/tdecore/KIconTheme.html deleted file mode 100644 index f01a979..0000000 --- a/doc/classref/tdecore/KIconTheme.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - class TDEIconTheme - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconTheme


-
- - - - - -
Table of contents
Modules
tdecore Classes
All Classes
-
- - - - - - - - - - -
Moduletdecore
ClassTDEIconTheme
Inherits
-

methods

- - - diff --git a/doc/classref/tdecore/TDEIcon.html b/doc/classref/tdecore/TDEIcon.html new file mode 100644 index 0000000..8e2f85b --- /dev/null +++ b/doc/classref/tdecore/TDEIcon.html @@ -0,0 +1,69 @@ + + + + + class TDEIcon + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIcon


+
+ + + + + +
Table of contents
Modules
tdecore Classes
All Classes
+
+ + + + + + + + + + +
Moduletdecore
ClassTDEIcon
Inherits
+

enums

+

methods

+

variables

+ + + diff --git a/doc/classref/tdecore/TDEIconEffect.html b/doc/classref/tdecore/TDEIconEffect.html new file mode 100644 index 0000000..a052e2e --- /dev/null +++ b/doc/classref/tdecore/TDEIconEffect.html @@ -0,0 +1,205 @@ + + + + + class TDEIconEffect + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconEffect


+
+ + + + + +
Table of contents
Modules
tdecore Classes
All Classes
+
+ + + + + + + + + + +
Moduletdecore
ClassTDEIconEffect
Inherits
+

enums

+

methods

+ + + diff --git a/doc/classref/tdecore/TDEIconLoader.html b/doc/classref/tdecore/TDEIconLoader.html new file mode 100644 index 0000000..7f6c43a --- /dev/null +++ b/doc/classref/tdecore/TDEIconLoader.html @@ -0,0 +1,195 @@ + + + + + class TDEIconLoader + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconLoader


+
+ + + + + +
Table of contents
Modules
tdecore Classes
All Classes
+
+ + + + + + + + + + +
Moduletdecore
ClassTDEIconLoader
Inherits
+

methods

+ + + diff --git a/doc/classref/tdecore/TDEIconTheme.html b/doc/classref/tdecore/TDEIconTheme.html new file mode 100644 index 0000000..f01a979 --- /dev/null +++ b/doc/classref/tdecore/TDEIconTheme.html @@ -0,0 +1,140 @@ + + + + + class TDEIconTheme + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconTheme


+
+ + + + + +
Table of contents
Modules
tdecore Classes
All Classes
+
+ + + + + + + + + + +
Moduletdecore
ClassTDEIconTheme
Inherits
+

methods

+ + + diff --git a/doc/classref/tdefile/KIconButton.html b/doc/classref/tdefile/KIconButton.html deleted file mode 100644 index 744b34d..0000000 --- a/doc/classref/tdefile/KIconButton.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - class TDEIconButton - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconButton


-
- - - - - -
Table of contents
Modules
tdefile Classes
All Classes
-
- - - - - - - - - - -
Moduletdefile
ClassTDEIconButton
InheritsTQPushButton
-

methods

- - - diff --git a/doc/classref/tdefile/KIconCanvas.html b/doc/classref/tdefile/KIconCanvas.html deleted file mode 100644 index 4f96265..0000000 --- a/doc/classref/tdefile/KIconCanvas.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - class TDEIconCanvas - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconCanvas


-
- - - - - -
Table of contents
Modules
tdefile Classes
All Classes
-
- - - - - - - - - - -
Moduletdefile
ClassTDEIconCanvas
InheritsTDEIconView
-

methods

- - - diff --git a/doc/classref/tdefile/KIconDialog.html b/doc/classref/tdefile/KIconDialog.html deleted file mode 100644 index 8442681..0000000 --- a/doc/classref/tdefile/KIconDialog.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - class TDEIconDialog - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconDialog


-
- - - - - -
Table of contents
Modules
tdefile Classes
All Classes
-
- - - - - - - - - - -
Moduletdefile
ClassTDEIconDialog
InheritsKDialogBase
-

methods

- - - diff --git a/doc/classref/tdefile/TDEIconButton.html b/doc/classref/tdefile/TDEIconButton.html new file mode 100644 index 0000000..744b34d --- /dev/null +++ b/doc/classref/tdefile/TDEIconButton.html @@ -0,0 +1,97 @@ + + + + + class TDEIconButton + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconButton


+
+ + + + + +
Table of contents
Modules
tdefile Classes
All Classes
+
+ + + + + + + + + + +
Moduletdefile
ClassTDEIconButton
InheritsTQPushButton
+

methods

+ + + diff --git a/doc/classref/tdefile/TDEIconCanvas.html b/doc/classref/tdefile/TDEIconCanvas.html new file mode 100644 index 0000000..4f96265 --- /dev/null +++ b/doc/classref/tdefile/TDEIconCanvas.html @@ -0,0 +1,78 @@ + + + + + class TDEIconCanvas + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconCanvas


+
+ + + + + +
Table of contents
Modules
tdefile Classes
All Classes
+
+ + + + + + + + + + +
Moduletdefile
ClassTDEIconCanvas
InheritsTDEIconView
+

methods

+ + + diff --git a/doc/classref/tdefile/TDEIconDialog.html b/doc/classref/tdefile/TDEIconDialog.html new file mode 100644 index 0000000..8442681 --- /dev/null +++ b/doc/classref/tdefile/TDEIconDialog.html @@ -0,0 +1,143 @@ + + + + + class TDEIconDialog + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconDialog


+
+ + + + + +
Table of contents
Modules
tdefile Classes
All Classes
+
+ + + + + + + + + + +
Moduletdefile
ClassTDEIconDialog
InheritsKDialogBase
+

methods

+ + + diff --git a/doc/classref/tdeui/KIconView.html b/doc/classref/tdeui/KIconView.html deleted file mode 100644 index 5511a33..0000000 --- a/doc/classref/tdeui/KIconView.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - class TDEIconView - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconView


-
- - - - - -
Table of contents
Modules
tdeui Classes
All Classes
-
- - - - - - - - - - -
Moduletdeui
ClassTDEIconView
InheritsTQIconView
-

enums

-

methods

- - - diff --git a/doc/classref/tdeui/KIconViewItem.html b/doc/classref/tdeui/KIconViewItem.html deleted file mode 100644 index d55f800..0000000 --- a/doc/classref/tdeui/KIconViewItem.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - class TDEIconViewItem - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconViewItem


-
- - - - - -
Table of contents
Modules
tdeui Classes
All Classes
-
- - - - - - - - - - -
Moduletdeui
ClassTDEIconViewItem
InheritsTQIconViewItem
-

methods

- - - diff --git a/doc/classref/tdeui/KIconViewSearchLine.html b/doc/classref/tdeui/KIconViewSearchLine.html deleted file mode 100644 index 95f004f..0000000 --- a/doc/classref/tdeui/KIconViewSearchLine.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - class TDEIconViewSearchLine - - - - -

PyKDE - Python Bindings for KDE

-
- - - -
-

class TDEIconViewSearchLine


-
- - - - - -
Table of contents
Modules
tdeui Classes
All Classes
-
- - - - - - - - - - -
Moduletdeui
ClassTDEIconViewSearchLine
InheritsKLineEdit
-

methods

- - - diff --git a/doc/classref/tdeui/TDEIconView.html b/doc/classref/tdeui/TDEIconView.html new file mode 100644 index 0000000..5511a33 --- /dev/null +++ b/doc/classref/tdeui/TDEIconView.html @@ -0,0 +1,213 @@ + + + + + class TDEIconView + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconView


+
+ + + + + +
Table of contents
Modules
tdeui Classes
All Classes
+
+ + + + + + + + + + +
Moduletdeui
ClassTDEIconView
InheritsTQIconView
+

enums

+

methods

+ + + diff --git a/doc/classref/tdeui/TDEIconViewItem.html b/doc/classref/tdeui/TDEIconViewItem.html new file mode 100644 index 0000000..d55f800 --- /dev/null +++ b/doc/classref/tdeui/TDEIconViewItem.html @@ -0,0 +1,150 @@ + + + + + class TDEIconViewItem + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconViewItem


+
+ + + + + +
Table of contents
Modules
tdeui Classes
All Classes
+
+ + + + + + + + + + +
Moduletdeui
ClassTDEIconViewItem
InheritsTQIconViewItem
+

methods

+ + + diff --git a/doc/classref/tdeui/TDEIconViewSearchLine.html b/doc/classref/tdeui/TDEIconViewSearchLine.html new file mode 100644 index 0000000..95f004f --- /dev/null +++ b/doc/classref/tdeui/TDEIconViewSearchLine.html @@ -0,0 +1,131 @@ + + + + + class TDEIconViewSearchLine + + + + +

PyKDE - Python Bindings for KDE

+
+ + + +
+

class TDEIconViewSearchLine


+
+ + + + + +
Table of contents
Modules
tdeui Classes
All Classes
+
+ + + + + + + + + + +
Moduletdeui
ClassTDEIconViewSearchLine
InheritsKLineEdit
+

methods

+ + + -- cgit v1.2.1