diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 11:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 11:09:19 -0600 |
commit | 696e36a06178f50483432b9a8e806c4a1c530921 (patch) | |
tree | b2c0b4ad792acad4cb75d39038f30687cac45129 /tdeui/kaboutkde.h | |
parent | 5466d52073af147d100482cbf633087bb9fb631b (diff) | |
download | tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.tar.gz tdelibs-696e36a06178f50483432b9a8e806c4a1c530921.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/kaboutkde.h')
-rw-r--r-- | tdeui/kaboutkde.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kaboutkde.h b/tdeui/kaboutkde.h index e2fce6f28..8013d093d 100644 --- a/tdeui/kaboutkde.h +++ b/tdeui/kaboutkde.h @@ -37,7 +37,7 @@ * @author Espen Sand ([email protected]) */ -class TDEUI_EXPORT KAboutKDE : public KAboutDialog +class TDEUI_EXPORT TDEAboutKDE : public TDEAboutDialog { public: /** @@ -53,7 +53,7 @@ class TDEUI_EXPORT KAboutKDE : public KAboutDialog * made visible using TQWidget::show(). Otherwise it will be * modal and must be made visible using TQWidget::exec() */ - KAboutKDE( TQWidget *parent=0, const char *name=0, bool modal=true ); + TDEAboutKDE( TQWidget *parent=0, const char *name=0, bool modal=true ); }; |