summaryrefslogtreecommitdiffstats
path: root/examples/pytde-sampler/dialogs/bugreport.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-07 11:03:01 -0600
committerTimothy Pearson <[email protected]>2013-02-07 11:03:01 -0600
commit432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (patch)
treecce40e438df6f0c861ef9ee70094ab206ad84c17 /examples/pytde-sampler/dialogs/bugreport.py
parentb3f48c5f7f807147c4d0338137b9a77525aeaefb (diff)
downloadpytde-432ed6857a0a5904f0a2b96afa94f96a7ccc82d3.tar.gz
pytde-432ed6857a0a5904f0a2b96afa94f96a7ccc82d3.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'examples/pytde-sampler/dialogs/bugreport.py')
-rw-r--r--examples/pytde-sampler/dialogs/bugreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pytde-sampler/dialogs/bugreport.py b/examples/pytde-sampler/dialogs/bugreport.py
index 76fe0ae..caf72f7 100644
--- a/examples/pytde-sampler/dialogs/bugreport.py
+++ b/examples/pytde-sampler/dialogs/bugreport.py
@@ -8,7 +8,7 @@ labelText = 'KBugReport'
from qt import TQFrame, TQHBoxLayout, TQVBoxLayout, SIGNAL
from tdecore import i18n
-from tdeui import KAboutDialog, KPushButton, KBugReport, KTextEdit
+from tdeui import TDEAboutDialog, KPushButton, KBugReport, KTextEdit
helpText = ("KDE provides a way to report bugs from applications. This dialog"