diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:25:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:25:37 -0600 |
commit | 7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b (patch) | |
tree | e404592fbd47c3f18b2678e29e8f1bcf01fdacdb /app_templates | |
parent | e61887b03cbe75fe0d42097cf77cbe8851f9a328 (diff) | |
download | pytdeextensions-7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b.tar.gz pytdeextensions-7f35e423f4e31ec4f3adcf21efa4f7e7eb11aa3b.zip |
Additional kde to tde renaming
Diffstat (limited to 'app_templates')
-rw-r--r-- | app_templates/kcontrol_module/doc/en/index.docbook | 2 | ||||
-rwxr-xr-x | app_templates/kcontrol_module/src/kcontrol_module.py | 4 | ||||
-rw-r--r-- | app_templates/kdeapp/doc/en/index.docbook | 2 | ||||
-rwxr-xr-x | app_templates/kdeapp/src/kdeapp.py | 4 | ||||
-rw-r--r-- | app_templates/kdeapp/src/kdeappview.py | 4 | ||||
-rw-r--r-- | app_templates/kdeapp/src/prefdialog.py | 4 | ||||
-rw-r--r-- | app_templates/kdeutility/doc/en/index.docbook | 2 | ||||
-rwxr-xr-x | app_templates/kdeutility/src/kdeutility.py | 4 | ||||
-rw-r--r-- | app_templates/kioslave/doc/en/index.docbook | 2 | ||||
-rwxr-xr-x | app_templates/kioslave/src/kioslave.py | 4 |
10 files changed, 16 insertions, 16 deletions
diff --git a/app_templates/kcontrol_module/doc/en/index.docbook b/app_templates/kcontrol_module/doc/en/index.docbook index 325987f..838e76f 100644 --- a/app_templates/kcontrol_module/doc/en/index.docbook +++ b/app_templates/kcontrol_module/doc/en/index.docbook @@ -488,7 +488,7 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, +.Libraries or other software that is not included in tdesupport, kdelibs, or kdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. diff --git a/app_templates/kcontrol_module/src/kcontrol_module.py b/app_templates/kcontrol_module/src/kcontrol_module.py index b435287..643d07a 100755 --- a/app_templates/kcontrol_module/src/kcontrol_module.py +++ b/app_templates/kcontrol_module/src/kcontrol_module.py @@ -17,8 +17,8 @@ import sys from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * import kdedesigner from KcontrolModuleWidgetUI import * diff --git a/app_templates/kdeapp/doc/en/index.docbook b/app_templates/kdeapp/doc/en/index.docbook index 325987f..838e76f 100644 --- a/app_templates/kdeapp/doc/en/index.docbook +++ b/app_templates/kdeapp/doc/en/index.docbook @@ -488,7 +488,7 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, +.Libraries or other software that is not included in tdesupport, kdelibs, or kdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. diff --git a/app_templates/kdeapp/src/kdeapp.py b/app_templates/kdeapp/src/kdeapp.py index 6c9b921..ccf3124 100755 --- a/app_templates/kdeapp/src/kdeapp.py +++ b/app_templates/kdeapp/src/kdeapp.py @@ -16,8 +16,8 @@ ########################################################################### from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * import sys from prefdialog import * from kdeappview import * diff --git a/app_templates/kdeapp/src/kdeappview.py b/app_templates/kdeapp/src/kdeappview.py index af28a44..16de315 100644 --- a/app_templates/kdeapp/src/kdeappview.py +++ b/app_templates/kdeapp/src/kdeappview.py @@ -16,8 +16,8 @@ ########################################################################### from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * from kio import * from khtml import * from kparts import * diff --git a/app_templates/kdeapp/src/prefdialog.py b/app_templates/kdeapp/src/prefdialog.py index 7932f84..0a6c96a 100644 --- a/app_templates/kdeapp/src/prefdialog.py +++ b/app_templates/kdeapp/src/prefdialog.py @@ -16,8 +16,8 @@ ########################################################################### from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * class TestAppPrefDialog(KDialogBase): def __init__(self): diff --git a/app_templates/kdeutility/doc/en/index.docbook b/app_templates/kdeutility/doc/en/index.docbook index 325987f..838e76f 100644 --- a/app_templates/kdeutility/doc/en/index.docbook +++ b/app_templates/kdeutility/doc/en/index.docbook @@ -488,7 +488,7 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, +.Libraries or other software that is not included in tdesupport, kdelibs, or kdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. diff --git a/app_templates/kdeutility/src/kdeutility.py b/app_templates/kdeutility/src/kdeutility.py index e2849fe..83a997c 100755 --- a/app_templates/kdeutility/src/kdeutility.py +++ b/app_templates/kdeutility/src/kdeutility.py @@ -17,8 +17,8 @@ import sys from qt import * -from kdecore import * -from kdeui import * +from tdecore import * +from tdeui import * import kdedesigner from KDEUtilityDialogUI import * diff --git a/app_templates/kioslave/doc/en/index.docbook b/app_templates/kioslave/doc/en/index.docbook index 325987f..838e76f 100644 --- a/app_templates/kioslave/doc/en/index.docbook +++ b/app_templates/kioslave/doc/en/index.docbook @@ -488,7 +488,7 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, +.Libraries or other software that is not included in tdesupport, kdelibs, or kdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. diff --git a/app_templates/kioslave/src/kioslave.py b/app_templates/kioslave/src/kioslave.py index 63e34f0..641059a 100755 --- a/app_templates/kioslave/src/kioslave.py +++ b/app_templates/kioslave/src/kioslave.py @@ -18,7 +18,7 @@ # Import the required Qt and KDE modules. from qt import * from kio import * -from kdecore import * +from tdecore import * import os, time # For debugging purposes, import the sys and traceback modules. @@ -188,7 +188,7 @@ class SlaveClass(KIO.SlaveBase): ######################################################################## # KIO.SlaveBase method def listDir(self, url): - # The "url" argument is a kdecore.KURL object. + # The "url" argument is a tdecore.KURL object. self.debug("listDir: %s" % str(url.prettyURL(0))) self.openConnection() |