summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
commit8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch)
treeecb8eb32e27d854a4342840ca564916c65be998c /examples
parentc64839178e70887ed52b276b23ba4ca8a897e4b2 (diff)
downloadpytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz
pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip
Rename KShared
Diffstat (limited to 'examples')
-rw-r--r--examples/README2
-rw-r--r--examples/mimetype.py4
-rw-r--r--examples/pytde-sampler/qt_widgets/CONTRIB4
-rw-r--r--examples/uimodules/uimisc.py2
-rw-r--r--examples/uisampler.py2
5 files changed, 7 insertions, 7 deletions
diff --git a/examples/README b/examples/README
index 71dc148..d5dc062 100644
--- a/examples/README
+++ b/examples/README
@@ -6,7 +6,7 @@ uisampler.py - demos of most of the tdeui widgets,
including dialogs, menus (KAction, KStdAction, etc)
widgets, and xml ui definition
-mimetest.py - tests KSharedPtr related classes/methods
+mimetest.py - tests TDESharedPtr related classes/methods
such as KMimetype, KService, etc
menudemo.py
diff --git a/examples/mimetype.py b/examples/mimetype.py
index e9d0031..90ea660 100644
--- a/examples/mimetype.py
+++ b/examples/mimetype.py
@@ -1,5 +1,5 @@
"""
-This program tests/demos some of the KSharedPtr related classes and
+This program tests/demos some of the TDESharedPtr related classes and
methods (KMimeType, KService, etc). It generally tests the *::List
methods for these classes (eg KService::List) since that also tests
the *::Ptr mapped type code (eg KService::Ptr) at the same time.
@@ -253,7 +253,7 @@ class KMimeTypeTab (TQWidget):
#-------------------- main ------------------------------------------------
-description = "Test/demo KSharedPtr related methods/classes"
+description = "Test/demo TDESharedPtr related methods/classes"
version = "1.0"
aboutData = TDEAboutData ("", "",\
version, description, TDEAboutData.License_GPL,\
diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB
index 1bd8f38..f2b66f7 100644
--- a/examples/pytde-sampler/qt_widgets/CONTRIB
+++ b/examples/pytde-sampler/qt_widgets/CONTRIB
@@ -88,8 +88,8 @@ tdecore,KSelectionOwner,,,
tdecore,KSelectionWatcher,,,
tdecore,TDEServerSocket,,,
tdecore,KSessionManaged,,,
-tdecore,KShared,,,
-tdecore,KSharedConfig,,,
+tdecore,TDEShared,,,
+tdecore,TDESharedConfig,,,
tdecore,KShell,,,
tdecore,KShellProcess,,,
tdecore,KShortcut,,,
diff --git a/examples/uimodules/uimisc.py b/examples/uimodules/uimisc.py
index 897ac83..0dd4124 100644
--- a/examples/uimodules/uimisc.py
+++ b/examples/uimodules/uimisc.py
@@ -221,7 +221,7 @@ def miscKIntValidator (parent):
def miscKPixmapIO (parent):
parent.currentPageObj = PageNotImpl (parent)
-def miscKSharedPixmap (parent):
+def miscTDESharedPixmap (parent):
parent.currentPageObj = PageNotImpl (parent)
def miscKSystemTray (parent):
diff --git a/examples/uisampler.py b/examples/uisampler.py
index 223566a..7eab781 100644
--- a/examples/uisampler.py
+++ b/examples/uisampler.py
@@ -114,7 +114,7 @@ listItems = {"Dialogs":
"KFloatValidator": [],\
"KIntValidator": [],\
"KPixmapIO": [],\
- "KSharedPixmap": [],\
+ "TDESharedPixmap": [],\
"KSystemTray": [],\
"KThemeBase": ["KThemeCache", "KThemePixmap", "KThemeStyle"],\
"QXEmbed": []}}