diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 11:03:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 11:03:01 -0600 |
commit | 432ed6857a0a5904f0a2b96afa94f96a7ccc82d3 (patch) | |
tree | cce40e438df6f0c861ef9ee70094ab206ad84c17 /examples/pytde-sampler/dialogs/bugreport.py | |
parent | b3f48c5f7f807147c4d0338137b9a77525aeaefb (diff) | |
download | pytde-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.py | 2 |
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" |